mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 23:50:30 -04:00
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
46 lines
2.4 KiB
Python
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',
|