blob: acffc70ac0c94aff820c97b2f3e7642fdd2de08f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- chrome/test/BUILD.gn.orig 2020-05-13 18:40:25 UTC
+++ chrome/test/BUILD.gn
@@ -6109,7 +6109,7 @@ test("chrome_app_unittests") {
"//components/gwp_asan/buildflags",
"//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" ]
}
|