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

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

Issue 1066933008: bluetooth: Refactor Bluetooth and Stub out BluetoothInteraction. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@bluetooth-uuids-fix-casing-2
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/BluetoothInteraction.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/SyncEvent.idl', 18 'background_sync/SyncEvent.idl',
19 'background_sync/SyncManager.idl', 19 'background_sync/SyncManager.idl',
20 'background_sync/SyncRegistration.idl', 20 'background_sync/SyncRegistration.idl',
21 'battery/BatteryManager.idl', 21 'battery/BatteryManager.idl',
22 'bluetooth/Bluetooth.idl', 22 'bluetooth/Bluetooth.idl',
23 'bluetooth/BluetoothDevice.idl', 23 'bluetooth/BluetoothDevice.idl',
24 'bluetooth/BluetoothDiscovery.idl', 24 'bluetooth/BluetoothDiscovery.idl',
25 'bluetooth/BluetoothGATTRemoteServer.idl', 25 'bluetooth/BluetoothGATTRemoteServer.idl',
26 'bluetooth/BluetoothInteraction.idl',
26 'bluetooth/BluetoothUUIDs.idl', 27 'bluetooth/BluetoothUUIDs.idl',
27 'cachestorage/Cache.idl', 28 'cachestorage/Cache.idl',
28 'cachestorage/CacheStorage.idl', 29 'cachestorage/CacheStorage.idl',
29 'compositorworker/CompositorWorker.idl', 30 'compositorworker/CompositorWorker.idl',
30 'compositorworker/CompositorWorkerGlobalScope.idl', 31 'compositorworker/CompositorWorkerGlobalScope.idl',
31 'credentialmanager/Credential.idl', 32 'credentialmanager/Credential.idl',
32 'credentialmanager/CredentialsContainer.idl', 33 'credentialmanager/CredentialsContainer.idl',
33 'credentialmanager/FederatedCredential.idl', 34 'credentialmanager/FederatedCredential.idl',
34 'credentialmanager/LocalCredential.idl', 35 'credentialmanager/LocalCredential.idl',
35 'crypto/Crypto.idl', 36 'crypto/Crypto.idl',
(...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after
561 'battery/BatteryDispatcher.h', 562 'battery/BatteryDispatcher.h',
562 'battery/BatteryManager.cpp', 563 'battery/BatteryManager.cpp',
563 'battery/BatteryManager.h', 564 'battery/BatteryManager.h',
564 'battery/BatteryStatus.cpp', 565 'battery/BatteryStatus.cpp',
565 'battery/BatteryStatus.h', 566 'battery/BatteryStatus.h',
566 'battery/NavigatorBattery.cpp', 567 'battery/NavigatorBattery.cpp',
567 'battery/NavigatorBattery.h', 568 'battery/NavigatorBattery.h',
568 'beacon/NavigatorBeacon.cpp', 569 'beacon/NavigatorBeacon.cpp',
569 'beacon/NavigatorBeacon.h', 570 'beacon/NavigatorBeacon.h',
570 'bluetooth/Bluetooth.h', 571 'bluetooth/Bluetooth.h',
572 'bluetooth/Bluetooth.cpp',
571 'bluetooth/BluetoothDevice.cpp', 573 'bluetooth/BluetoothDevice.cpp',
572 'bluetooth/BluetoothDevice.h', 574 'bluetooth/BluetoothDevice.h',
573 'bluetooth/BluetoothDiscovery.cpp', 575 'bluetooth/BluetoothDiscovery.cpp',
574 'bluetooth/BluetoothDiscovery.h', 576 'bluetooth/BluetoothDiscovery.h',
575 'bluetooth/BluetoothError.cpp', 577 'bluetooth/BluetoothError.cpp',
576 'bluetooth/BluetoothError.h', 578 'bluetooth/BluetoothError.h',
577 'bluetooth/BluetoothGATTRemoteServer.h', 579 'bluetooth/BluetoothGATTRemoteServer.h',
578 'bluetooth/BluetoothGATTRemoteServer.cpp', 580 'bluetooth/BluetoothGATTRemoteServer.cpp',
581 'bluetooth/BluetoothInteraction.h',
579 'bluetooth/BluetoothUUIDs.h', 582 'bluetooth/BluetoothUUIDs.h',
580 'bluetooth/NavigatorBluetooth.cpp', 583 'bluetooth/NavigatorBluetooth.cpp',
581 'bluetooth/NavigatorBluetooth.h', 584 'bluetooth/NavigatorBluetooth.h',
582 'cachestorage/Cache.cpp', 585 'cachestorage/Cache.cpp',
583 'cachestorage/Cache.h', 586 'cachestorage/Cache.h',
584 'cachestorage/CacheStorage.cpp', 587 'cachestorage/CacheStorage.cpp',
585 'cachestorage/CacheStorage.h', 588 'cachestorage/CacheStorage.h',
586 'cachestorage/GlobalCacheStorage.cpp', 589 'cachestorage/GlobalCacheStorage.cpp',
587 'cachestorage/GlobalCacheStorage.h', 590 'cachestorage/GlobalCacheStorage.h',
588 'cachestorage/InspectorCacheStorageAgent.cpp', 591 'cachestorage/InspectorCacheStorageAgent.cpp',
(...skipping 813 matching lines...) Expand 10 before | Expand all | Expand 10 after
1402 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1405 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1403 'webaudio/ConvolverNodeTest.cpp', 1406 'webaudio/ConvolverNodeTest.cpp',
1404 'webaudio/DynamicsCompressorNodeTest.cpp', 1407 'webaudio/DynamicsCompressorNodeTest.cpp',
1405 'webaudio/ScriptProcessorNodeTest.cpp', 1408 'webaudio/ScriptProcessorNodeTest.cpp',
1406 'webaudio/StereoPannerNodeTest.cpp', 1409 'webaudio/StereoPannerNodeTest.cpp',
1407 'websockets/DOMWebSocketTest.cpp', 1410 'websockets/DOMWebSocketTest.cpp',
1408 'websockets/DocumentWebSocketChannelTest.cpp', 1411 'websockets/DocumentWebSocketChannelTest.cpp',
1409 ], 1412 ],
1410 }, 1413 },
1411 } 1414 }
OLDNEW
« no previous file with comments | « Source/modules/bluetooth/BluetoothInteraction.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698