summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_tests.gypi
diff options
context:
space:
mode:
authorallanwoj@chromium.org <allanwoj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-17 11:38:40 +0000
committerallanwoj@chromium.org <allanwoj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-17 11:38:40 +0000
commit04d75b6f37e104c672db22cbbba84fa3b21a510d (patch)
treeaa891d17f51169fbb698da2bc3ad6181939b0fe5 /chrome/chrome_tests.gypi
parent48ba228626cee0fba98a0d204580bc0aacb750bb (diff)
downloadchromium_src-04d75b6f37e104c672db22cbbba84fa3b21a510d.zip
chromium_src-04d75b6f37e104c672db22cbbba84fa3b21a510d.tar.gz
chromium_src-04d75b6f37e104c672db22cbbba84fa3b21a510d.tar.bz2
Location provider using Windows 7 Location API
Implementation of a location provider that uses the Windows 7 Location API. Currently uses polling to get the users location, I will update this to use signals provided by the API in a future patch. BUG=45535 TEST=Two test files included. Review URL: http://codereview.chromium.org/3015053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56332 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r--chrome/chrome_tests.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index ba62cf2..d7f5e26 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -962,6 +962,8 @@
'browser/geolocation/wifi_data_provider_common_unittest.cc',
'browser/geolocation/wifi_data_provider_unittest_chromeos.cc',
'browser/geolocation/wifi_data_provider_unittest_win.cc',
+ 'browser/geolocation/win7_location_api_unittest_win.cc',
+ 'browser/geolocation/win7_location_provider_unittest_win.cc',
'browser/global_keyboard_shortcuts_mac_unittest.mm',
'browser/google_update_settings_unittest.cc',
'browser/google_url_tracker_unittest.cc',