Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(690)

Unified Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 1403323007: bluetooth: WIP Advertising Data (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-characteristic-properties
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/modules/bluetooth/ManufacturerDataMap.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « third_party/WebKit/Source/modules/bluetooth/ManufacturerDataMap.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698