$OpenBSD: patch-src_3rdparty_chromium_components_gwp_asan_BUILD_gn,v 1.1 2021/01/19 06:16:33 rsadowski Exp $

Index: src/3rdparty/chromium/components/gwp_asan/BUILD.gn
--- src/3rdparty/chromium/components/gwp_asan/BUILD.gn.orig
+++ src/3rdparty/chromium/components/gwp_asan/BUILD.gn
@@ -14,7 +14,7 @@ test("gwp_asan_unittests") {
     "//components/gwp_asan/common:unit_tests",
     "//testing/gtest",
   ]
-  if (is_win || is_mac || is_linux || is_android) {
+  if ((is_win || is_mac || is_linux || is_android) && !is_openbsd) {
     deps += [
       "//components/gwp_asan/client:unit_tests",
       "//components/gwp_asan/crash_handler:unit_tests",
