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

Unified Diff: Source/modules/modules.gypi

Issue 1114093005: bluetooth: Stub out BluetoothGATTService. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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
« no previous file with comments | « Source/modules/bluetooth/BluetoothGATTService.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index 1c248aa505a0f7b2404792b1b48c8ab81499add2..922f2eed77a21650801e4a0471a93b0c4b046973 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -26,6 +26,7 @@
'bluetooth/BluetoothDevice.idl',
'bluetooth/BluetoothDiscovery.idl',
'bluetooth/BluetoothGATTRemoteServer.idl',
+ 'bluetooth/BluetoothGATTService.idl',
'bluetooth/BluetoothInteraction.idl',
'bluetooth/BluetoothUUIDs.idl',
'bluetooth/BluetoothUUIDsService.idl',
@@ -596,6 +597,7 @@
'bluetooth/BluetoothDiscovery.h',
'bluetooth/BluetoothError.cpp',
'bluetooth/BluetoothError.h',
+ 'bluetooth/BluetoothGATTService.h',
'bluetooth/BluetoothGATTRemoteServer.h',
'bluetooth/BluetoothGATTRemoteServer.cpp',
'bluetooth/BluetoothInteraction.h',
« no previous file with comments | « Source/modules/bluetooth/BluetoothGATTService.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698