| Index: device/geolocation/BUILD.gn
|
| diff --git a/device/geolocation/BUILD.gn b/device/geolocation/BUILD.gn
|
| index 58bc49cceb5cd2d36ccfc2d0f74e09663c029ae9..646bd4545ae1391d02db4d691f2fedfd03e73736 100644
|
| --- a/device/geolocation/BUILD.gn
|
| +++ b/device/geolocation/BUILD.gn
|
| @@ -31,8 +31,8 @@ component("device_geolocation") {
|
| "geoposition.h",
|
| "location_api_adapter_android.cc",
|
| "location_api_adapter_android.h",
|
| - "location_arbitrator_impl.cc",
|
| - "location_arbitrator_impl.h",
|
| + "location_arbitrator.cc",
|
| + "location_arbitrator.h",
|
| "location_provider.h",
|
| "location_provider_android.cc",
|
| "location_provider_android.h",
|
| @@ -42,6 +42,8 @@ component("device_geolocation") {
|
| "network_location_provider.h",
|
| "network_location_request.cc",
|
| "network_location_request.h",
|
| + "rate_limiting_location_provider_proxy.cc",
|
| + "rate_limiting_location_provider_proxy.h",
|
| "wifi_data.cc",
|
| "wifi_data.h",
|
| "wifi_data_provider.cc",
|
| @@ -171,8 +173,9 @@ source_set("unittests") {
|
|
|
| sources = [
|
| "geolocation_provider_impl_unittest.cc",
|
| - "location_arbitrator_impl_unittest.cc",
|
| + "location_arbitrator_unittest.cc",
|
| "network_location_provider_unittest.cc",
|
| + "rate_limiting_location_provider_proxy_unittest.cc",
|
| "wifi_data_provider_chromeos_unittest.cc",
|
| "wifi_data_provider_common_unittest.cc",
|
| "wifi_data_provider_linux_unittest.cc",
|
|
|