| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index 72af9e5d5f7bf89cb6c3c1fa7c1c101f3dbff9c3..879677ba7e75195566b8709f8f1f17f51612521b 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -374,6 +374,15 @@
|
| '../ui/aura/aura.gyp:aura',
|
| ],
|
| }],
|
| + ['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',
|
| + ],
|
| + }],
|
| ],
|
| },
|
| {
|
|
|