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

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: Always use BluetoothSupplement to get the WebBluetooth instance. 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
« no previous file with comments | « Source/modules/bluetooth/BluetoothSupplement.cpp ('k') | Source/web/WebLocalFrameImpl.cpp » ('j') | 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 0d400b7d4ee173d9596ae67e0ff1f31e1ee6c30b..1aab597c19ba2816b87da1a0552018ef7c604878 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',
« no previous file with comments | « Source/modules/bluetooth/BluetoothSupplement.cpp ('k') | Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698