summaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-chrome_test_BUILD.gn
blob: 17f16dee3f92092bbcc35d41c1706823e132a45b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/test/BUILD.gn.orig	2023-12-23 12:33:28 UTC
+++ chrome/test/BUILD.gn
@@ -11236,7 +11236,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) {