| Index: third_party/WebKit/public/platform/modules/bluetooth/Bluetooth.typemap
|
| diff --git a/third_party/WebKit/Source/platform/mojo/Bluetooth.typemap b/third_party/WebKit/public/platform/modules/bluetooth/Bluetooth.typemap
|
| similarity index 64%
|
| rename from third_party/WebKit/Source/platform/mojo/Bluetooth.typemap
|
| rename to third_party/WebKit/public/platform/modules/bluetooth/Bluetooth.typemap
|
| index c657a6ba62ab7b655d93139de9d90aabee1e47c7..c11dd1235d84c8840038c33841e4baf550272441 100644
|
| --- a/third_party/WebKit/Source/platform/mojo/Bluetooth.typemap
|
| +++ b/third_party/WebKit/public/platform/modules/bluetooth/Bluetooth.typemap
|
| @@ -2,11 +2,15 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -mojom = "//device/bluetooth/public/interfaces/uuid.mojom"
|
| +mojom =
|
| + "//third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom"
|
| public_headers = [ "//third_party/WebKit/Source/wtf/text/WTFString.h" ]
|
| traits_headers =
|
| [ "//third_party/WebKit/Source/platform/mojo/BluetoothStructTraits.h" ]
|
| deps = [
|
| "//device/bluetooth",
|
| ]
|
| -type_mappings = [ "bluetooth.mojom.UUID=WTF::String" ]
|
| +type_mappings = [
|
| + "blink.mojom.WebBluetoothDeviceId=WTF::String",
|
| + "bluetooth.mojom.UUID=WTF::String",
|
| +]
|
|
|