| Index: device/bluetooth/bluetooth.gyp
|
| diff --git a/device/bluetooth/bluetooth.gyp b/device/bluetooth/bluetooth.gyp
|
| index a064db4802159ef268eae7f98bda3b29e9b9d75e..b7fec2c11c407fc18e2268be78329ca9492af850 100644
|
| --- a/device/bluetooth/bluetooth.gyp
|
| +++ b/device/bluetooth/bluetooth.gyp
|
| @@ -89,6 +89,8 @@
|
| 'bluetooth_low_energy_win.h',
|
| 'bluetooth_remote_gatt_characteristic_android.cc',
|
| 'bluetooth_remote_gatt_characteristic_android.h',
|
| + 'bluetooth_remote_gatt_descriptor_android.cc',
|
| + 'bluetooth_remote_gatt_descriptor_android.h',
|
| 'bluetooth_remote_gatt_service_android.cc',
|
| 'bluetooth_remote_gatt_service_android.h',
|
| 'bluetooth_rfcomm_channel_mac.mm',
|
| @@ -359,6 +361,7 @@
|
| 'android/java/src/org/chromium/device/bluetooth/ChromeBluetoothAdapter.java',
|
| 'android/java/src/org/chromium/device/bluetooth/ChromeBluetoothDevice.java',
|
| 'android/java/src/org/chromium/device/bluetooth/ChromeBluetoothRemoteGattCharacteristic.java',
|
| + 'android/java/src/org/chromium/device/bluetooth/ChromeBluetoothRemoteGattDescriptor.java',
|
| 'android/java/src/org/chromium/device/bluetooth/ChromeBluetoothRemoteGattService.java',
|
| 'android/java/src/org/chromium/device/bluetooth/Wrappers.java',
|
| ],
|
|
|