aboutsummaryrefslogtreecommitdiff
path: root/www/qt6-webengine/files/patch-src_3rdparty_chromium_chrome_test_BUILD.gn
blob: 67fbfe0dbd94b002cea5b709a0de50726f66bb08 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/3rdparty/chromium/chrome/test/BUILD.gn.orig	2023-12-12 22:08:45 UTC
+++ src/3rdparty/chromium/chrome/test/BUILD.gn
@@ -11028,7 +11028,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) {