summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_BUILD.gn
blob: 0ec0a354b75451bcff2673f1ea527bf7951b4739 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- components/BUILD.gn.orig	2020-05-18 11:10:39 UTC
+++ components/BUILD.gn
@@ -286,9 +286,13 @@ 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/content/common:unit_tests",
         "//components/data_reduction_proxy/core/browser:unit_tests",
         "//components/data_reduction_proxy/core/common:unit_tests",