summaryrefslogtreecommitdiffstats
path: root/device/bluetooth/bluetooth.gyp
diff options
context:
space:
mode:
authorgogerald <gogerald@chromium.org>2016-03-01 12:45:36 -0800
committerCommit bot <commit-bot@chromium.org>2016-03-01 20:47:06 +0000
commit74459acf6390eed6009b8bf5edad68d7e03bf008 (patch)
tree4187f9836cb9e7992835eae39101a45f465fdb1b /device/bluetooth/bluetooth.gyp
parent0a8abd1cd85e42b969740ca38e01df01ff244743 (diff)
downloadchromium_src-74459acf6390eed6009b8bf5edad68d7e03bf008.zip
chromium_src-74459acf6390eed6009b8bf5edad68d7e03bf008.tar.gz
chromium_src-74459acf6390eed6009b8bf5edad68d7e03bf008.tar.bz2
Implement BluetoothRemoteGattCharacteristicWin::GetDescriptors
This CL implements GetDescriptors() in BluetoothRemoteGattCharacteristicWin. It also optimized previous codes by renaming interfaces, data structures and so on. BUG=579202 Review URL: https://codereview.chromium.org/1728163006 Cr-Commit-Position: refs/heads/master@{#378552}
Diffstat (limited to 'device/bluetooth/bluetooth.gyp')
-rw-r--r--device/bluetooth/bluetooth.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/device/bluetooth/bluetooth.gyp b/device/bluetooth/bluetooth.gyp
index 59eacfd..d46a243 100644
--- a/device/bluetooth/bluetooth.gyp
+++ b/device/bluetooth/bluetooth.gyp
@@ -95,6 +95,8 @@
'bluetooth_remote_gatt_characteristic_win.h',
'bluetooth_remote_gatt_descriptor_android.cc',
'bluetooth_remote_gatt_descriptor_android.h',
+ 'bluetooth_remote_gatt_descriptor_win.cc',
+ 'bluetooth_remote_gatt_descriptor_win.h',
'bluetooth_remote_gatt_service_android.cc',
'bluetooth_remote_gatt_service_android.h',
'bluetooth_remote_gatt_service_win.cc',