aboutsummaryrefslogtreecommitdiff
path: root/devel/electron13/files/patch-chrome_test_BUILD.gn
blob: 1b4de71a7de48feefff997c9c14554ad6ab35937 (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
--- chrome/test/BUILD.gn.orig	2021-07-15 19:13:35 UTC
+++ chrome/test/BUILD.gn
@@ -1666,7 +1666,7 @@ if (!is_android) {
       ]
     }
 
-    if (is_linux || is_chromeos) {
+    if ((is_linux || is_chromeos) && !is_bsd) {
       sources += [
         "../browser/error_reporting/webui_js_error_reporting_browsertest.cc",
       ]
@@ -5193,7 +5193,7 @@ test("unit_tests") {
     ]
   }
 
-  if (is_linux || is_chromeos) {
+  if ((is_linux || is_chromeos) && !is_bsd) {
     deps += [ "//chrome/browser/error_reporting:unit_test" ]
   }
 
@@ -7031,7 +7031,7 @@ test("chrome_app_unittests") {
     "//components/safe_browsing:buildflags",
     "//pdf:pdf_ppapi",
   ]
-  if (!is_fuchsia) {
+  if (!is_fuchsia && !is_bsd) {
     # TODO(crbug.com/753619): Enable crash reporting on Fuchsia.
     deps += [ "//third_party/breakpad:client" ]
   }