OLD | NEW |
1 mojom = "//components/arc/common/bluetooth.mojom" | 1 mojom = "//components/arc/common/bluetooth.mojom" |
2 public_headers = [ | 2 public_headers = [ |
| 3 "//device/bluetooth/bluetooth_advertisement.h", |
3 "//device/bluetooth/bluetooth_common.h", | 4 "//device/bluetooth/bluetooth_common.h", |
4 "//device/bluetooth/bluetooth_uuid.h", | 5 "//device/bluetooth/bluetooth_uuid.h", |
5 "//device/bluetooth/bluez/bluetooth_service_attribute_value_bluez.h", | 6 "//device/bluetooth/bluez/bluetooth_service_attribute_value_bluez.h", |
6 ] | 7 ] |
7 traits_headers = [ "//components/arc/bluetooth/bluetooth_struct_traits.h" ] | 8 traits_headers = [ "//components/arc/bluetooth/bluetooth_struct_traits.h" ] |
8 deps = [ | 9 deps = [ |
9 "//device/bluetooth", | 10 "//device/bluetooth", |
10 ] | 11 ] |
11 type_mappings = [ | 12 type_mappings = [ |
12 "arc.mojom.BluetoothDeviceType=device::BluetoothTransport", | 13 "arc.mojom.BluetoothDeviceType=device::BluetoothTransport", |
13 "arc.mojom.BluetoothSdpAttributeType=bluez::BluetoothServiceAttributeValueBlue
Z::Type", | 14 "arc.mojom.BluetoothSdpAttributeType=bluez::BluetoothServiceAttributeValueBlue
Z::Type", |
14 "arc.mojom.BluetoothUUID=device::BluetoothUUID", | 15 "arc.mojom.BluetoothUUID=device::BluetoothUUID", |
| 16 "arc.mojom.BluetoothAdvertisement=std::unique_ptr<device::BluetoothAdvertiseme
nt::Data>[move_only]", |
15 ] | 17 ] |
OLD | NEW |