summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_BUILD.gn
blob: cd067e4c878092c72fb1bfa90265938c4acedaf0 (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-07-07 21:58:14 UTC
+++ components/BUILD.gn
@@ -290,9 +290,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",
       ]