--- chrome/test/BUILD.gn.orig 2021-01-07 00:36:26 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" ] }