| Index: components/web_bluetooth/public/interfaces/web_bluetooth_device_id.typemap
|
| diff --git a/components/web_bluetooth/public/interfaces/web_bluetooth_device_id.typemap b/components/web_bluetooth/public/interfaces/web_bluetooth_device_id.typemap
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..ed531b4daa4e20566cda699dd81a2752e9015cd6
|
| --- /dev/null
|
| +++ b/components/web_bluetooth/public/interfaces/web_bluetooth_device_id.typemap
|
| @@ -0,0 +1,12 @@
|
| +# 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/web_bluetooth/public/interfaces/web_bluetooth_device_id.mojom"
|
| +public_headers = [ "//components/web_bluetooth/web_bluetooth_device_id.h" ]
|
| +traits_headers = [ "//components/web_bluetooth/public/interfaces/web_bluetooth_device_id_struct_traits.h" ]
|
| +deps = [
|
| + "//components/web_bluetooth",
|
| +]
|
| +type_mappings = [ "web_bluetooth.mojom.WebBluetoothDeviceId=web_bluetooth::WebBluetoothDeviceId" ]
|
|
|