$NetBSD: patch-src_3rdparty_chromium_components_crash_content_browser_BUILD.gn,v 1.1 2021/08/03 21:04:35 markd Exp $ --- src/3rdparty/chromium/components/crash/content/browser/BUILD.gn.orig 2020-06-25 09:31:26.000000000 +0000 +++ src/3rdparty/chromium/components/crash/content/browser/BUILD.gn @@ -42,13 +42,13 @@ source_set("browser") { deps += [ "//third_party/crashpad/crashpad/client" ] } - if (!is_android) { + if (!is_android && !is_bsd) { deps += [ "//third_party/breakpad:client" ] } # This is not in the GYP build but this target includes breakpad client # headers, so add the dependency here. - if ((is_posix && !is_ios) || is_fuchsia) { + if ((is_posix && !is_ios && !is_bsd) || is_fuchsia) { configs += [ "//third_party/breakpad:client_config" ] public_configs = [ "//third_party/breakpad:client_config" ] }