aboutsummaryrefslogtreecommitdiff
path: root/devel/electron12/files/patch-components_gwp__asan_BUILD.gn
blob: ef5ed67f64c944d56561d58ae155848b2ac7c330 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- components/gwp_asan/BUILD.gn.orig	2021-01-07 00:36:30 UTC
+++ components/gwp_asan/BUILD.gn
@@ -20,4 +20,7 @@ test("gwp_asan_unittests") {
       "//components/gwp_asan/crash_handler:unit_tests",
     ]
   }
+  if (is_bsd) {
+    deps -= [ "//components/gwp_asan/crash_handler:unit_tests" ]
+  }
 }