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

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

Issue 2054463002: Add Mojo structs and StructTraits for //ui/events/devices. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes. 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/devices/mojo/typemaps.gni
diff --git a/skia/public/interfaces/typemaps.gni b/ui/events/devices/mojo/typemaps.gni
similarity index 62%
copy from skia/public/interfaces/typemaps.gni
copy to ui/events/devices/mojo/typemaps.gni
index eee4dd2a01146f0861e6081a6eb9f77333b44d38..996a8a5dc85d1dd28436511a87775779b426b342 100644
--- a/skia/public/interfaces/typemaps.gni
+++ b/ui/events/devices/mojo/typemaps.gni
@@ -3,6 +3,6 @@
# found in the LICENSE file.
typemaps = [
- "//skia/public/interfaces/image_filter.typemap",
- "//skia/public/interfaces/skbitmap.typemap",
+ "//ui/events/devices/mojo/input_device.typemap",
+ "//ui/events/devices/mojo/touchscreen_device.typemap",
]

Powered by Google App Engine
This is Rietveld 408576698