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

Unified Diff: ui/mojo/events/input_events.mojom

Issue 1085233004: Moves services implementations out of third_party/mojo_services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: unnecessary changes Created 5 years, 8 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: ui/mojo/events/input_events.mojom
diff --git a/third_party/mojo_services/src/input_events/public/interfaces/input_events.mojom b/ui/mojo/events/input_events.mojom
similarity index 93%
rename from third_party/mojo_services/src/input_events/public/interfaces/input_events.mojom
rename to ui/mojo/events/input_events.mojom
index 9fa363034e94c4eb99ee19b8a59ce6af6b312106..f7d56b5bd13dda446913f54cd38ef1a4403d650e 100644
--- a/third_party/mojo_services/src/input_events/public/interfaces/input_events.mojom
+++ b/ui/mojo/events/input_events.mojom
@@ -4,9 +4,9 @@
module mojo;
-import "geometry/public/interfaces/geometry.mojom";
-import "input_events/public/interfaces/input_event_constants.mojom";
-import "input_events/public/interfaces/input_key_codes.mojom";
+import "ui/mojo/events/input_event_constants.mojom";
+import "ui/mojo/events/input_key_codes.mojom";
+import "ui/mojo/geometry/geometry.mojom";
struct KeyData {
// The chromium event key code; these values are from the ui/ KeyCode enum,

Powered by Google App Engine
This is Rietveld 408576698