diff options
Diffstat (limited to 'www/iridium/files/patch-chrome_test_BUILD.gn')
-rw-r--r-- | www/iridium/files/patch-chrome_test_BUILD.gn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/iridium/files/patch-chrome_test_BUILD.gn b/www/iridium/files/patch-chrome_test_BUILD.gn new file mode 100644 index 000000000000..7818316ac69c --- /dev/null +++ b/www/iridium/files/patch-chrome_test_BUILD.gn @@ -0,0 +1,11 @@ +--- chrome/test/BUILD.gn.orig 2022-03-28 18:11:04 UTC ++++ chrome/test/BUILD.gn +@@ -8875,7 +8875,7 @@ test("chrome_app_unittests") { + "//components/safe_browsing:buildflags", + "//pdf:pdf_ppapi", + ] +- if (!is_fuchsia) { ++ if (!is_fuchsia && !is_bsd) { + deps += [ "//third_party/breakpad:client" ] + } + if (enable_gwp_asan) { |