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

Side by Side Diff: Source/modules/modules.gypi

Issue 1114093005: bluetooth: Stub out BluetoothGATTService. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 7 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
« no previous file with comments | « Source/modules/bluetooth/BluetoothGATTService.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 'app_banner/BeforeInstallPromptEvent.idl', 17 'app_banner/BeforeInstallPromptEvent.idl',
18 'background_sync/PeriodicSyncEvent.idl', 18 'background_sync/PeriodicSyncEvent.idl',
19 'background_sync/PeriodicSyncManager.idl', 19 'background_sync/PeriodicSyncManager.idl',
20 'background_sync/PeriodicSyncRegistration.idl', 20 'background_sync/PeriodicSyncRegistration.idl',
21 'background_sync/SyncEvent.idl', 21 'background_sync/SyncEvent.idl',
22 'background_sync/SyncManager.idl', 22 'background_sync/SyncManager.idl',
23 'background_sync/SyncRegistration.idl', 23 'background_sync/SyncRegistration.idl',
24 'battery/BatteryManager.idl', 24 'battery/BatteryManager.idl',
25 'bluetooth/Bluetooth.idl', 25 'bluetooth/Bluetooth.idl',
26 'bluetooth/BluetoothDevice.idl', 26 'bluetooth/BluetoothDevice.idl',
27 'bluetooth/BluetoothDiscovery.idl', 27 'bluetooth/BluetoothDiscovery.idl',
28 'bluetooth/BluetoothGATTRemoteServer.idl', 28 'bluetooth/BluetoothGATTRemoteServer.idl',
29 'bluetooth/BluetoothGATTService.idl',
29 'bluetooth/BluetoothInteraction.idl', 30 'bluetooth/BluetoothInteraction.idl',
30 'bluetooth/BluetoothUUIDs.idl', 31 'bluetooth/BluetoothUUIDs.idl',
31 'bluetooth/BluetoothUUIDsService.idl', 32 'bluetooth/BluetoothUUIDsService.idl',
32 'cachestorage/Cache.idl', 33 'cachestorage/Cache.idl',
33 'cachestorage/CacheStorage.idl', 34 'cachestorage/CacheStorage.idl',
34 'compositorworker/CompositorWorker.idl', 35 'compositorworker/CompositorWorker.idl',
35 'compositorworker/CompositorWorkerGlobalScope.idl', 36 'compositorworker/CompositorWorkerGlobalScope.idl',
36 'credentialmanager/Credential.idl', 37 'credentialmanager/Credential.idl',
37 'credentialmanager/CredentialsContainer.idl', 38 'credentialmanager/CredentialsContainer.idl',
38 'credentialmanager/FederatedCredential.idl', 39 'credentialmanager/FederatedCredential.idl',
(...skipping 550 matching lines...) Expand 10 before | Expand all | Expand 10 after
589 'beacon/NavigatorBeacon.cpp', 590 'beacon/NavigatorBeacon.cpp',
590 'beacon/NavigatorBeacon.h', 591 'beacon/NavigatorBeacon.h',
591 'bluetooth/Bluetooth.h', 592 'bluetooth/Bluetooth.h',
592 'bluetooth/Bluetooth.cpp', 593 'bluetooth/Bluetooth.cpp',
593 'bluetooth/BluetoothDevice.cpp', 594 'bluetooth/BluetoothDevice.cpp',
594 'bluetooth/BluetoothDevice.h', 595 'bluetooth/BluetoothDevice.h',
595 'bluetooth/BluetoothDiscovery.cpp', 596 'bluetooth/BluetoothDiscovery.cpp',
596 'bluetooth/BluetoothDiscovery.h', 597 'bluetooth/BluetoothDiscovery.h',
597 'bluetooth/BluetoothError.cpp', 598 'bluetooth/BluetoothError.cpp',
598 'bluetooth/BluetoothError.h', 599 'bluetooth/BluetoothError.h',
600 'bluetooth/BluetoothGATTService.h',
599 'bluetooth/BluetoothGATTRemoteServer.h', 601 'bluetooth/BluetoothGATTRemoteServer.h',
600 'bluetooth/BluetoothGATTRemoteServer.cpp', 602 'bluetooth/BluetoothGATTRemoteServer.cpp',
601 'bluetooth/BluetoothInteraction.h', 603 'bluetooth/BluetoothInteraction.h',
602 'bluetooth/BluetoothInteraction.cpp', 604 'bluetooth/BluetoothInteraction.cpp',
603 'bluetooth/BluetoothUUIDs.h', 605 'bluetooth/BluetoothUUIDs.h',
604 'bluetooth/BluetoothUUIDsService.h', 606 'bluetooth/BluetoothUUIDsService.h',
605 'bluetooth/NavigatorBluetooth.cpp', 607 'bluetooth/NavigatorBluetooth.cpp',
606 'bluetooth/NavigatorBluetooth.h', 608 'bluetooth/NavigatorBluetooth.h',
607 'cachestorage/Cache.cpp', 609 'cachestorage/Cache.cpp',
608 'cachestorage/Cache.h', 610 'cachestorage/Cache.h',
(...skipping 816 matching lines...) Expand 10 before | Expand all | Expand 10 after
1425 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1427 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1426 'webaudio/ConvolverNodeTest.cpp', 1428 'webaudio/ConvolverNodeTest.cpp',
1427 'webaudio/DynamicsCompressorNodeTest.cpp', 1429 'webaudio/DynamicsCompressorNodeTest.cpp',
1428 'webaudio/ScriptProcessorNodeTest.cpp', 1430 'webaudio/ScriptProcessorNodeTest.cpp',
1429 'webaudio/StereoPannerNodeTest.cpp', 1431 'webaudio/StereoPannerNodeTest.cpp',
1430 'websockets/DOMWebSocketTest.cpp', 1432 'websockets/DOMWebSocketTest.cpp',
1431 'websockets/DocumentWebSocketChannelTest.cpp', 1433 'websockets/DocumentWebSocketChannelTest.cpp',
1432 ], 1434 ],
1433 }, 1435 },
1434 } 1436 }
OLDNEW
« no previous file with comments | « Source/modules/bluetooth/BluetoothGATTService.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698