| OLD | NEW |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 mojom = | 5 mojom = |
| 6 "//third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom" | 6 "//third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom" |
| 7 public_headers = [ "//third_party/WebKit/Source/wtf/text/WTFString.h" ] | 7 public_headers = [ "//third_party/WebKit/Source/platform/wtf/text/WTFString.h" ] |
| 8 traits_headers = | 8 traits_headers = |
| 9 [ "//third_party/WebKit/Source/platform/mojo/BluetoothStructTraits.h" ] | 9 [ "//third_party/WebKit/Source/platform/mojo/BluetoothStructTraits.h" ] |
| 10 deps = [ | 10 deps = [ |
| 11 "//device/bluetooth", | 11 "//device/bluetooth", |
| 12 ] | 12 ] |
| 13 type_mappings = [ | 13 type_mappings = [ |
| 14 "blink.mojom.WebBluetoothDeviceId=WTF::String", | 14 "blink.mojom.WebBluetoothDeviceId=WTF::String", |
| 15 "bluetooth.mojom.UUID=WTF::String[nullable_is_same_type]", | 15 "bluetooth.mojom.UUID=WTF::String[nullable_is_same_type]", |
| 16 ] | 16 ] |
| OLD | NEW |