mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 23:00:30 -04:00
Fix the crash when closing the history/settings tab [1] Submitted by: John Carr <jfc@mit.edu> via freebsd-chromium [1] Security: http://vuxml.org/freebsd/9dd47fa3-9d53-11e3-b20f-00262d5ed8ee.html [0]
24 lines
957 B
Python
24 lines
957 B
Python
--- content/content_common.gypi.orig 2014-02-20 21:28:25.000000000 +0100
|
|
+++ content/content_common.gypi 2014-02-24 20:59:04.000000000 +0100
|
|
@@ -482,6 +482,21 @@
|
|
'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',
|
|
+ 'common/sandbox_linux/bpf_cros_arm_gpu_policy_linux.cc',
|
|
+ 'common/sandbox_linux/bpf_gpu_policy_linux.cc',
|
|
+ 'common/sandbox_linux/bpf_ppapi_policy_linux.cc',
|
|
+ 'common/sandbox_linux/bpf_renderer_policy_linux.cc',
|
|
+ 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc',
|
|
+ 'common/sandbox_linux/sandbox_seccomp_bpf_linux.cc',
|
|
+ ],
|
|
+ }],
|
|
['toolkit_uses_gtk == 1', {
|
|
'dependencies': [
|
|
'../build/linux/system.gyp:gtk',
|