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

Unified Diff: Source/modules/modules.gypi

Issue 1052023004: bluetooth: Stub out BluetoothGattRemoteServer. (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/BluetoothGATTRemoteServer.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 d8b9c7ceae25d1e7e1f7ac52e08f5bcf7c232303..57ef80c9c85de3205f81993c1442359ff7ac13f2 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -22,6 +22,7 @@
'bluetooth/Bluetooth.idl',
'bluetooth/BluetoothDevice.idl',
'bluetooth/BluetoothDiscovery.idl',
+ 'bluetooth/BluetoothGATTRemoteServer.idl',
'cachestorage/Cache.idl',
'cachestorage/CacheStorage.idl',
'compositorworker/CompositorWorker.idl',
@@ -572,6 +573,7 @@
'bluetooth/BluetoothDiscovery.h',
'bluetooth/BluetoothError.cpp',
'bluetooth/BluetoothError.h',
+ 'bluetooth/BluetoothGATTRemoteServer.h',
'bluetooth/NavigatorBluetooth.cpp',
'bluetooth/NavigatorBluetooth.h',
'cachestorage/Cache.cpp',
« no previous file with comments | « Source/modules/bluetooth/BluetoothGATTRemoteServer.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698