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

Unified Diff: Source/modules/modules.gypi

Issue 1066933008: bluetooth: Refactor Bluetooth and Stub out BluetoothInteraction. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@bluetooth-uuids-fix-casing-2
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/BluetoothInteraction.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 d34f730658485948c1770aeae877e77cef8088d0..d79d371ac0f42df026f35598efded4383eb587b7 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -23,6 +23,7 @@
'bluetooth/BluetoothDevice.idl',
'bluetooth/BluetoothDiscovery.idl',
'bluetooth/BluetoothGATTRemoteServer.idl',
+ 'bluetooth/BluetoothInteraction.idl',
'bluetooth/BluetoothUUIDs.idl',
'cachestorage/Cache.idl',
'cachestorage/CacheStorage.idl',
@@ -568,6 +569,7 @@
'beacon/NavigatorBeacon.cpp',
'beacon/NavigatorBeacon.h',
'bluetooth/Bluetooth.h',
+ 'bluetooth/Bluetooth.cpp',
'bluetooth/BluetoothDevice.cpp',
'bluetooth/BluetoothDevice.h',
'bluetooth/BluetoothDiscovery.cpp',
@@ -576,6 +578,7 @@
'bluetooth/BluetoothError.h',
'bluetooth/BluetoothGATTRemoteServer.h',
'bluetooth/BluetoothGATTRemoteServer.cpp',
+ 'bluetooth/BluetoothInteraction.h',
'bluetooth/BluetoothUUIDs.h',
'bluetooth/NavigatorBluetooth.cpp',
'bluetooth/NavigatorBluetooth.h',
« no previous file with comments | « Source/modules/bluetooth/BluetoothInteraction.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698