aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_BUILD.gn
blob: c01d87f4527e3f4df8872899c677bacd567911da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- components/BUILD.gn.orig	2021-05-12 22:05:49 UTC
+++ components/BUILD.gn
@@ -342,9 +342,13 @@ test("components_unittests") {
     }
 
     if (!is_fuchsia) {  # !iOS and !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",
       ]