aboutsummaryrefslogtreecommitdiff
path: root/devel/electron13/files/patch-components_gwp__asan_BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron13/files/patch-components_gwp__asan_BUILD.gn')
-rw-r--r--devel/electron13/files/patch-components_gwp__asan_BUILD.gn10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/electron13/files/patch-components_gwp__asan_BUILD.gn b/devel/electron13/files/patch-components_gwp__asan_BUILD.gn
new file mode 100644
index 000000000000..ef5ed67f64c9
--- /dev/null
+++ b/devel/electron13/files/patch-components_gwp__asan_BUILD.gn
@@ -0,0 +1,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" ]
++ }
+ }