aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_app_BUILD.gn
blob: dea4f40726e7d516cea55704bab59e0d48dd07dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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",