blob: 064cf0010d96de7082a2dd75b0326a656ec89c8c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- chrome/test/BUILD.gn.orig 2020-09-08 19:14:01 UTC
+++ chrome/test/BUILD.gn
@@ -6228,7 +6228,7 @@ test("chrome_app_unittests") {
"//components/heap_profiling/in_process",
"//components/safe_browsing:buildflags",
]
- if (!is_fuchsia) {
+ if (!is_fuchsia && !is_bsd) {
# TODO(crbug.com/753619): Enable crash reporting on Fuchsia.
deps += [ "//third_party/breakpad:client" ]
}
|