aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_test_BUILD.gn
blob: 8f8eaec52c412651bffa9722d1d16e24db952f81 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/test/BUILD.gn.orig	2023-11-03 10:09:45 UTC
+++ chrome/test/BUILD.gn
@@ -11055,7 +11055,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) {