diff options
author | Matthias Wolf <freebsd@rheinwolf.de> | 2021-08-22 10:38:57 +0200 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2021-08-22 10:42:34 +0200 |
commit | 76daa653245e62b0f8e07ef4899c0a5bb176b3da (patch) | |
tree | 4f5c6c7dd73a6466567cafab9eea70de0f20a466 /www/chromium/files/patch-chrome_test_BUILD.gn | |
parent | emulators/yuzu: exclude on non-amd64 for now (diff) |
www/chromium: update to 92.0.4515.159
Mark broken on i386 for now, it does not compile there because of a
ssize_t * vs off_t * mismatch.
MFH: 2021Q3
Security: https://vuxml.freebsd.org/freebsd/128deba6-ff56-11eb-8514-3065ec8fd3ec.html
Security: https://vuxml.freebsd.org/freebsd/c3c6c4a3-f47d-11eb-b632-3065ec8fd3ec.html
Security: https://vuxml.freebsd.org/freebsd/76487640-ea29-11eb-a686-3065ec8fd3ec.html
Diffstat (limited to 'www/chromium/files/patch-chrome_test_BUILD.gn')
-rw-r--r-- | www/chromium/files/patch-chrome_test_BUILD.gn | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/www/chromium/files/patch-chrome_test_BUILD.gn b/www/chromium/files/patch-chrome_test_BUILD.gn index 62f876089f6a..3f895d679117 100644 --- a/www/chromium/files/patch-chrome_test_BUILD.gn +++ b/www/chromium/files/patch-chrome_test_BUILD.gn @@ -1,6 +1,17 @@ ---- chrome/test/BUILD.gn.orig 2021-06-09 22:13:57 UTC +--- chrome/test/BUILD.gn.orig 2021-07-19 18:45:11 UTC +++ chrome/test/BUILD.gn -@@ -1666,7 +1666,7 @@ if (!is_android) { +@@ -476,6 +476,10 @@ static_library("test_support") { + ] + } + ++ if (is_bsd) { ++ public_deps -= [ "//components/crash/core/app" ] ++ } ++ + if (is_chromeos_lacros) { + deps += [ + "//chromeos/lacros", +@@ -1799,7 +1803,7 @@ if (!is_android) { ] } @@ -9,7 +20,7 @@ sources += [ "../browser/error_reporting/webui_js_error_reporting_browsertest.cc", ] -@@ -5193,7 +5193,7 @@ test("unit_tests") { +@@ -5425,7 +5429,7 @@ test("unit_tests") { ] } @@ -18,7 +29,7 @@ deps += [ "//chrome/browser/error_reporting:unit_test" ] } -@@ -7031,7 +7031,7 @@ test("chrome_app_unittests") { +@@ -7354,7 +7358,7 @@ test("chrome_app_unittests") { "//components/safe_browsing:buildflags", "//pdf:pdf_ppapi", ] |