summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content__content_tests.gypi
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-01-11 01:14:52 +0000
committerRene Ladan <rene@FreeBSD.org>2013-01-11 01:14:52 +0000
commitbf75679390ba99103ece7300c233f94e792847a1 (patch)
treedb46a03736fca13357ba9c3a56c11595450d932a /www/chromium/files/patch-content__content_tests.gypi
parentUpdate from 3.4.0beta1 to 3.4.0rc1 (diff)
Update to 24.0.1312.52, which add support for MathML.
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
Diffstat (limited to 'www/chromium/files/patch-content__content_tests.gypi')
-rw-r--r--www/chromium/files/patch-content__content_tests.gypi18
1 files changed, 18 insertions, 0 deletions
diff --git a/www/chromium/files/patch-content__content_tests.gypi b/www/chromium/files/patch-content__content_tests.gypi
new file mode 100644
index 000000000000..d5628d043ebe
--- /dev/null
+++ b/www/chromium/files/patch-content__content_tests.gypi
@@ -0,0 +1,18 @@
+--- content/content_tests.gypi.orig 2013-01-08 23:49:55.890245836 +0200
++++ content/content_tests.gypi 2013-01-08 23:52:52.374246102 +0200
+@@ -585,6 +585,15 @@
+ 'browser/geolocation/wifi_data_provider_linux_unittest.cc',
+ ],
+ }],
++ ['OS == "freebsd"', {
++ 'sources!': [
++ 'browser/download/file_metadata_unittest_linux.cc',
++ 'browser/geolocation/wifi_data_provider_linux_unittest.cc',
++ 'browser/renderer_host/media/media_stream_dispatcher_host_unittest.cc',
++ 'browser/renderer_host/media/media_stream_manager_unittest.cc',
++ 'browser/renderer_host/media/media_stream_ui_controller_unittest.cc',
++ ],
++ }],
+ ['OS != "android" and OS != "ios"', {
+ 'dependencies': [
+ '../third_party/libvpx/libvpx.gyp:libvpx',