$OpenBSD: patch-content_content_common_gypi,v 1.10 2013/12/12 10:43:18 robert Exp $
--- content/content_common.gypi.orig.port	Wed Dec  4 21:54:53 2013
+++ content/content_common.gypi	Thu Dec  5 15:32:45 2013
@@ -445,6 +445,15 @@
         'content.gyp:common_aidl',
       ],
     }],
+    ['os_bsd==1', {
+      'sources!': [
+        'common/sandbox_linux.cc',
+        'common/sandbox_linux.h',
+        'common/sandbox_init_linux.cc',
+        'common/sandbox_seccomp_bpf_linux.cc',
+        'common/sandbox_seccomp_bpf_linux.h',
+      ],
+    }],
     ['toolkit_uses_gtk == 1', {
       'dependencies': [
         '../build/linux/system.gyp:gtk',
