$OpenBSD: patch-components_crash_content_app_BUILD_gn,v 1.1 2016/10/27 18:30:41 robert Exp $
--- components/crash/content/app/BUILD.gn.orig.port	Wed Oct 12 21:02:57 2016
+++ components/crash/content/app/BUILD.gn	Wed Oct 19 12:56:02 2016
@@ -116,7 +116,7 @@ source_set("app_non_mac_win") {
     libs = [ "log" ]
   }
 
-  if (is_android || is_linux) {
+  if (is_android || (is_linux && !is_openbsd)) {
     # Want these files on both Linux and Android.
     set_sources_assignment_filter([])
     sources += [
@@ -148,7 +148,7 @@ source_set("app_non_mac_win") {
 
       #'../breakpad/breakpad.gyp:breakpad_sender',  TODO(GYP)
     ]
-  } else if (is_posix && !is_ios) {
+  } else if (is_posix && !is_ios && !is_openbsd) {
     deps += [ "//breakpad:client" ]
   }
 }
