summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_test_BUILD.gn
blob: 37cdecf1bd06db4ae18cb9fb52a39662aee97f45 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/test/BUILD.gn.orig	2022-02-28 16:54:41 UTC
+++ chrome/test/BUILD.gn
@@ -8875,7 +8875,7 @@ test("chrome_app_unittests") {
     "//components/safe_browsing:buildflags",
     "//pdf:pdf_ppapi",
   ]
-  if (!is_fuchsia) {
+  if (!is_fuchsia && !is_bsd) {
     deps += [ "//third_party/breakpad:client" ]
   }
   if (enable_gwp_asan) {