diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2014-02-25 18:58:03 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2014-02-25 18:58:03 +0000 |
| commit | c055a2984b71a01a0e95342f0d30bf1c97aa5a12 (patch) | |
| tree | 09c1b67fae5129dc84680b14e666da92ba8dc175 /www/chromium/files/patch-content__content_common.gypi | |
| parent | Fix crashes in dbmail-pop3d as per (diff) | |
www/chromium: Update to 33.0.1750.117 [0]
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]
Diffstat (limited to 'www/chromium/files/patch-content__content_common.gypi')
| -rw-r--r-- | www/chromium/files/patch-content__content_common.gypi | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/www/chromium/files/patch-content__content_common.gypi b/www/chromium/files/patch-content__content_common.gypi index cedcbf754cef..88a4ec091354 100644 --- a/www/chromium/files/patch-content__content_common.gypi +++ b/www/chromium/files/patch-content__content_common.gypi @@ -1,6 +1,6 @@ ---- content/content_common.gypi.orig 2013-08-09 22:07:06.000000000 +0300 -+++ content/content_common.gypi 2013-08-17 20:29:03.000000000 +0300 -@@ -391,6 +391,15 @@ +--- 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', ], }], @@ -11,6 +11,12 @@ + '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', { |
