aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_test_BUILD.gn
blob: b366a3e63cdf90ca7437a0f6966d7419c66119d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/test/BUILD.gn.orig	2021-01-18 21:28:52 UTC
+++ chrome/test/BUILD.gn
@@ -6791,7 +6791,7 @@ test("chrome_app_unittests") {
     "//components/safe_browsing:buildflags",
     "//pdf:pdf_ppapi",
   ]
-  if (!is_fuchsia) {
+  if (!is_fuchsia && !is_bsd) {
     # TODO(crbug.com/753619): Enable crash reporting on Fuchsia.
     deps += [ "//third_party/breakpad:client" ]
   }