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

Unified Diff: third_party/WebKit/Source/modules/modules_idl_files.gni

Issue 2466223002: Implement WebBluetooth getDescriptor[s] (Closed)
Patch Set: Addressing code review comments from ortuno (still working on test changes) Created 4 years, 1 month 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_idl_files.gni
diff --git a/third_party/WebKit/Source/modules/modules_idl_files.gni b/third_party/WebKit/Source/modules/modules_idl_files.gni
index e9dd62f17e27c3c95a16768985287b85473a499d..7f8fd4beac64936eb10da892ac8eb9c89c6b957a 100644
--- a/third_party/WebKit/Source/modules/modules_idl_files.gni
+++ b/third_party/WebKit/Source/modules/modules_idl_files.gni
@@ -48,6 +48,7 @@ modules_idl_files =
"bluetooth/BluetoothDevice.idl",
"bluetooth/BluetoothCharacteristicProperties.idl",
"bluetooth/BluetoothRemoteGATTCharacteristic.idl",
+ "bluetooth/BluetoothRemoteGATTDescriptor.idl",
"bluetooth/BluetoothRemoteGATTServer.idl",
"bluetooth/BluetoothRemoteGATTService.idl",
"bluetooth/BluetoothUUID.idl",

Powered by Google App Engine
This is Rietveld 408576698