summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_gwp__asan_BUILD.gn
blob: e7478bf72385653f75e102b937e8d3ce6ab9ef2f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- components/gwp_asan/BUILD.gn.orig	2021-04-14 18:40:59 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" ]
+  }
 }