diff options
author | joth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-27 15:26:18 +0000 |
---|---|---|
committer | joth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-27 15:26:18 +0000 |
commit | a2fd492a14c619f899623a0e0e05f5dd61751b6b (patch) | |
tree | a9bd46a7fe51f04ae6de7b53114ab892a064883e /chrome/browser/DEPS | |
parent | 300e4ea2cb2bfdb316cc0670cc1de8bffffe9d85 (diff) | |
download | chromium_src-a2fd492a14c619f899623a0e0e05f5dd61751b6b.zip chromium_src-a2fd492a14c619f899623a0e0e05f5dd61751b6b.tar.gz chromium_src-a2fd492a14c619f899623a0e0e05f5dd61751b6b.tar.bz2 |
First cut at GPS support in chrome linux
Uses libgps / gpsd to get gps fixes. Modified the location arbitrator to use GPS instead of network location provider.
Current version requires manual code edit to enable (ENABLE_LIBGPS_LOCATION_PROVIDER) See http://docs.google.com/View?id=dfbnm49n_1g8ktswhr for demo instructions (work in progress)
BUG=43868
TEST=Built with ENABLE_LIBGPS_LOCATION_PROVIDER and used gpsd's gpsfake script (see linked doc above)
Review URL: http://codereview.chromium.org/2032010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48393 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/DEPS')
-rw-r--r-- | chrome/browser/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS index 4035947..7120cb8 100644 --- a/chrome/browser/DEPS +++ b/chrome/browser/DEPS @@ -22,6 +22,7 @@ include_rules = [ "+media/base", "+third_party/cros", "+third_party/expat", + "+third_party/gpsd", "+third_party/sqlite", "+third_party/libevent", # For the remote V8 debugging server "+third_party/cld", |