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

Unified Diff: ui/events/mojo/typemaps.gni

Issue 2040733002: Implement LatencyInfo StructTraits (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make Windows happier 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/traits_test_service.mojom ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/mojo/typemaps.gni
diff --git a/ui/events/mojo/typemaps.gni b/ui/events/mojo/typemaps.gni
index 69fe42eefaf64bfc5418686c93ef86d5131edf19..ec1f7e5c6aff4d51b3d83820da85d720b92d6fc8 100644
--- a/ui/events/mojo/typemaps.gni
+++ b/ui/events/mojo/typemaps.gni
@@ -2,4 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-typemaps = [ "//ui/events/mojo/event.typemap" ]
+typemaps = [
+ "//ui/events/mojo/event.typemap",
+ "//ui/events/mojo/latency_info.typemap",
+]
« no previous file with comments | « ui/events/mojo/traits_test_service.mojom ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698