aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_app_BUILD.gn
blob: 2c74fdad393ea1fc1e3061995c3c19ee60c1d2e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/app/BUILD.gn.orig	2021-05-12 22:05:41 UTC
+++ chrome/app/BUILD.gn
@@ -141,7 +141,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",