blob: 7d77cdd0376caa0bedcc7a3c3ef694fb715e94fc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- chrome/test/BUILD.gn.orig 2023-01-11 09:17:16 UTC
+++ chrome/test/BUILD.gn
@@ -10141,7 +10141,7 @@ test("chrome_app_unittests") {
"//components/heap_profiling/in_process",
"//components/safe_browsing:buildflags",
]
- if (!is_fuchsia) {
+ if (!is_fuchsia && !is_bsd) {
deps += [ "//third_party/breakpad:client" ]
}
if (enable_gwp_asan) {
|