Chromium Code Reviews| Index: device/bluetooth/bluetooth.gyp |
| diff --git a/device/bluetooth/bluetooth.gyp b/device/bluetooth/bluetooth.gyp |
| index 5d17c93df2432dec5c1beea6a2d3f8689dd16784..4ba3334bcb5574983099bfc4bcccf692162d9668 100644 |
| --- a/device/bluetooth/bluetooth.gyp |
| +++ b/device/bluetooth/bluetooth.gyp |
| @@ -140,16 +140,24 @@ |
| 'bluetooth_audio_sink_bluez.h', |
| 'bluetooth_device_bluez.cc', |
| 'bluetooth_device_bluez.h', |
| + 'bluetooth_gatt_characteristic_bluez.cc', |
|
ortuno
2016/04/14 17:42:34
The indentation seems wrong? Or is it just the rev
rkc
2016/04/14 19:27:26
Seems fine here.
ortuno
2016/04/14 21:17:37
You used tabs instead of spaces. Seems fixed in la
rkc
2016/04/14 21:59:38
Acknowledged.
|
| + 'bluetooth_gatt_characteristic_bluez.h', |
| 'bluetooth_gatt_connection_bluez.cc', |
| 'bluetooth_gatt_connection_bluez.h', |
| + 'bluetooth_gatt_descriptor_bluez.cc', |
| + 'bluetooth_gatt_descriptor_bluez.h', |
| 'bluetooth_gatt_notify_session_bluez.cc', |
| 'bluetooth_gatt_notify_session_bluez.h', |
| + 'bluetooth_gatt_service_bluez.cc', |
| + 'bluetooth_gatt_service_bluez.h', |
| + 'bluetooth_local_gatt_characteristic_bluez.cc', |
| + 'bluetooth_local_gatt_characteristic_bluez.h', |
| + 'bluetooth_local_gatt_service_bluez.cc', |
| + 'bluetooth_local_gatt_service_bluez.h', |
| 'bluetooth_pairing_bluez.cc', |
| 'bluetooth_pairing_bluez.h', |
| 'bluetooth_remote_gatt_characteristic_bluez.cc', |
| 'bluetooth_remote_gatt_characteristic_bluez.h', |
| - 'bluetooth_remote_gatt_descriptor_bluez.cc', |
| - 'bluetooth_remote_gatt_descriptor_bluez.h', |
| 'bluetooth_remote_gatt_service_bluez.cc', |
| 'bluetooth_remote_gatt_service_bluez.h', |
| 'bluetooth_socket_bluez.cc', |