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

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

Issue 2057793002: Reorganize event mojom files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed typos in comments. 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
« no previous file with comments | « ui/events/mojo/BUILD.gn ('k') | ui/events/mojo/event.typemap » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/mojo/event.mojom
diff --git a/components/mus/public/interfaces/input_events.mojom b/ui/events/mojo/event.mojom
similarity index 96%
rename from components/mus/public/interfaces/input_events.mojom
rename to ui/events/mojo/event.mojom
index 0e205a0abeba931c553a52e7a2c34e16e6226392..cf68bbe3dc4589c2e792ce2c9c83400424898b5a 100644
--- a/components/mus/public/interfaces/input_events.mojom
+++ b/ui/events/mojo/event.mojom
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module mus.mojom;
+module ui.mojom;
-import "components/mus/public/interfaces/input_event_constants.mojom";
-import "components/mus/public/interfaces/input_key_codes.mojom";
+import "ui/events/mojo/event_constants.mojom";
+import "ui/events/mojo/keyboard_codes.mojom";
struct KeyData {
// The chromium event key code; these values are from the ui/ KeyCode enum,
« no previous file with comments | « ui/events/mojo/BUILD.gn ('k') | ui/events/mojo/event.typemap » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698