blob: b13419bcfc7c5a18afea299dd7e1098f19040158 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- chrome/test/BUILD.gn.orig 2022-02-07 13:39:41 UTC
+++ chrome/test/BUILD.gn
@@ -8820,7 +8820,7 @@ test("chrome_app_unittests") {
"//components/safe_browsing:buildflags",
"//pdf:pdf_ppapi",
]
- if (!is_fuchsia) {
+ if (!is_fuchsia && !is_bsd) {
deps += [ "//third_party/breakpad:client" ]
}
if (enable_gwp_asan) {
|