| Index: content/common/bluetooth/web_bluetooth_device_id.typemap
|
| diff --git a/content/common/bluetooth/web_bluetooth_device_id.typemap b/content/common/bluetooth/web_bluetooth_device_id.typemap
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..7f07b52b538f8ef76e2470e7d158c6bb1213ef13
|
| --- /dev/null
|
| +++ b/content/common/bluetooth/web_bluetooth_device_id.typemap
|
| @@ -0,0 +1,11 @@
|
| +# 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 =
|
| + "//third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom"
|
| +public_headers = [ "//content/common/bluetooth/web_bluetooth_device_id.h" ]
|
| +traits_headers =
|
| + [ "//content/common/bluetooth/web_bluetooth_device_id_struct_traits.h" ]
|
| +type_mappings =
|
| + [ "blink.mojom.WebBluetoothDeviceId=content::WebBluetoothDeviceId" ]
|
|
|