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

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

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/event.mojom ('k') | ui/events/mojo/event_constants.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/mojo/event.typemap
diff --git a/ui/events/mojo/event.typemap b/ui/events/mojo/event.typemap
index 9b5bce93567a0f73369f29eb91ea35af0e0f6932..7e45df74444534ce0c1998fb164742d28d7812b4 100644
--- a/ui/events/mojo/event.typemap
+++ b/ui/events/mojo/event.typemap
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-mojom = "//components/mus/public/interfaces/input_events.mojom"
+mojom = "//ui/events/mojo/event.mojom"
public_headers = [ "//ui/events/event.h" ]
traits_headers = [ "//ui/events/mojo/event_struct_traits.h" ]
deps = [
@@ -14,4 +14,4 @@ sources = [
"//ui/events/mojo/event_struct_traits.cc",
]
# TODO(moshayedi): crbug.com/617167. Map mojom.Event directly to ui::Event.
-type_mappings = [ "mus.mojom.Event=std::unique_ptr<ui::Event>(pass_by_value)" ]
+type_mappings = [ "ui.mojom.Event=std::unique_ptr<ui::Event>(pass_by_value)" ]
« no previous file with comments | « ui/events/mojo/event.mojom ('k') | ui/events/mojo/event_constants.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698