| Index: content/content_browser.gypi
|
| diff --git a/content/content_browser.gypi b/content/content_browser.gypi
|
| index 7835950f4b962537125aaf5f97bc72546ae03bff..ab2e1b48bb7fd68405f05e53fa2ca71300ffd80f 100644
|
| --- a/content/content_browser.gypi
|
| +++ b/content/content_browser.gypi
|
| @@ -541,8 +541,6 @@
|
| 'browser/geolocation/geolocation_dispatcher_host.h',
|
| 'browser/geolocation/geolocation_provider_impl.cc',
|
| 'browser/geolocation/geolocation_provider_impl.h',
|
| - 'browser/geolocation/gps_location_provider_linux.cc',
|
| - 'browser/geolocation/gps_location_provider_linux.h',
|
| 'browser/geolocation/location_api_adapter_android.cc',
|
| 'browser/geolocation/location_api_adapter_android.h',
|
| 'browser/geolocation/location_arbitrator.h',
|
| @@ -1551,10 +1549,5 @@
|
| '../third_party/speex/speex.gyp:libspeex',
|
| ],
|
| }],
|
| - ['linux_use_libgps==1', {
|
| - 'dependencies': [
|
| - '../build/linux/system.gyp:libgps',
|
| - ],
|
| - }],
|
| ],
|
| }
|
|
|