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

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

Issue 2466223002: Implement WebBluetooth getDescriptor[s] (Closed)
Patch Set: Implement WebBluetooth getDescriptor[s] Created 3 years, 11 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/bluetooth/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/bluetooth/BUILD.gn b/third_party/WebKit/Source/modules/bluetooth/BUILD.gn
index 36d58821a18ca3be0db6454b92bcc53f9ec03384..e464476c7588abae236189bfad3c3803242b9b6a 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