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

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

Issue 2256003002: components/arc: implement multi advertising (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@plumb-incoming-connections
Patch Set: Created 4 years, 4 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 = [ "//device/bluetooth/bluetooth_common.h" ] 2 public_headers = [
3 "//device/bluetooth/bluetooth_advertisement.h",
4 "//device/bluetooth/bluetooth_common.h",
5 ]
3 traits_headers = [ "//components/arc/bluetooth/bluetooth_struct_traits.h" ] 6 traits_headers = [ "//components/arc/bluetooth/bluetooth_struct_traits.h" ]
4 deps = [ 7 deps = [
5 "//device/bluetooth", 8 "//device/bluetooth",
6 ] 9 ]
7 type_mappings = [ "arc.mojom.BluetoothDeviceType=device::BluetoothTransport" ] 10 type_mappings = [
11 "arc.mojom.BluetoothDeviceType=device::BluetoothTransport",
12 "arc.mojom.BluetoothAdvertisementType=device::BluetoothAdvertisement::Advertis ementType",
13 ]
OLDNEW
« components/arc/common/bluetooth.mojom ('K') | « components/arc/common/bluetooth.mojom ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698