diff options
author | dubroy@chromium.org <dubroy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-15 10:00:39 +0000 |
---|---|---|
committer | dubroy@chromium.org <dubroy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-15 10:00:39 +0000 |
commit | b7c377e5e5e0daf67378e96368c7b8bf63b1883d (patch) | |
tree | 023544da3eaeb51cebc1e2a88bc121f563d7b11d /chromeos/chromeos.gyp | |
parent | 8fe381e9c7ebec0b30ba72791fbe43362003459a (diff) | |
download | chromium_src-b7c377e5e5e0daf67378e96368c7b8bf63b1883d.zip chromium_src-b7c377e5e5e0daf67378e96368c7b8bf63b1883d.tar.gz chromium_src-b7c377e5e5e0daf67378e96368c7b8bf63b1883d.tar.bz2 |
Reland 176858 - Deprecate ShillNetworkClient and add GeolocationHandler
> Deprecate ShillNetworkClient and add GeolocationHandler
>
> Shill deprecated Manager.Network which was being used to get wifi access point data.
> This eliminates the dead code and adds GeolocationHandler which currently queries Shill.Manager for geolocation data, and caches and returns the result.
>
> BUG=167987
> For chrome/browser/geolocation:
> TBR=joth@chromium.org
>
> Review URL: https://chromiumcodereview.appspot.com/11887008
TBR=stevenjb@chromium.org
BUG=None
Review URL: https://codereview.chromium.org/11880043
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176869 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos/chromeos.gyp')
-rw-r--r-- | chromeos/chromeos.gyp | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp index 61ca41a..e9e5848 100644 --- a/chromeos/chromeos.gyp +++ b/chromeos/chromeos.gyp @@ -69,8 +69,6 @@ 'dbus/shill_device_client.h', 'dbus/shill_manager_client.cc', 'dbus/shill_manager_client.h', - 'dbus/shill_network_client.cc', - 'dbus/shill_network_client.h', 'dbus/shill_profile_client.cc', 'dbus/shill_profile_client.h', 'dbus/shill_service_client.cc', @@ -129,6 +127,8 @@ 'network/cros_network_functions.h', 'network/device_state.cc', 'network/device_state.h', + 'network/geolocation_handler.cc', + 'network/geolocation_handler.h', 'network/managed_state.cc', 'network/managed_state.h', 'network/network_change_notifier_chromeos.cc', @@ -155,8 +155,6 @@ 'network/network_state_handler_observer.h', 'network/network_util.cc', 'network/network_util.h', - 'network/sms_watcher.cc', - 'network/sms_watcher.h', 'network/onc/onc_certificate_importer.cc', 'network/onc/onc_certificate_importer.h', 'network/onc/onc_constants.cc', @@ -182,6 +180,8 @@ 'network/shill_property_handler.h', 'network/shill_service_observer.cc', 'network/shill_service_observer.h', + 'network/sms_watcher.cc', + 'network/sms_watcher.h', 'power/power_state_override.cc', 'power/power_state_override.h', ], @@ -232,8 +232,6 @@ 'dbus/mock_shill_ipconfig_client.h', 'dbus/mock_shill_manager_client.cc', 'dbus/mock_shill_manager_client.h', - 'dbus/mock_shill_network_client.cc', - 'dbus/mock_shill_network_client.h', 'dbus/mock_shill_profile_client.cc', 'dbus/mock_shill_profile_client.h', 'dbus/mock_shill_service_client.cc', @@ -319,7 +317,6 @@ 'dbus/shill_device_client_unittest.cc', 'dbus/shill_ipconfig_client_unittest.cc', 'dbus/shill_manager_client_unittest.cc', - 'dbus/shill_network_client_unittest.cc', 'dbus/shill_profile_client_unittest.cc', 'dbus/shill_service_client_unittest.cc', 'dbus/gsm_sms_client_unittest.cc', @@ -338,6 +335,7 @@ 'dbus/modem_messaging_client_unittest.cc', 'disks/disk_mount_manager_unittest.cc', 'network/cros_network_functions_unittest.cc', + 'network/geolocation_handler_unittest.cc', 'network/network_change_notifier_chromeos_unittest.cc', 'network/network_configuration_handler_unittest.cc', 'network/network_device_handler_unittest.cc', |