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

Unified Diff: third_party/WebKit/Source/modules/bluetooth/BUILD.gn

Issue 2466223002: Implement WebBluetooth getDescriptor[s] (Closed)
Patch Set: Rebase Created 4 years 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/bluetooth/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/bluetooth/BUILD.gn b/third_party/WebKit/Source/modules/bluetooth/BUILD.gn
index 786cea772cf4629ce82acb5bc7fc4ace8e1b89ee..6357ad67778569ffb0c25b0f083e6e2b9fc52d4f 100644
--- a/third_party/WebKit/Source/modules/bluetooth/BUILD.gn
+++ b/third_party/WebKit/Source/modules/bluetooth/BUILD.gn
@@ -18,6 +18,8 @@ blink_modules_sources("bluetooth") {
"BluetoothError.h",
"BluetoothRemoteGATTCharacteristic.cpp",
"BluetoothRemoteGATTCharacteristic.h",
+ "BluetoothRemoteGATTDescriptor.cpp",
+ "BluetoothRemoteGATTDescriptor.h",
"BluetoothRemoteGATTServer.cpp",
"BluetoothRemoteGATTServer.h",
"BluetoothRemoteGATTService.cpp",

Powered by Google App Engine
This is Rietveld 408576698