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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « Source/modules/bluetooth/NavigatorBluetooth.idl ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 '../core/core_generated.gypi', 3 '../core/core_generated.gypi',
4 'modules_generated.gypi', 4 'modules_generated.gypi',
5 ], 5 ],
6 'variables': { 6 'variables': {
7 # Experimental hooks for embedder to provide extra IDL and source files. 7 # Experimental hooks for embedder to provide extra IDL and source files.
8 # 8 #
9 # Note: this is not a supported API. If you rely on this, you will be broken 9 # Note: this is not a supported API. If you rely on this, you will be broken
10 # from time to time as the code generator changes in backward incompatible 10 # from time to time as the code generator changes in backward incompatible
11 # ways. 11 # ways.
12 'extra_blink_module_idl_files': [], 12 'extra_blink_module_idl_files': [],
13 'extra_blink_module_files': [], 13 'extra_blink_module_files': [],
14 # Files for which bindings (.cpp and .h files) will be generated 14 # Files for which bindings (.cpp and .h files) will be generated
15 'modules_idl_files': [ 15 'modules_idl_files': [
16 '<@(extra_blink_module_idl_files)', 16 '<@(extra_blink_module_idl_files)',
17 'battery/BatteryManager.idl', 17 'battery/BatteryManager.idl',
18 'bluetooth/Bluetooth.idl',
18 'credentialmanager/Credential.idl', 19 'credentialmanager/Credential.idl',
19 'credentialmanager/CredentialsContainer.idl', 20 'credentialmanager/CredentialsContainer.idl',
20 'credentialmanager/FederatedCredential.idl', 21 'credentialmanager/FederatedCredential.idl',
21 'credentialmanager/LocalCredential.idl', 22 'credentialmanager/LocalCredential.idl',
22 'crypto/Crypto.idl', 23 'crypto/Crypto.idl',
23 'crypto/CryptoKey.idl', 24 'crypto/CryptoKey.idl',
24 'crypto/SubtleCrypto.idl', 25 'crypto/SubtleCrypto.idl',
25 'device_light/DeviceLightEvent.idl', 26 'device_light/DeviceLightEvent.idl',
26 'device_orientation/DeviceAcceleration.idl', 27 'device_orientation/DeviceAcceleration.idl',
27 'device_orientation/DeviceMotionEvent.idl', 28 'device_orientation/DeviceMotionEvent.idl',
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 'battery/BatteryDispatcher.cpp', 329 'battery/BatteryDispatcher.cpp',
329 'battery/BatteryDispatcher.h', 330 'battery/BatteryDispatcher.h',
330 'battery/BatteryManager.cpp', 331 'battery/BatteryManager.cpp',
331 'battery/BatteryManager.h', 332 'battery/BatteryManager.h',
332 'battery/BatteryStatus.cpp', 333 'battery/BatteryStatus.cpp',
333 'battery/BatteryStatus.h', 334 'battery/BatteryStatus.h',
334 'battery/NavigatorBattery.cpp', 335 'battery/NavigatorBattery.cpp',
335 'battery/NavigatorBattery.h', 336 'battery/NavigatorBattery.h',
336 'beacon/NavigatorBeacon.cpp', 337 'beacon/NavigatorBeacon.cpp',
337 'beacon/NavigatorBeacon.h', 338 'beacon/NavigatorBeacon.h',
339 'bluetooth/Bluetooth.h',
340 'bluetooth/NavigatorBluetooth.cpp',
338 'bluetooth/NavigatorBluetooth.h', 341 'bluetooth/NavigatorBluetooth.h',
339 'credentialmanager/Credential.cpp', 342 'credentialmanager/Credential.cpp',
340 'credentialmanager/Credential.h', 343 'credentialmanager/Credential.h',
341 'credentialmanager/CredentialManagerClient.cpp', 344 'credentialmanager/CredentialManagerClient.cpp',
342 'credentialmanager/CredentialManagerClient.h', 345 'credentialmanager/CredentialManagerClient.h',
343 'credentialmanager/CredentialsContainer.cpp', 346 'credentialmanager/CredentialsContainer.cpp',
344 'credentialmanager/CredentialsContainer.h', 347 'credentialmanager/CredentialsContainer.h',
345 'credentialmanager/FederatedCredential.cpp', 348 'credentialmanager/FederatedCredential.cpp',
346 'credentialmanager/FederatedCredential.h', 349 'credentialmanager/FederatedCredential.h',
347 'credentialmanager/LocalCredential.cpp', 350 'credentialmanager/LocalCredential.cpp',
(...skipping 693 matching lines...) Expand 10 before | Expand all | Expand 10 after
1041 'serviceworkers/ServiceWorkerContainerTest.cpp', 1044 'serviceworkers/ServiceWorkerContainerTest.cpp',
1042 'websockets/DOMWebSocketTest.cpp', 1045 'websockets/DOMWebSocketTest.cpp',
1043 'websockets/NewWebSocketChannelImplTest.cpp', 1046 'websockets/NewWebSocketChannelImplTest.cpp',
1044 'websockets/WebSocketDeflaterTest.cpp', 1047 'websockets/WebSocketDeflaterTest.cpp',
1045 'websockets/WebSocketExtensionDispatcherTest.cpp', 1048 'websockets/WebSocketExtensionDispatcherTest.cpp',
1046 'websockets/WebSocketExtensionParserTest.cpp', 1049 'websockets/WebSocketExtensionParserTest.cpp',
1047 'websockets/WebSocketPerMessageDeflateTest.cpp', 1050 'websockets/WebSocketPerMessageDeflateTest.cpp',
1048 ], 1051 ],
1049 }, 1052 },
1050 } 1053 }
OLDNEW
« 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