summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content__content_common.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-content__content_common.gypi')
-rw-r--r--www/chromium/files/patch-content__content_common.gypi28
1 files changed, 17 insertions, 11 deletions
diff --git a/www/chromium/files/patch-content__content_common.gypi b/www/chromium/files/patch-content__content_common.gypi
index a4094c16edfa..1cc65d55b09b 100644
--- a/www/chromium/files/patch-content__content_common.gypi
+++ b/www/chromium/files/patch-content__content_common.gypi
@@ -1,11 +1,17 @@
---- content/content_common.gypi.orig 2012-11-07 15:08:50.000000000 +0200
-+++ content/content_common.gypi 2012-11-07 15:09:05.000000000 +0200
-@@ -330,8 +330,6 @@
- 'common/sandbox_linux.cc',
- 'common/sandbox_policy.cc',
- 'common/sandbox_policy.h',
-- 'common/sandbox_seccomp_bpf_linux.cc',
-- 'common/sandbox_seccomp_bpf_linux.h',
- 'common/savable_url_schemes.cc',
- 'common/savable_url_schemes.h',
- 'common/set_process_title.cc',
+--- 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',