| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index ad9c299f26bbf711c6702f44463aec863a1d00fa..a905dd03c4708eaba45469748f9dc1025d032af2 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -373,6 +373,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',
|
| + ],
|
| + }],
|
| ],
|
| },
|
| {
|
|
|