ports/www/chromium/files/patch-chrome__chrome_browser.gypi
Rene Ladan 2cc0ed2a3d Update to 29.0.1547.57
Use devel/ninja instead of gmake as a build tool.

Submitted by:	George Liaskos
Security:	http://vuxml.org/freebsd/ae651a4b-0a42-11e3-ba52-00262d5ed8ee.html
2013-08-23 23:10:05 +00:00

46 lines
2.4 KiB
Python

--- chrome/chrome_browser.gypi.orig 2013-08-09 22:06:42.000000000 +0300
+++ chrome/chrome_browser.gypi 2013-08-17 22:05:42.000000000 +0300
@@ -2456,7 +2456,7 @@
'xcode_settings': {'OTHER_LDFLAGS': ['-weak_framework CoreImage']},
},
}],
- ['OS=="mac" or OS=="win" or OS=="linux" or chromeos==1', {
+ ['OS=="mac" or OS=="win" or OS=="linux" or chromeos==1 or os_bsd==1', {
'sources': [
'browser/media_galleries/fileapi/device_media_async_file_util.cc',
'browser/media_galleries/fileapi/device_media_async_file_util.h',
@@ -2640,7 +2640,7 @@
'../device/media_transfer_protocol/media_transfer_protocol.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',
],
@@ -2996,6 +2996,25 @@
['exclude', '^browser/usb/'],
],
}],
+ ['os_bsd==1', {
+ 'sources/': [
+ ['exclude', '^browser/chrome_browser_main_linux.cc'],
+ ['exclude', '^browser/chrome_browser_main_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'],
+ ['exclude', '^browser/storage_monitor/test_media_transfer_protocol_manager_linux.cc'],
+ ['exclude', '^browser/storage_monitor/test_media_transfer_protocol_manager_linux.h'],
+ ['exclude', '^browser/storage_monitor/mtab_watcher_linux.cc'],
+ ['exclude', '^browser/storage_monitor/mtab_watcher_linux.h'],
+ ],
+ }],
['OS=="mac"', {
'sources!': [
'browser/automation/automation_provider_list_generic.cc',