| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index 5b828fd5a556515c93f7f6a82d10d9e1553871cf..aea6d7d82e171173decaaa43939c49bac5e3eedd 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -380,6 +380,15 @@
|
| 'browser/accessibility/browser_accessibility_win_unittest.cc',
|
| ],
|
| }],
|
| + ['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',
|
| + ],
|
| + }],
|
| ],
|
| },
|
| {
|
|
|