--- 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" ] }