--- components/gwp_asan/BUILD.gn.orig 2022-02-07 13:39:41 UTC +++ components/gwp_asan/BUILD.gn @@ -14,7 +14,7 @@ test("gwp_asan_unittests") { "//components/gwp_asan/common:unit_tests", "//testing/gtest", ] - if (is_win || is_mac || is_linux || is_chromeos || is_android) { + if ((is_win || is_mac || is_linux || is_chromeos || is_android) && !is_bsd) { deps += [ "//components/gwp_asan/client:unit_tests", "//components/gwp_asan/crash_handler:unit_tests",