diff options
Diffstat (limited to 'devel/electron32/files/patch-components_gwp__asan_BUILD.gn')
-rw-r--r-- | devel/electron32/files/patch-components_gwp__asan_BUILD.gn | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron32/files/patch-components_gwp__asan_BUILD.gn b/devel/electron32/files/patch-components_gwp__asan_BUILD.gn deleted file mode 100644 index 416067b4053b..000000000000 --- a/devel/electron32/files/patch-components_gwp__asan_BUILD.gn +++ /dev/null @@ -1,11 +0,0 @@ ---- components/gwp_asan/BUILD.gn.orig 2022-11-30 08:12:58 UTC -+++ components/gwp_asan/BUILD.gn -@@ -15,7 +15,7 @@ test("gwp_asan_unittests") { - "//testing/gtest", - "//third_party/boringssl", - ] -- if (is_win || is_mac || is_linux || is_chromeos || is_android) { -+ if ((is_win || is_mac || is_linux || is_chromeos || is_android) && !is_bsd) { - deps += [ - "//components/gwp_asan/client:unit_tests", - "//components/gwp_asan/crash_handler:unit_tests", |