Chromium Code Reviews| Index: components/arc/common/bluetooth.typemap |
| diff --git a/components/arc/common/bluetooth.typemap b/components/arc/common/bluetooth.typemap |
| index 7e66339f5c16e11bc81f390123b1398cf8be8bec..f9513e12705ef9a12a01155bc2851c590e8ab323 100644 |
| --- a/components/arc/common/bluetooth.typemap |
| +++ b/components/arc/common/bluetooth.typemap |
| @@ -1,7 +1,14 @@ |
| 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", |
|
puthik_chromium
2016/08/28 00:05:39
Remove this line.
Miao
2016/09/01 18:37:24
Done.
|
| +] |
| traits_headers = [ "//components/arc/bluetooth/bluetooth_struct_traits.h" ] |
| deps = [ |
| "//device/bluetooth", |
| ] |
| -type_mappings = [ "arc.mojom.BluetoothDeviceType=device::BluetoothTransport" ] |
| +type_mappings = [ |
| + "arc.mojom.BluetoothDeviceType=device::BluetoothTransport", |
| + "arc.mojom.BluetoothSdpAttributeType=bluez::BluetoothServiceAttributeValueBlueZ::Type", |
| +] |