| 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 504f0bdb20465ef0940da6d78cb209ad7c6b092b..5988dee4016308cf97bbf146962a5f07f3d9ad33 100644
|
| --- a/third_party/WebKit/Source/modules/modules.gypi
|
| +++ b/third_party/WebKit/Source/modules/modules.gypi
|
| @@ -24,12 +24,14 @@
|
| 'background_sync/SyncRegistration.idl',
|
| 'battery/BatteryManager.idl',
|
| 'bluetooth/Bluetooth.idl',
|
| + 'bluetooth/BluetoothAdvertisingData.idl',
|
| 'bluetooth/BluetoothDevice.idl',
|
| 'bluetooth/BluetoothCharacteristicProperties.idl',
|
| 'bluetooth/BluetoothGATTCharacteristic.idl',
|
| 'bluetooth/BluetoothGATTRemoteServer.idl',
|
| 'bluetooth/BluetoothGATTService.idl',
|
| 'bluetooth/BluetoothUUID.idl',
|
| + 'bluetooth/ManufacturerDataMap.idl',
|
| 'cachestorage/Cache.idl',
|
| 'cachestorage/CacheStorage.idl',
|
| 'canvas2d/CanvasGradient.idl',
|
| @@ -769,6 +771,8 @@
|
| 'bluetooth/ConvertWebVectorToArrayBuffer.cpp',
|
| 'bluetooth/ConvertWebVectorToArrayBuffer.h',
|
| 'bluetooth/Bluetooth.cpp',
|
| + 'bluetooth/BluetoothAdvertisingData.cpp',
|
| + 'bluetooth/BluetoothAdvertisingData.h',
|
| 'bluetooth/BluetoothCharacteristicProperties.cpp',
|
| 'bluetooth/BluetoothCharacteristicProperties.h',
|
| 'bluetooth/BluetoothDevice.cpp',
|
| @@ -785,6 +789,7 @@
|
| 'bluetooth/BluetoothSupplement.h',
|
| 'bluetooth/BluetoothUUID.cpp',
|
| 'bluetooth/BluetoothUUID.h',
|
| + 'bluetooth/ManufacturerDataMap.h',
|
| 'bluetooth/NavigatorBluetooth.cpp',
|
| 'bluetooth/NavigatorBluetooth.h',
|
| 'cachestorage/Cache.cpp',
|
|
|