Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1516)

Unified Diff: device/geolocation/BUILD.gn

Issue 2201883003: Geolocation: move mojom from WebKit to device/geolocation/public/interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: device/geolocation/BUILD.gn
diff --git a/device/geolocation/BUILD.gn b/device/geolocation/BUILD.gn
index 0b3d92e1c2170656f4f9ec6648529ddada23c16a..d35b7e6aee55b97e0cf1fddf6b80a47cbd875bea 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:geolocation_mojom",
+ ]
if (is_android) {
sources -= [
"network_location_provider.cc",

Powered by Google App Engine
This is Rietveld 408576698