summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_test_BUILD.gn
blob: ef240340c6794274c737a4bc282aadff5ec5b9f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/test/BUILD.gn.orig	2022-03-25 21:59:56 UTC
+++ chrome/test/BUILD.gn
@@ -9110,7 +9110,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) {