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

Unified Diff: Source/modules/modules.gypi

Issue 639533002: bluetooth: Extend navigator.bluetooth IDL to include Bluetooth interface. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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/NavigatorBluetooth.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 abdf21b00700f584fd21ff613324dfe616576bbf..3656768a361baaeb725eda29c52363c5c4859b8b 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -15,6 +15,7 @@
'modules_idl_files': [
'<@(extra_blink_module_idl_files)',
'battery/BatteryManager.idl',
+ 'bluetooth/Bluetooth.idl',
'credentialmanager/Credential.idl',
'credentialmanager/CredentialsContainer.idl',
'credentialmanager/FederatedCredential.idl',
@@ -335,6 +336,8 @@
'battery/NavigatorBattery.h',
'beacon/NavigatorBeacon.cpp',
'beacon/NavigatorBeacon.h',
+ 'bluetooth/Bluetooth.h',
+ 'bluetooth/NavigatorBluetooth.cpp',
'bluetooth/NavigatorBluetooth.h',
'credentialmanager/Credential.cpp',
'credentialmanager/Credential.h',
« no previous file with comments | « Source/modules/bluetooth/NavigatorBluetooth.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698