summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_BUILD.gn
blob: c8c28ebe700cd6a6f0d27d5da5cb93ffb4421333 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- components/BUILD.gn.orig	2020-09-08 19:14:03 UTC
+++ components/BUILD.gn
@@ -294,9 +294,14 @@ test("components_unittests") {
     ]
 
     if (!is_fuchsia) {
+      if (!is_bsd) {
+        deps += [
+          "//components/crash/content/browser:unit_tests",
+          "//components/crash/core/app:unit_tests",
+        ]
+     }
+        
       deps += [
-        "//components/crash/content/browser:unit_tests",
-        "//components/crash/core/app:unit_tests",
         "//components/data_reduction_proxy/core/browser:unit_tests",
         "//components/data_reduction_proxy/core/common:unit_tests",
       ]