diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-05-14 21:10:15 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-05-14 21:10:15 +0000 |
commit | 217593e8de3b3015393d2afaade0aa1ccea49b7a (patch) | |
tree | ab81e2a78d66721e46b691bea9c0bea13db968b4 /www/chromium/files/patch-chrome__chrome_browser.gypi | |
parent | - Convert to optionsNG (diff) |
Update to 27.0.1453.81
Note that this is still a beta version, and that the sysctl
kern.ipc.shm_allow_removed must be set to 1 for correct operation.
Port changes:
- add dependency on accessibility/speech-dispatcher for libspeechd
- use internal libvpx
- update disk space requirements
- add pkg-message for the above sysctl
Submitted by: George Liaskos
Security: http://vuxml.org/freebsd/bdd48858-9656-11e2-a9a8-00262d5ed8ee.html
Notes
Notes:
svn path=/head/; revision=318200
Diffstat (limited to 'www/chromium/files/patch-chrome__chrome_browser.gypi')
-rw-r--r-- | www/chromium/files/patch-chrome__chrome_browser.gypi | 31 |
1 files changed, 21 insertions, 10 deletions
diff --git a/www/chromium/files/patch-chrome__chrome_browser.gypi b/www/chromium/files/patch-chrome__chrome_browser.gypi index be1d489ae02a..82d1c0f734d7 100644 --- a/www/chromium/files/patch-chrome__chrome_browser.gypi +++ b/www/chromium/files/patch-chrome__chrome_browser.gypi @@ -1,6 +1,15 @@ ---- chrome/chrome_browser.gypi.orig 2013-02-05 10:03:06.000000000 +0200 -+++ chrome/chrome_browser.gypi 2013-02-13 22:38:19.000000000 +0200 -@@ -2781,6 +2781,19 @@ +--- chrome/chrome_browser.gypi.orig 2013-04-30 10:22:08.000000000 +0300 ++++ chrome/chrome_browser.gypi 2013-05-07 23:55:10.000000000 +0300 +@@ -2479,7 +2479,7 @@ + '../device/device.gyp:device_media_transfer_protocol', + ], + }], +- ['OS=="linux" and chromeos==0', { ++ ['(OS=="linux" and chromeos==0) or os_bsd==1', { + 'dependencies': [ + '../build/linux/system.gyp:libspeechd', + ], +@@ -2782,6 +2782,21 @@ ['exclude', '^browser/usb/'], ], }], @@ -8,13 +17,15 @@ + 'sources/': [ + ['exclude', '^browser/chrome_browser_main_linux.cc'], + ['exclude', '^browser/chrome_browser_main_linux.h'], -+ ['exclude', '^browser/media_gallery/linux/'], -+ ['exclude', '^browser/system_monitor/media_transfer_protocol_device_observer_linux.cc'], -+ ['exclude', '^browser/system_monitor/media_transfer_protocol_device_observer_linux.h'], -+ ['exclude', '^browser/system_monitor/removable_device_notifications_linux.cc'], -+ ['exclude', '^browser/system_monitor/removable_device_notifications_linux.h'], -+ ['exclude', '^browser/system_monitor/udev_util_linux.cc'], -+ ['exclude', '^browser/system_monitor/udev_util_linux.h'], ++ ['exclude', '^browser/media_galleries/linux/'], ++ ['exclude', '^browser/storage_monitor/media_transfer_protocol_device_observer_linux.cc'], ++ ['exclude', '^browser/storage_monitor/media_transfer_protocol_device_observer_linux.h'], ++ ['exclude', '^browser/storage_monitor/removable_device_notifications_linux.cc'], ++ ['exclude', '^browser/storage_monitor/removable_device_notifications_linux.h'], ++ ['exclude', '^browser/storage_monitor/storage_monitor_linux.cc'], ++ ['exclude', '^browser/storage_monitor/storage_monitor_linux.h'], ++ ['exclude', '^browser/storage_monitor/udev_util_linux.cc'], ++ ['exclude', '^browser/storage_monitor/udev_util_linux.h'], + ], + }], ['OS=="mac"', { |