diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-05-20 20:47:17 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-05-20 20:47:17 +0000 |
commit | c62329ccbd97e5190ad152e9428810f0e5c1d943 (patch) | |
tree | 2dd8ccc48e698b7993db731cd111168b9f3e16d7 /www/chromium/files/patch-media__media.gyp | |
parent | Document new vulnerabilities in www/chromium < 35.0.1916.114 (diff) |
Update to 35.0.1916.114
Changes include:
- More developer control over touch input
- New JavaScript features
- Unprefixed Shadow DOM
- A number of new apps/extension APIs
- Lots of under the hood changes for stability and performance
MFH: 2014Q2
Security: http://vuxml.org/freebsd/64f3872b-e05d-11e3-9dd4-00262d5ed8ee.html
Notes
Notes:
svn path=/head/; revision=354687
Diffstat (limited to 'www/chromium/files/patch-media__media.gyp')
-rw-r--r-- | www/chromium/files/patch-media__media.gyp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/www/chromium/files/patch-media__media.gyp b/www/chromium/files/patch-media__media.gyp index 99b169b5ac84..3031900836fb 100644 --- a/www/chromium/files/patch-media__media.gyp +++ b/www/chromium/files/patch-media__media.gyp @@ -1,15 +1,15 @@ ---- ./media/media.gyp.orig 2014-04-24 22:35:20.000000000 +0200 -+++ ./media/media.gyp 2014-04-24 23:23:46.000000000 +0200 -@@ -625,7 +625,7 @@ +--- ./media/media.gyp.orig 2014-04-30 22:41:24.000000000 +0200 ++++ ./media/media.gyp 2014-05-04 14:38:48.000000000 +0200 +@@ -641,7 +641,7 @@ 'audio/openbsd/audio_manager_openbsd.h', ], }], - ['OS=="linux"', { + ['OS=="linux" or OS=="freebsd"', { - 'variables': { - 'conditions': [ - ['sysroot!=""', { -@@ -885,7 +885,7 @@ + 'conditions': [ + ['use_x11==1', { + 'dependencies': [ +@@ -892,7 +892,7 @@ 'base/simd/convert_yuv_to_rgb_x86.cc', ], }], |