summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_browser.gypi
diff options
context:
space:
mode:
authorjoth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-15 15:15:22 +0000
committerjoth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-15 15:15:22 +0000
commit8b96de1255b6f885e2b86d6040de416fd6f852c6 (patch)
tree3eda323e4834cfd73a2d60f9b3af5ca004360957 /chrome/chrome_browser.gypi
parent0fa513600397ae54172dd45d1b5f212924bb2d92 (diff)
downloadchromium_src-8b96de1255b6f885e2b86d6040de416fd6f852c6.zip
chromium_src-8b96de1255b6f885e2b86d6040de416fd6f852c6.tar.gz
chromium_src-8b96de1255b6f885e2b86d6040de416fd6f852c6.tar.bz2
Add support for top level geolocation arbitrator, and access token persistence (via local state prefs)
BUG=11246 TEST=unit_tests.exe --gtest_filer=Geoloc* Review URL: http://codereview.chromium.org/603040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39067 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser.gypi')
-rwxr-xr-xchrome/chrome_browser.gypi4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index a309975..2a1b00d 100755
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -921,11 +921,15 @@
'browser/form_field_history_manager.h',
'browser/gears_integration.cc',
'browser/gears_integration.h',
+ 'browser/geolocation/access_token_store.cc',
+ 'browser/geolocation/access_token_store.h',
'browser/geolocation/device_data_provider.h',
'browser/geolocation/empty_device_data_provider.cc',
'browser/geolocation/empty_device_data_provider.h',
'browser/geolocation/geoposition.cc',
'browser/geolocation/geoposition.h',
+ 'browser/geolocation/location_arbitrator.cc',
+ 'browser/geolocation/location_arbitrator.h',
'browser/geolocation/location_provider.cc',
'browser/geolocation/location_provider.h',
'browser/geolocation/location_provider_pool.cc',