13 lines
388 B
Text
13 lines
388 B
Text
|
Index: chrome/test/BUILD.gn
|
||
|
--- chrome/test/BUILD.gn.orig
|
||
|
+++ chrome/test/BUILD.gn
|
||
|
@@ -10597,7 +10597,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) {
|