| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index 0daf759a0e0c94fd511bb2a73284c83c8ba02759..5a846dc5e46269a9a4a13547b264fc9d7ee66989 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -239,7 +239,6 @@
|
| 'browser/download/download_manager_impl_unittest.cc',
|
| 'browser/download/save_package_unittest.cc',
|
| 'browser/gamepad/gamepad_provider_unittest.cc',
|
| - 'browser/geolocation/device_data_provider_unittest.cc',
|
| 'browser/geolocation/geolocation_provider_unittest.cc',
|
| 'browser/geolocation/gps_location_provider_unittest_linux.cc',
|
| 'browser/geolocation/location_arbitrator_unittest.cc',
|
| @@ -247,6 +246,7 @@
|
| 'browser/geolocation/wifi_data_provider_common_unittest.cc',
|
| 'browser/geolocation/wifi_data_provider_linux_unittest.cc',
|
| 'browser/geolocation/wifi_data_provider_unittest_win.cc',
|
| + 'browser/geolocation/wifi_data_provider_unittest.cc',
|
| 'browser/geolocation/win7_location_api_unittest_win.cc',
|
| 'browser/geolocation/win7_location_provider_unittest_win.cc',
|
| 'browser/host_zoom_map_impl_unittest.cc',
|
| @@ -485,11 +485,11 @@
|
| }],
|
| ['OS == "android"', {
|
| 'sources!': [
|
| - '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_common_unittest.cc',
|
| 'browser/geolocation/wifi_data_provider_linux_unittest.cc',
|
| + 'browser/geolocation/wifi_data_provider_unittest.cc',
|
| ],
|
| }],
|
| ['OS == "android" and gtest_target_type == "shared_library"', {
|
|
|