| Index: device/geolocation/BUILD.gn
|
| diff --git a/device/geolocation/BUILD.gn b/device/geolocation/BUILD.gn
|
| index 0b3d92e1c2170656f4f9ec6648529ddada23c16a..8bd0611d112961ce8a8675dc6391fda6c5db4a89 100644
|
| --- a/device/geolocation/BUILD.gn
|
| +++ b/device/geolocation/BUILD.gn
|
| @@ -71,12 +71,11 @@ component("device_geolocation") {
|
| "//mojo/edk/system",
|
| "//mojo/public/cpp/bindings",
|
| "//net",
|
| -
|
| - # TODO(mcasas): move geolocation.mojom to public/interfaces.
|
| - "//third_party/WebKit/public:mojo_bindings",
|
| "//ui/gfx",
|
| ]
|
| -
|
| + public_deps = [
|
| + "//device/geolocation/public/interfaces",
|
| + ]
|
| if (is_android) {
|
| sources -= [
|
| "network_location_provider.cc",
|
|
|