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

Unified Diff: components/mus/input_devices/input_device.typemap

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/input_device.typemap
diff --git a/components/mus/input_devices/input_device.typemap b/components/mus/input_devices/input_device.typemap
new file mode 100644
index 0000000000000000000000000000000000000000..550c964fa7a309e648f399713e69037c78a68e07
--- /dev/null
+++ b/components/mus/input_devices/input_device.typemap
@@ -0,0 +1,13 @@
+# Copyright 2016 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+mojom = "//components/mus/public/interfaces/input_devices/input_devices.mojom"
+public_headers = [ "//ui/events/devices/input_device.h" ]
sadrul 2016/06/07 03:39:25 I think this file should go in //ui/events/mojo (o
kylechar 2016/06/07 16:36:41 Done.
+traits_headers = [
+ "//components/mus/input_devices/input_device_struct_traits.h"
+ ]
+deps = [
+ "//ui/events/devices",
+]
+type_mappings = [ "input_device.mojom.InputDevice=ui::InputDevice" ]

Powered by Google App Engine
This is Rietveld 408576698