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" ] |