diff options
author | mvanouwerkerk@chromium.org <mvanouwerkerk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-04 22:01:55 +0000 |
---|---|---|
committer | mvanouwerkerk@chromium.org <mvanouwerkerk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-04 22:01:55 +0000 |
commit | 49e5374809c171f9359479f6578491c7955d724c (patch) | |
tree | 0b46f92a4ed7258039de995bf425261ebfad23aa /content/DEPS | |
parent | ee881f40d2b26e193b4b66e395b0dbe47bad3c65 (diff) | |
download | chromium_src-49e5374809c171f9359479f6578491c7955d724c.zip chromium_src-49e5374809c171f9359479f6578491c7955d724c.tar.gz chromium_src-49e5374809c171f9359479f6578491c7955d724c.tar.bz2 |
Geolocation: delete GpsLocationProvider and third_party/gpsd/
The GpsLocationProvider is not actually used anywhere, and has most likely bit
rotted after years of no maintenance. It is brittle code written for a
specific version (3.1) of gpsd that is now outdated.
The only Chrome version that had this feature enabled (ChromeOS) makes no use
of it as no hardware was ever shipped that used GPS.
TBR=jam,brettw
Review URL: https://codereview.chromium.org/25752005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@227104 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/DEPS')
-rw-r--r-- | content/DEPS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content/DEPS b/content/DEPS index dd0a7d6..c526315 100644 --- a/content/DEPS +++ b/content/DEPS @@ -60,7 +60,6 @@ include_rules = [ # Allow inclusion of third-party code: "+third_party/angle_dx11", "+third_party/flac", - "+third_party/gpsd", "+third_party/libjingle", "+third_party/mozilla", "+third_party/npapi/bindings", |