| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index abf25464394ebfa0fa1d3ba2deab9e60674ab6f0..c1a5caade51ec5ad1bb4f8685a444ca00ceb968a 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -277,6 +277,7 @@
|
| 'browser/geolocation/gps_location_provider_unittest_linux.cc',
|
| 'browser/geolocation/location_arbitrator_impl_unittest.cc',
|
| 'browser/geolocation/network_location_provider_unittest.cc',
|
| + 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc',
|
| 'browser/geolocation/wifi_data_provider_common_unittest.cc',
|
| 'browser/geolocation/wifi_data_provider_linux_unittest.cc',
|
| 'browser/geolocation/wifi_data_provider_unittest_win.cc',
|
| @@ -588,6 +589,7 @@
|
| ['chromeos==1', {
|
| 'sources/': [
|
| ['exclude', '^browser/renderer_host/gtk_key_bindings_handler_unittest.cc'],
|
| + ['exclude', '^browser/geolocation/wifi_data_provider_linux_unittest.cc'],
|
| ],
|
| }],
|
| ['use_aura==1', {
|
| @@ -603,6 +605,7 @@
|
| 'browser/geolocation/device_data_provider_unittest.cc',
|
| 'browser/geolocation/gps_location_provider_unittest_linux.cc',
|
| 'browser/geolocation/network_location_provider_unittest.cc',
|
| + 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc',
|
| 'browser/geolocation/wifi_data_provider_common_unittest.cc',
|
| 'browser/geolocation/wifi_data_provider_linux_unittest.cc',
|
| ],
|
|
|