| Index: components/input_device_service/input_device.typemap
|
| diff --git a/components/input_device_service/input_device.typemap b/components/input_device_service/input_device.typemap
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..0929ad83949b9723bba23e9fdfd3f48b2d774aad
|
| --- /dev/null
|
| +++ b/components/input_device_service/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/input_device_service/input_device_service.mojom"
|
| +public_headers = [ "//ui/events/devices/input_device.h" ]
|
| +traits_headers = [
|
| + "//components/input_device_service/input_device_struct_traits.h"
|
| + ]
|
| +deps = [
|
| + "//ui/events/devices",
|
| +]
|
| +type_mappings = [ "input_device.mojom.InputDevice=ui::InputDevice" ]
|
|
|