summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content__content_tests.gypi
blob: d5628d043ebeb01a5ca1289530cfc529593bbae6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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',