OLD | NEW |
1 mojom = "//components/arc/common/bluetooth.mojom" | 1 mojom = "//components/arc/common/bluetooth.mojom" |
2 public_headers = [ "//device/bluetooth/bluetooth_common.h" ] | 2 public_headers = [ |
| 3 "//device/bluetooth/bluetooth_common.h", |
| 4 "//device/bluetooth/bluez/bluetooth_service_attribute_value_bluez.h", |
| 5 ] |
3 traits_headers = [ "//components/arc/bluetooth/bluetooth_struct_traits.h" ] | 6 traits_headers = [ "//components/arc/bluetooth/bluetooth_struct_traits.h" ] |
4 deps = [ | 7 deps = [ |
5 "//device/bluetooth", | 8 "//device/bluetooth", |
6 ] | 9 ] |
7 type_mappings = [ "arc.mojom.BluetoothDeviceType=device::BluetoothTransport" ] | 10 type_mappings = [ |
| 11 "arc.mojom.BluetoothDeviceType=device::BluetoothTransport", |
| 12 "arc.mojom.BluetoothSdpAttributeType=bluez::BluetoothServiceAttributeValueBlue
Z::Type", |
| 13 ] |
OLD | NEW |