$OpenBSD: patch-content_common_BUILD_gn,v 1.4 2017/10/28 07:36:00 robert Exp $
Index: content/common/BUILD.gn
--- content/common/BUILD.gn.orig
+++ content/common/BUILD.gn
@@ -474,6 +474,18 @@ source_set("common") {
     libs += [ "android" ]
   }
 
+  if (is_openbsd) {
+    sources -= [
+      "quarantine/quarantine_linux.cc",
+      "sandbox_linux/sandbox_linux.cc",
+      "sandbox_linux/sandbox_seccomp_bpf_linux.cc",
+      "sandbox_linux/sandbox_debug_handling_linux.cc"
+    ]
+    sources += [
+      "sandbox_init_openbsd.cc"
+    ]
+  }
+
   if (is_debug && !is_component_build && enable_plugins) {
     # Content depends on the PPAPI message logging stuff; if this isn't here,
     # some unit test binaries won't compile. This only worked in release mode
