Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1493)

Side by Side Diff: components/arc/common/bluetooth.typemap

Issue 2394683007: Reland "components/arc: implement multi advertising" (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698