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

Unified Diff: components/mus/input_devices/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: Rebase/update. 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: components/mus/input_devices/typemaps.gni
diff --git a/url/mojo/typemaps.gni b/components/mus/input_devices/typemaps.gni
similarity index 59%
copy from url/mojo/typemaps.gni
copy to components/mus/input_devices/typemaps.gni
index 577b028e23e9400420796068c3c8992bf0630c18..c091c04986b5287e4b14052ea7e75abb9b5566ea 100644
--- a/url/mojo/typemaps.gni
+++ b/components/mus/input_devices/typemaps.gni
@@ -3,6 +3,6 @@
# found in the LICENSE file.
typemaps = [
- "//url/mojo/origin.typemap",
- "//url/mojo/gurl.typemap",
+ "//components/mus/input_devices/input_device.typemap",
+ "//components/mus/input_devices/touchscreen_device.typemap",
]

Powered by Google App Engine
This is Rietveld 408576698