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

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

Issue 2466223002: Implement WebBluetooth getDescriptor[s] (Closed)
Patch Set: Ensure that we throw a kGattServerNotConnected error if getDescriptor[s] is called while not connec… 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 ea700035fa52f95d37ada1584f1f4d72537282cd..c84df423dde73c85e39a3583018a964f4f653091 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -330,6 +330,8 @@ source_set("blink_headers") {
"platform/modules/bluetooth/WebBluetoothError.h",
"platform/modules/bluetooth/WebBluetoothRemoteGATTCharacteristic.h",
"platform/modules/bluetooth/WebBluetoothRemoteGATTCharacteristicInit.h",
+ "platform/modules/bluetooth/WebBluetoothRemoteGATTDescriptor.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