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

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: 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 | « device/geolocation/geolocation_service_impl.cc ('k') | device/geolocation/public/interfaces/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 83%
copy from mash/init/public/interfaces/BUILD.gn
copy to device/geolocation/public/interfaces/BUILD.gn
index 21905185a8f524baaab39a09c8b8222ff339bff1..6bdfc1ac3d8ac01629c3ed29256a31b2db907242 100644
--- a/mash/init/public/interfaces/BUILD.gn
+++ b/device/geolocation/public/interfaces/BUILD.gn
@@ -6,8 +6,6 @@ import("//mojo/public/tools/bindings/mojom.gni")
mojom("interfaces") {
sources = [
- "init.mojom",
+ "geolocation.mojom",
]
-
- use_new_wrapper_types = false
}
« no previous file with comments | « device/geolocation/geolocation_service_impl.cc ('k') | device/geolocation/public/interfaces/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698