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

Unified Diff: Source/modules/modules.gypi

Issue 1228283003: Attach a WebBluetooth to the LocalFrame and use it if it's available. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@error-enum-cleanup
Patch Set: Created 5 years, 5 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
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index 181a0f4a94052823a8eb2a975e582d983bd0b811..b9e102e4f8c6d7e5f8d66e7046cd42182a56854d 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -720,10 +720,12 @@
'bluetooth/BluetoothError.h',
'bluetooth/BluetoothGATTCharacteristic.cpp',
'bluetooth/BluetoothGATTCharacteristic.h',
- 'bluetooth/BluetoothGATTService.h',
- 'bluetooth/BluetoothGATTService.cpp',
- 'bluetooth/BluetoothGATTRemoteServer.h',
'bluetooth/BluetoothGATTRemoteServer.cpp',
+ 'bluetooth/BluetoothGATTRemoteServer.h',
+ 'bluetooth/BluetoothGATTService.cpp',
+ 'bluetooth/BluetoothGATTService.h',
+ 'bluetooth/BluetoothSupplement.cpp',
+ 'bluetooth/BluetoothSupplement.h',
'bluetooth/BluetoothUUID.cpp',
'bluetooth/BluetoothUUID.h',
'bluetooth/NavigatorBluetooth.cpp',

Powered by Google App Engine
This is Rietveld 408576698