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

Unified Diff: device/geolocation/public/interfaces/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/public/interfaces/BUILD.gn
diff --git a/mash/init/public/interfaces/BUILD.gn b/device/geolocation/public/interfaces/BUILD.gn
similarity index 76%
copy from mash/init/public/interfaces/BUILD.gn
copy to device/geolocation/public/interfaces/BUILD.gn
index 21905185a8f524baaab39a09c8b8222ff339bff1..423eeb45c9642b211378cc912794e8da021a52c7 100644
--- a/mash/init/public/interfaces/BUILD.gn
+++ b/device/geolocation/public/interfaces/BUILD.gn
@@ -4,10 +4,8 @@
import("//mojo/public/tools/bindings/mojom.gni")
-mojom("interfaces") {
+mojom("geolocation_mojom") {
ortuno 2016/08/02 14:55:45 nit: I think this should be called mojo_bindings.
mcasas 2016/08/02 18:17:04 Renamed to just "interfaces" per rockot@ comment,
sources = [
- "init.mojom",
+ "geolocation.mojom",
]
-
- use_new_wrapper_types = false
}

Powered by Google App Engine
This is Rietveld 408576698