aboutsummaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-chrome_test_BUILD.gn
blob: ff007a7aa0b213e6aff5773a34177a0ba498a6a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/test/BUILD.gn.orig	2023-11-04 07:08:51 UTC
+++ chrome/test/BUILD.gn
@@ -11050,7 +11050,7 @@ test("chrome_app_unittests") {
     "//components/heap_profiling/in_process",
     "//components/safe_browsing:buildflags",
   ]
-  if (!is_fuchsia && !is_mac) {
+  if (!is_fuchsia && !is_mac && !is_bsd) {
     deps += [ "//third_party/breakpad:client" ]
   }
   if (is_android) {