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

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: ortuno@s and rockot@s comments, tiny rebase Created 4 years, 4 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
« no previous file with comments | « content/browser/DEPS ('k') | device/geolocation/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « content/browser/DEPS ('k') | device/geolocation/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698