| Index: components/arc/common/bluetooth.typemap
|
| diff --git a/components/arc/common/bluetooth.typemap b/components/arc/common/bluetooth.typemap
|
| index 7e66339f5c16e11bc81f390123b1398cf8be8bec..a854eb86a19ebf8d12022a5df3747568572ed41e 100644
|
| --- a/components/arc/common/bluetooth.typemap
|
| +++ b/components/arc/common/bluetooth.typemap
|
| @@ -1,7 +1,21 @@
|
| mojom = "//components/arc/common/bluetooth.mojom"
|
| -public_headers = [ "//device/bluetooth/bluetooth_common.h" ]
|
| +public_headers = [
|
| + "//device/bluetooth/bluetooth_common.h",
|
| + "//device/bluetooth/bluez/bluetooth_service_attribute_value_bluez.h",
|
| + "//device/bluetooth/bluez/bluetooth_service_record_bluez.h",
|
| +]
|
| traits_headers = [ "//components/arc/bluetooth/bluetooth_struct_traits.h" ]
|
| +sources = [
|
| + "//components/arc/bluetooth/bluetooth_struct_traits.cc",
|
| +]
|
| deps = [
|
| "//device/bluetooth",
|
| ]
|
| -type_mappings = [ "arc.mojom.BluetoothDeviceType=device::BluetoothTransport" ]
|
| +type_mappings = [
|
| + "arc.mojom.BluetoothDeviceType=device::BluetoothTransport",
|
| + "arc.mojom.BluetoothSdpAttributeType=bluez::BluetoothServiceAttributeValueBlueZ::Type",
|
| + "arc.mojom.BluetoothSdpAttribute=bluez::BluetoothServiceAttributeValueBlueZ",
|
| + "arc.mojom.BluetoothSdpAttributeLayer1=bluez::BluetoothServiceAttributeValueBlueZ",
|
| + "arc.mojom.BluetoothSdpAttributeLayer2=bluez::BluetoothServiceAttributeValueBlueZ",
|
| + "arc.mojom.BluetoothSdpRecord=bluez::BluetoothServiceRecordBlueZ",
|
| +]
|
|
|