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

Unified Diff: device/sensors/public/interfaces/BUILD.gn

Issue 2037513002: Convert device_sensors to use mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@conversion--mime-registry
Patch Set: Created 4 years, 6 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/sensors/public/interfaces/BUILD.gn
diff --git a/mash/login/public/interfaces/BUILD.gn b/device/sensors/public/interfaces/BUILD.gn
similarity index 79%
copy from mash/login/public/interfaces/BUILD.gn
copy to device/sensors/public/interfaces/BUILD.gn
index 0ea747bed9d6fc0885a76c7384146db4f70fe0a2..f697e347919875e1268ea2608a5e6c446724ccf7 100644
--- a/mash/login/public/interfaces/BUILD.gn
+++ b/device/sensors/public/interfaces/BUILD.gn
@@ -6,6 +6,8 @@ import("//mojo/public/tools/bindings/mojom.gni")
mojom("interfaces") {
sources = [
- "login.mojom",
+ "light.mojom",
+ "motion.mojom",
+ "orientation.mojom",
]
}

Powered by Google App Engine
This is Rietveld 408576698