summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_test_BUILD.gn
blob: 87ccf30cbaf9fcacd58c3347a9ce33e3cd4a5c71 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
--- chrome/test/BUILD.gn.orig	2021-12-31 00:57:26 UTC
+++ chrome/test/BUILD.gn
@@ -538,7 +538,7 @@ static_library("test_support") {
     ]
   }
 
-  if (!is_fuchsia) {
+  if (!is_fuchsia && !is_bsd) {
     public_deps += [ "//components/crash/core/app" ]
   }
 
@@ -2191,7 +2191,7 @@ if (!is_android && !is_fuchsia) {
       sources += [ "../browser/ui/views/frame/desktop_browser_frame_aura_linux_browsertest.cc" ]
     }
 
-    if (is_linux || is_chromeos) {
+    if ((is_linux || is_chromeos) && !is_bsd) {
       sources += [
         "../browser/error_reporting/webui_js_error_reporting_browsertest.cc",
       ]
@@ -6604,7 +6604,7 @@ test("unit_tests") {
     ]
   }
 
-  if (is_linux || is_chromeos) {
+  if ((is_linux || is_chromeos) && !is_bsd) {
     deps += [ "//chrome/browser/error_reporting:unit_test" ]
   }
 
@@ -8765,7 +8765,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) {