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

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

Issue 1403723004: bluetooth: Implement BluetoothCharacteristicProperties (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-query-cache
Patch Set: Address scheib's comments 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
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',

Powered by Google App Engine
This is Rietveld 408576698