| Index: third_party/WebKit/Source/modules/modules.gypi
|
| diff --git a/third_party/WebKit/Source/modules/modules.gypi b/third_party/WebKit/Source/modules/modules.gypi
|
| index 0efdf105c499a6b0699ebe282bf26fb042e9fb08..504f0bdb20465ef0940da6d78cb209ad7c6b092b 100644
|
| --- a/third_party/WebKit/Source/modules/modules.gypi
|
| +++ b/third_party/WebKit/Source/modules/modules.gypi
|
| @@ -25,6 +25,7 @@
|
| 'battery/BatteryManager.idl',
|
| 'bluetooth/Bluetooth.idl',
|
| 'bluetooth/BluetoothDevice.idl',
|
| + 'bluetooth/BluetoothCharacteristicProperties.idl',
|
| 'bluetooth/BluetoothGATTCharacteristic.idl',
|
| 'bluetooth/BluetoothGATTRemoteServer.idl',
|
| 'bluetooth/BluetoothGATTService.idl',
|
| @@ -768,6 +769,8 @@
|
| 'bluetooth/ConvertWebVectorToArrayBuffer.cpp',
|
| 'bluetooth/ConvertWebVectorToArrayBuffer.h',
|
| 'bluetooth/Bluetooth.cpp',
|
| + 'bluetooth/BluetoothCharacteristicProperties.cpp',
|
| + 'bluetooth/BluetoothCharacteristicProperties.h',
|
| 'bluetooth/BluetoothDevice.cpp',
|
| 'bluetooth/BluetoothDevice.h',
|
| 'bluetooth/BluetoothError.cpp',
|
|
|