$OpenBSD: patch-content_common_BUILD_gn,v 1.6 2017/03/14 12:18:54 robert Exp $
--- content/common/BUILD.gn.orig.port	Thu Mar  9 21:04:32 2017
+++ content/common/BUILD.gn	Fri Mar 10 20:17:59 2017
@@ -446,6 +446,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
