Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1340)

Unified Diff: content/content_browser.gypi

Issue 25752005: Geolocation: delete GpsLocationProvider and third_party/gpsd/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/geolocation/location_arbitrator_impl.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 1f1ee49ad2fc86dc179f2e954d5f917eef38d435..aa9a47e7398d15e2745ab5e8cead02d707b53fd9 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -542,8 +542,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',
@@ -1563,10 +1561,5 @@
'../third_party/speex/speex.gyp:libspeex',
],
}],
- ['linux_use_libgps==1', {
- 'dependencies': [
- '../build/linux/system.gyp:libgps',
- ],
- }],
],
}
« no previous file with comments | « content/browser/geolocation/location_arbitrator_impl.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698