blob: 3537b42fc4feaf7bf3c77c53eef549eba1d7c04d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- chrome/test/BUILD.gn.orig 2023-07-16 15:47:57 UTC
+++ chrome/test/BUILD.gn
@@ -10596,7 +10596,7 @@ test("chrome_app_unittests") {
"//components/heap_profiling/in_process",
"//components/safe_browsing:buildflags",
]
- if (!is_fuchsia && !is_mac) {
+ if (!is_fuchsia && !is_mac && !is_bsd) {
deps += [ "//third_party/breakpad:client" ]
}
if (is_android) {
|