$OpenBSD: patch-components_crash_content_app_BUILD_gn,v 1.7 2018/06/06 07:50:54 robert Exp $

Index: components/crash/content/app/BUILD.gn
--- components/crash/content/app/BUILD.gn.orig
+++ components/crash/content/app/BUILD.gn
@@ -36,7 +36,7 @@ static_library("app") {
     sources += [ "crashpad.cc" ]
   }
 
-  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 += [
@@ -73,7 +73,6 @@ static_library("app") {
       "//content/public/common:content_descriptors",
       "//content/public/common:result_codes",
       "//sandbox",
-      "//third_party/breakpad:client",
     ]
 
     # Clang's -mstackrealign doesn't work well with
