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

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

Issue 1992443002: Add Mojo IPC based input-device service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cleanup_ddm
Patch Set: Fixes for comments. 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/url/mojo/typemaps.gni b/ui/events/devices/mojo/typemaps.gni
similarity index 62%
copy from url/mojo/typemaps.gni
copy to ui/events/devices/mojo/typemaps.gni
index 577b028e23e9400420796068c3c8992bf0630c18..996a8a5dc85d1dd28436511a87775779b426b342 100644
--- a/url/mojo/typemaps.gni
+++ b/ui/events/devices/mojo/typemaps.gni
@@ -3,6 +3,6 @@
# found in the LICENSE file.
typemaps = [
- "//url/mojo/origin.typemap",
- "//url/mojo/gurl.typemap",
+ "//ui/events/devices/mojo/input_device.typemap",
+ "//ui/events/devices/mojo/touchscreen_device.typemap",
]

Powered by Google App Engine
This is Rietveld 408576698