blob: ffb6d95471747d461854fa1ea2e3df32e87e5ba1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- chrome/test/BUILD.gn.orig 2020-11-13 06:36:38 UTC
+++ chrome/test/BUILD.gn
@@ -6572,7 +6572,7 @@ test("chrome_app_unittests") {
"//components/safe_browsing:buildflags",
"//pdf:pdf_ppapi",
]
- if (!is_fuchsia) {
+ if (!is_fuchsia && !is_bsd) {
# TODO(crbug.com/753619): Enable crash reporting on Fuchsia.
deps += [ "//third_party/breakpad:client" ]
}
|