| Index: content/common/bluetooth/bluetooth_device_id.typemap
|
| diff --git a/content/common/bluetooth/bluetooth_device_id.typemap b/content/common/bluetooth/bluetooth_device_id.typemap
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..6f29036a5fc86f24c35430c4c8b8bbcef5891b1e
|
| --- /dev/null
|
| +++ b/content/common/bluetooth/bluetooth_device_id.typemap
|
| @@ -0,0 +1,9 @@
|
| +# 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 = "//content/common/bluetooth/bluetooth_device_id.mojom"
|
| +public_headers = [ "//content/common/bluetooth/bluetooth_device_id.h" ]
|
| +traits_headers = [ "//content/common/bluetooth/bluetooth_device_id_struct_traits.h" ]
|
| +
|
| +type_mappings = [ "content.mojom.BluetoothDeviceId=content::BluetoothDeviceId" ]
|
|
|