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, 0 insertions, 11 deletions
diff --git a/www/chromium/files/patch-chrome_app_BUILD.gn b/www/chromium/files/patch-chrome_app_BUILD.gn deleted file mode 100644 index dea4f40726e7..000000000000 --- a/www/chromium/files/patch-chrome_app_BUILD.gn +++ /dev/null @@ -1,11 +0,0 @@ ---- chrome/app/BUILD.gn.orig 2021-12-31 00:57:19 UTC -+++ chrome/app/BUILD.gn -@@ -184,7 +184,7 @@ static_library("test_support") { - ] - public_deps = [] - -- if (!is_fuchsia) { -+ if (!is_fuchsia && !is_bsd) { - # TODO(crbug.com/1226159): Complete crash reporting integration on Fuchsia. - deps += [ - "//components/crash/core/app", |