diff options
Diffstat (limited to 'www/chromium/files/patch-chrome_app_BUILD.gn')
-rw-r--r-- | www/chromium/files/patch-chrome_app_BUILD.gn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/chromium/files/patch-chrome_app_BUILD.gn b/www/chromium/files/patch-chrome_app_BUILD.gn new file mode 100644 index 000000000000..3c86ba8309e7 --- /dev/null +++ b/www/chromium/files/patch-chrome_app_BUILD.gn @@ -0,0 +1,11 @@ +--- chrome/app/BUILD.gn.orig 2020-05-18 10:34:00 UTC ++++ chrome/app/BUILD.gn +@@ -138,7 +138,7 @@ static_library("test_support") { + "//v8:v8_headers", + ] + +- if (!is_fuchsia) { ++ if (!is_fuchsia && !is_bsd) { + # TODO(crbug.com/753619): Enable crash reporting on Fuchsia. + deps += [ + "//components/crash/core/app", |