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

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

Issue 2149713002: arc: bluetooth: Add SDP host side support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rewind to the previous approach using generic attribute and type converter Created 4 years, 3 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_common.h",
4 "//device/bluetooth/bluez/bluetooth_service_attribute_value_bluez.h",
5 "//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.
6 ]
3 traits_headers = [ "//components/arc/bluetooth/bluetooth_struct_traits.h" ] 7 traits_headers = [ "//components/arc/bluetooth/bluetooth_struct_traits.h" ]
4 deps = [ 8 deps = [
5 "//device/bluetooth", 9 "//device/bluetooth",
6 ] 10 ]
7 type_mappings = [ "arc.mojom.BluetoothDeviceType=device::BluetoothTransport" ] 11 type_mappings = [
12 "arc.mojom.BluetoothDeviceType=device::BluetoothTransport",
13 "arc.mojom.BluetoothSdpAttributeType=bluez::BluetoothServiceAttributeValueBlue Z::Type",
14 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698