summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_BUILD.gn
blob: dbd576ce1d436a1a56a8077bfe3d515642654b64 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- components/BUILD.gn.orig	2021-09-24 04:26:02 UTC
+++ components/BUILD.gn
@@ -360,6 +360,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",