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

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

Issue 1939133002: StructTraits to map mus::mojom::Event to unique_ptr<ui::Event> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: todo comments + reorganize files 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
Index: ui/events/mojo/typemaps.gni
diff --git a/ui/gfx/mojo/typemaps.gni b/ui/events/mojo/typemaps.gni
similarity index 77%
copy from ui/gfx/mojo/typemaps.gni
copy to ui/events/mojo/typemaps.gni
index 0671dcc4b39e31af6c7fef4ed767be8f80b240dc..69fe42eefaf64bfc5418686c93ef86d5131edf19 100644
--- a/ui/gfx/mojo/typemaps.gni
+++ b/ui/events/mojo/typemaps.gni
@@ -2,4 +2,4 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-typemaps = [ "//ui/gfx/ipc/transform.typemap" ]
+typemaps = [ "//ui/events/mojo/event.typemap" ]

Powered by Google App Engine
This is Rietveld 408576698