$OpenBSD: patch-content_common_BUILD_gn,v 1.13 2018/03/12 13:48:34 robert Exp $

Index: content/common/BUILD.gn
--- content/common/BUILD.gn.orig
+++ content/common/BUILD.gn
@@ -431,6 +431,15 @@ source_set("common") {
     libs += [ "android" ]
   }
 
+  if (is_openbsd) {
+    sources -= [
+      "quarantine/quarantine_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
