Obtained from: freebsd-chromium@ (especially Carlos Medina) MFH: 2014Q3 Security: http://www.vuxml.org/freebsd/fd5f305d-2d3d-11e4-aa3d-00262d5ed8ee.html
18 lines
862 B
Python
18 lines
862 B
Python
--- ./content/content_tests.gypi.orig 2014-08-20 21:02:50.000000000 +0200
|
|
+++ ./content/content_tests.gypi 2014-08-22 15:06:25.000000000 +0200
|
|
@@ -889,6 +889,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',
|