mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 11:59:15 -04:00
FreeBSD-specific improvements: - working WiFi geolocation [1] (can be turned off in preferences) - fix build with clang (use external libvpx) - use SysV SHM model and where possible OS_BSD, which saves some patches - no need to use ZygoteProcess switch HTML5 audio is currently broken. PR: ports/174402 [1] Submitted by: J.R. Oldroyd <fbsd@opal.com> [1] Security: http://www.vuxml.org/freebsd/46bd747b-5b84-11e2-b06d-00262d5ed8ee.html
21 lines
1,010 B
Python
21 lines
1,010 B
Python
--- chrome/chrome_browser.gypi.orig 2012-11-27 10:02:39.000000000 +0200
|
|
+++ chrome/chrome_browser.gypi 2012-11-29 22:30:15.798669580 +0200
|
|
@@ -2633,6 +2633,18 @@
|
|
['exclude', '^browser/usb/'],
|
|
],
|
|
}],
|
|
+ ['os_bsd==1', {
|
|
+ 'sources!': [
|
|
+ 'browser/chrome_browser_main_linux.cc',
|
|
+ 'browser/chrome_browser_main_linux.h',
|
|
+ 'browser/media_gallery/mtp_device_delegate_impl_linux.cc',
|
|
+ 'browser/media_gallery/mtp_device_delegate_impl_linux.h',
|
|
+ 'browser/system_monitor/media_transfer_protocol_device_observer_linux.cc',
|
|
+ 'browser/system_monitor/media_transfer_protocol_device_observer_linux.h',
|
|
+ 'browser/system_monitor/removable_device_notifications_linux.cc',
|
|
+ 'browser/system_monitor/removable_device_notifications_linux.h',
|
|
+ ],
|
|
+ }],
|
|
['OS=="mac"', {
|
|
'sources!': [
|
|
'browser/automation/automation_provider_list_generic.cc',
|