diff options
author | Rene Ladan <rene@FreeBSD.org> | 2016-06-07 20:28:41 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2016-06-07 20:28:41 +0000 |
commit | 45d3cc73dc908af3262c6a714cb755edd03f071a (patch) | |
tree | 564e40b2ccfe669385077be2c94de93ac0c15fe3 /www/chromium/files/patch-chrome_chrome__browser__ui.gypi | |
parent | Update to 6.0p1. Notable fixes: (diff) |
www/chromium: update to 51.0.2704.84
A lot of patch files are renamed in this update.
Submitted by: Timothy Vaccarelli
Obtained from: https://github.com/LeFroid/
MFH: 2016Q2
Security: http://vuxml.freebsd.org/freebsd/c039a761-2c29-11e6-8912-3065ec8fd3ec.html
Security: http://vuxml.freebsd.org/freebsd/1a6bbb95-24b8-11e6-bd31-3065ec8fd3ec.html
Security: http://vuxml.freebsd.org/freebsd/4dfafa16-24ba-11e6-bd31-3065ec8fd3ec.html
Security: http://vuxml.freebsd.org/freebsd/7da1da96-24bb-11e6-bd31-3065ec8fd3ec.html
Security: http://vuxml.freebsd.org/freebsd/6d8505f0-0614-11e6-b39c-00262d5ed8ee.html
Diffstat (limited to 'www/chromium/files/patch-chrome_chrome__browser__ui.gypi')
-rw-r--r-- | www/chromium/files/patch-chrome_chrome__browser__ui.gypi | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/www/chromium/files/patch-chrome_chrome__browser__ui.gypi b/www/chromium/files/patch-chrome_chrome__browser__ui.gypi new file mode 100644 index 000000000000..2528ba595138 --- /dev/null +++ b/www/chromium/files/patch-chrome_chrome__browser__ui.gypi @@ -0,0 +1,20 @@ +--- chrome/chrome_browser_ui.gypi.orig 2016-05-11 19:02:17 UTC ++++ chrome/chrome_browser_ui.gypi +@@ -3069,7 +3069,7 @@ + }], + ], + }], +- ['use_aura==1 and chromeos==0 and use_ozone==0 and OS=="linux"', { ++ ['use_aura==1 and chromeos==0 and use_ozone==0 and (OS=="linux" or OS=="freebsd" or OS=="openbsd")', { + 'dependencies': [ + # gtk2 is the only component that can interact with gtk2 in our new + # world. +@@ -3251,7 +3251,7 @@ + ], + 'sources': [ '<@(chrome_browser_ui_desktop_linux_sources)' ], + }], +- ['OS=="linux"', { # Both desktop Linux and ChromeOS. ++ ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { # Both desktop Linux and ChromeOS. + 'sources': [ '<@(chrome_browser_ui_linux_sources)' ], + 'conditions': [ + ['use_aura==1', { |