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 6f802377303a49a8daa41083147bdb71e6635545..5b6258e4b7be4448c962c52101113a99ec8d3d13 100644 |
--- a/third_party/WebKit/Source/modules/modules.gypi |
+++ b/third_party/WebKit/Source/modules/modules.gypi |
@@ -24,6 +24,7 @@ |
'background_sync/SyncRegistration.idl', |
'battery/BatteryManager.idl', |
'bluetooth/Bluetooth.idl', |
+ 'bluetooth/BluetoothAdvertisingData.idl', |
'bluetooth/BluetoothDevice.idl', |
'bluetooth/BluetoothCharacteristicProperties.idl', |
'bluetooth/BluetoothGATTCharacteristic.idl', |
@@ -790,6 +791,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', |