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