$OpenBSD: patch-components_crash_content_browser_BUILD_gn,v 1.4 2017/12/04 13:55:41 robert Exp $
Index: components/crash/content/browser/BUILD.gn
--- components/crash/content/browser/BUILD.gn.orig
+++ components/crash/content/browser/BUILD.gn
@@ -18,13 +18,12 @@ source_set("browser") {
 
   deps = [
     "//base",
-    "//breakpad:client",
     "//components/crash/content/app",
     "//content/public/browser",
     "//content/public/common",
   ]
 
-  if (is_linux || is_android) {
+  if ((is_linux && !is_openbsd) || is_android) {
     set_sources_assignment_filter([])
 
     # Want this file on both Linux and Android.
@@ -40,7 +39,7 @@ source_set("browser") {
 
   # This is not in the GYP build but this target includes breakpad client
   # headers, so add the dependency here.
-  if (is_posix && !is_ios) {
+  if (is_posix && !is_ios && !is_openbsd) {
     configs += [ "//breakpad:client_config" ]
     public_configs = [ "//breakpad:client_config" ]
   }
