diff options
author | allanwoj@chromium.org <allanwoj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-26 16:55:22 +0000 |
---|---|---|
committer | allanwoj@chromium.org <allanwoj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-26 16:55:22 +0000 |
commit | d363f1634213f9941e6408d654a2f72b2694f582 (patch) | |
tree | 6f79bad06e74f8aa48fdc73d9a4f1f0e43c60c5b /chrome/chrome_browser.gypi | |
parent | befe301592b8bbb2898d046df5c74096a9ddeb3c (diff) | |
download | chromium_src-d363f1634213f9941e6408d654a2f72b2694f582.zip chromium_src-d363f1634213f9941e6408d654a2f72b2694f582.tar.gz chromium_src-d363f1634213f9941e6408d654a2f72b2694f582.tar.bz2 |
Base class for gateway data providers
Provides common code for platform specific implementations of gateway data providers. Might be a good idea to derive all network data providers from a single base class in a future patch as there is a lot of code replication between them.
BUG=NONE
TEST=Unit test
Review URL: http://codereview.chromium.org/3174031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57536 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser.gypi')
-rw-r--r-- | chrome/chrome_browser.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi index cbfa084..c8bde04 100644 --- a/chrome/chrome_browser.gypi +++ b/chrome/chrome_browser.gypi @@ -1506,6 +1506,8 @@ 'browser/geolocation/device_data_provider.h', 'browser/geolocation/empty_device_data_provider.cc', 'browser/geolocation/empty_device_data_provider.h', + 'browser/geolocation/gateway_data_provider_common.cc', + 'browser/geolocation/gateway_data_provider_common.h', 'browser/geolocation/geolocation_dispatcher_host.cc', 'browser/geolocation/geolocation_dispatcher_host.h', 'browser/geolocation/geolocation_permission_context.cc', |