| Index: device/geolocation/BUILD.gn
|
| diff --git a/device/geolocation/BUILD.gn b/device/geolocation/BUILD.gn
|
| index 0e4c4357bb0de899fb081f6616831d95832a70c4..caf12a250a2b29c74aa461dff9cd50fbff5e532c 100644
|
| --- a/device/geolocation/BUILD.gn
|
| +++ b/device/geolocation/BUILD.gn
|
| @@ -152,6 +152,8 @@ source_set("unittests") {
|
| sources = [
|
| "fake_access_token_store.cc",
|
| "fake_access_token_store.h",
|
| + "fake_location_provider.cc",
|
| + "fake_location_provider.h",
|
| "geolocation_provider_impl_unittest.cc",
|
| "location_arbitrator_impl_unittest.cc",
|
| "mock_location_provider.cc",
|
|
|