diff options
Diffstat (limited to 'www/chromium-uc/patches/patch-components_gwp_asan_BUILD_gn')
| -rw-r--r-- | www/chromium-uc/patches/patch-components_gwp_asan_BUILD_gn | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/chromium-uc/patches/patch-components_gwp_asan_BUILD_gn b/www/chromium-uc/patches/patch-components_gwp_asan_BUILD_gn new file mode 100644 index 0000000..c12680c --- /dev/null +++ b/www/chromium-uc/patches/patch-components_gwp_asan_BUILD_gn | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | $OpenBSD: patch-components_gwp_asan_BUILD_gn,v 1.2 2020/10/22 13:52:54 robert Exp $ | ||
| 2 | |||
| 3 | Index: components/gwp_asan/BUILD.gn | ||
| 4 | --- components/gwp_asan/BUILD.gn.orig | ||
| 5 | +++ components/gwp_asan/BUILD.gn | ||
| 6 | @@ -14,7 +14,7 @@ test("gwp_asan_unittests") { | ||
| 7 | "//components/gwp_asan/common:unit_tests", | ||
| 8 | "//testing/gtest", | ||
| 9 | ] | ||
| 10 | - if (is_win || is_mac || is_linux || is_chromeos || is_android) { | ||
| 11 | + if ((is_win || is_mac || is_linux || is_chromeos || is_android) && !is_openbsd) { | ||
| 12 | deps += [ | ||
| 13 | "//components/gwp_asan/client:unit_tests", | ||
| 14 | "//components/gwp_asan/crash_handler:unit_tests", | ||
