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

Unified Diff: third_party/WebKit/public/BUILD.gn

Issue 2466223002: Implement WebBluetooth getDescriptor[s] (Closed)
Patch Set: Rebase 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/public/BUILD.gn
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
index a951475b850e5dee94062fe731a1349a367453b2..faf5ca9e7f96ed3a6a56fa21def1c4bab0fc3e4c 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -332,6 +332,7 @@ source_set("blink_headers") {
"platform/modules/bluetooth/WebBluetoothError.h",
"platform/modules/bluetooth/WebBluetoothRemoteGATTCharacteristic.h",
"platform/modules/bluetooth/WebBluetoothRemoteGATTCharacteristicInit.h",
+ "platform/modules/bluetooth/WebBluetoothRemoteGATTDescriptorInit.h",
"platform/modules/bluetooth/WebBluetoothRemoteGATTService.h",
"platform/modules/bluetooth/WebRequestDeviceOptions.h",
"platform/modules/device_orientation/WebDeviceMotionData.h",

Powered by Google App Engine
This is Rietveld 408576698