bf75679390
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
33 lines
1.4 KiB
Python
33 lines
1.4 KiB
Python
--- content/content_browser.gypi.orig 2012-11-27 10:01:27.000000000 +0200
|
|
+++ content/content_browser.gypi 2012-12-10 22:21:14.000000000 +0200
|
|
@@ -409,6 +409,8 @@
|
|
'browser/geolocation/wifi_data_provider_common_win.cc',
|
|
'browser/geolocation/wifi_data_provider_common_win.h',
|
|
'browser/geolocation/wifi_data_provider_corewlan_mac.mm',
|
|
+ 'browser/geolocation/wifi_data_provider_freebsd.cc',
|
|
+ 'browser/geolocation/wifi_data_provider_freebsd.h',
|
|
'browser/geolocation/wifi_data_provider_linux.cc',
|
|
'browser/geolocation/wifi_data_provider_linux.h',
|
|
'browser/geolocation/wifi_data_provider_mac.cc',
|
|
@@ -1056,9 +1056,18 @@
|
|
],
|
|
}],
|
|
['os_bsd==1', {
|
|
- 'sources/': [
|
|
- ['exclude', '^browser/gamepad/gamepad_platform_data_fetcher_linux\\.cc$'],
|
|
- ['exclude', '^browser/geolocation/wifi_data_provider_linux\\.cc$'],
|
|
+ 'sources!': [
|
|
+ 'public/browser/zygote_host_linux.h',
|
|
+ 'browser/zygote_host/zygote_host_impl_linux.cc',
|
|
+ 'browser/zygote_host/zygote_host_impl_linux.h',
|
|
+ 'zygote/zygote_linux.cc',
|
|
+ 'zygote/zygote_linux.h',
|
|
+ 'zygote/zygote_main_linux.cc',
|
|
+ 'browser/device_monitor_linux.cc',
|
|
+ 'browser/download/file_metadata_linux.cc',
|
|
+ 'browser/gamepad/gamepad_platform_data_fetcher_linux.cc',
|
|
+ 'browser/geolocation/wifi_data_provider_linux.cc',
|
|
+ 'browser/udev_linux.cc',
|
|
],
|
|
}],
|
|
['use_aura!=1 and OS!="win"', {
|