blob: d1149cbe3b3321db19beec9cf934e212d21962f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$OpenBSD: patch-chrome_test_BUILD_gn,v 1.31 2021/11/16 11:28:46 robert Exp $
Index: chrome/test/BUILD.gn
--- chrome/test/BUILD.gn.orig
+++ chrome/test/BUILD.gn
@@ -8692,7 +8692,7 @@ test("chrome_app_unittests") {
"//components/safe_browsing:buildflags",
"//pdf:pdf_ppapi",
]
- if (!is_fuchsia) {
+ if (!is_fuchsia && !is_openbsd) {
deps += [ "//third_party/breakpad:client" ]
}
if (enable_gwp_asan) {
|