1--- chrome/test/BUILD.gn.orig 2022-08-31 12:19:35 UTC 2+++ chrome/test/BUILD.gn 3@@ -9731,7 +9731,7 @@ test("chrome_app_unittests") { 4 "//components/heap_profiling/in_process", 5 "//components/safe_browsing:buildflags", 6 ] 7- if (!is_fuchsia) { 8+ if (!is_fuchsia && !is_bsd) { 9 deps += [ "//third_party/breakpad:client" ] 10 } 11 if (enable_gwp_asan) { 12