blob: 76b44ad552c4c71d4af99ce64b4f2c0a525e4be3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- chrome/test/BUILD.gn.orig 2022-08-31 12:19:35 UTC
+++ chrome/test/BUILD.gn
@@ -9731,7 +9731,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) {
|