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

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

Issue 2765773002: Adds KeyEvent::properties (Closed)
Patch Set: Created 3 years, 9 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/events/mojo/event.typemap
diff --git a/ui/events/mojo/event.typemap b/ui/events/mojo/event.typemap
index 869badb053b8a4ca8b80f498e80ac3ddfd06f5ce..487a7008a8144d09e446427f452823591cfa860e 100644
--- a/ui/events/mojo/event.typemap
+++ b/ui/events/mojo/event.typemap
@@ -5,10 +5,14 @@
mojom = "//ui/events/mojo/event.mojom"
public_headers = [ "//ui/events/event.h" ]
traits_headers = [ "//ui/events/mojo/event_struct_traits.h" ]
-deps = [
- "//ui//events",
+public_deps = [
+ "//mojo/common:common_custom_types",
+ "//mojo/common:struct_traits",
+ "//ui/events",
"//ui/events:dom_keycode_converter",
- "//ui/events/mojo:struct_traits",
+]
+deps = [
+ "//ipc:param_traits",
]
sources = [
"//ui/events/mojo/event_struct_traits.cc",

Powered by Google App Engine
This is Rietveld 408576698