Chromium Code Reviews| Index: third_party/WebKit/Source/platform/mojo/Bluetooth.typemap |
| diff --git a/third_party/WebKit/Source/platform/mojo/Bluetooth.typemap b/third_party/WebKit/Source/platform/mojo/Bluetooth.typemap |
| index c657a6ba62ab7b655d93139de9d90aabee1e47c7..c11dd1235d84c8840038c33841e4baf550272441 100644 |
| --- a/third_party/WebKit/Source/platform/mojo/Bluetooth.typemap |
| +++ b/third_party/WebKit/Source/platform/mojo/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. |
|
scheib
2017/01/07 01:25:53
maybe try this in
third_party/WebKit/public/platf
juncai
2017/01/09 20:25:50
Done.
|
| -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", |
| +] |