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

Unified Diff: ui/events/mojo/latency_info.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/latency_info.typemap
diff --git a/ui/events/mojo/latency_info.typemap b/ui/events/mojo/latency_info.typemap
index 77fe8406fac3f736676b26bee6629430db2c709d..7154d35cbcf1b57afd3d39152b182e5fdba1a6a2 100644
--- a/ui/events/mojo/latency_info.typemap
+++ b/ui/events/mojo/latency_info.typemap
@@ -3,13 +3,21 @@
# found in the LICENSE file.
mojom = "//ui/events/mojo/latency_info.mojom"
-public_headers = [ "//ui/events/latency_info.h" ]
+public_headers = [
+ "//ipc/ipc_message_utils.h",
+ "//ui/events/latency_info.h",
+]
traits_headers = [ "//ui/events/mojo/latency_info_struct_traits.h" ]
sources = [
- "//ui/events/mojo:struct_traits",
+ "latency_info_struct_traits.cc",
+ "latency_info_struct_traits.h",
+]
+public_deps = [
+ "//ui/events:events_base",
+ "//ui/gfx/geometry/mojo:struct_traits",
]
deps = [
- "//ui/events/mojo:struct_traits",
+ "//ipc:param_traits",
]
type_mappings = [
"ui.mojom.LatencyComponent=ui::LatencyInfo::LatencyComponent",

Powered by Google App Engine
This is Rietveld 408576698