diff options
author | joth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-21 13:45:43 +0000 |
---|---|---|
committer | joth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-21 13:45:43 +0000 |
commit | 3cc2e593f52cc27ca6694b6ec33f769f6d2dbd52 (patch) | |
tree | 39bd70a7c63982c1fd76fb61fc91e4fc23d6ee16 /chrome/chrome_tests.gypi | |
parent | 3fd9dae0d14e2a5ec30f738defb1811825740755 (diff) | |
download | chromium_src-3cc2e593f52cc27ca6694b6ec33f769f6d2dbd52.zip chromium_src-3cc2e593f52cc27ca6694b6ec33f769f6d2dbd52.tar.gz chromium_src-3cc2e593f52cc27ca6694b6ec33f769f6d2dbd52.tar.bz2 |
Adds wifi mac addresses and cell IDs to the corresponding network library classes.
Adds basic support to Chrome for using the wifi API, and basic test.
Does not yet provide concrete implementation of the underlying methods, this will be in follow-up CLs once I have ChromeOS device.
BUG=45671
TEST=GeolocationChromeOsWifiDataProviderTest.*
Review URL: http://codereview.chromium.org/2769007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50345 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rwxr-xr-x | chrome/chrome_tests.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index 23443c3..1bd2739 100755 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -798,6 +798,7 @@ 'browser/geolocation/location_arbitrator_unittest.cc', 'browser/geolocation/network_location_provider_unittest.cc', '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/global_keyboard_shortcuts_mac_unittest.mm', 'browser/google_update_settings_unittest.cc', |