summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_BUILD.gn
blob: 3c5524ac143a8340e1f93765676d538513f4e53b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- components/BUILD.gn.orig	2021-12-31 00:57:28 UTC
+++ components/BUILD.gn
@@ -369,6 +369,13 @@ test("components_unittests") {
       ]
     }
 
+    if (is_bsd) {
+      deps -= [
+        "//components/crash/content/browser:unit_tests",
+        "//components/crash/core/app:unit_tests",
+      ]
+    }
+
     data_deps += [
       ":components_tests_pak",
       "//third_party/mesa_headers",