summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content__content_common.gypi
blob: 1cc65d55b09b1a0651fdf870a75dbe4861ba24b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- content/content_common.gypi.orig	2012-11-27 10:01:27.000000000 +0200
+++ content/content_common.gypi	2012-12-10 22:16:37.000000000 +0200
@@ -436,6 +436,14 @@
         'content.gyp:common_aidl',
       ],
     }],
+    ['os_bsd==1', {
+      'sources!': [
+        'common/sandbox_linux.cc',
+        'common/sandbox_linux.h',
+        'common/sandbox_seccomp_bpf_linux.cc',
+        'common/sandbox_seccomp_bpf_linux.h',
+      ],
+    }],
     ['toolkit_uses_gtk == 1', {
       'dependencies': [
         '../build/linux/system.gyp:gtk',