| Index: components/mus/input_devices/touchscreen_device.typemap
|
| diff --git a/components/mus/input_devices/touchscreen_device.typemap b/components/mus/input_devices/touchscreen_device.typemap
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..95c0c232ffeca67e1af5266ef3ffb9d76b6196f2
|
| --- /dev/null
|
| +++ b/components/mus/input_devices/touchscreen_device.typemap
|
| @@ -0,0 +1,14 @@
|
| +# 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/touchscreen_device.h" ]
|
| +traits_headers = [
|
| + "//components/mus/input_devices/touchscreen_device_struct_traits.h"
|
| + ]
|
| +deps = [
|
| + "//ui/events/devices",
|
| + "//ui/gfx/geometry",
|
| +]
|
| +type_mappings = [ "input_device.mojom.TouchscreenDevice=ui::TouchscreenDevice" ]
|
|
|