--- chrome/test/BUILD.gn.orig 2024-02-23 21:04:38 UTC +++ chrome/test/BUILD.gn @@ -11604,7 +11604,7 @@ test("chrome_app_unittests") { "//components/heap_profiling/in_process", "//components/safe_browsing:buildflags", ] - if (!is_fuchsia && !is_mac) { + if (!is_fuchsia && !is_mac && !is_bsd) { deps += [ "//third_party/breakpad:client" ] } if (is_android) {