OLD | NEW |
1 { | 1 { |
2 'variables': { | 2 'variables': { |
3 # Experimental hooks for embedder to provide extra IDL and source files. | 3 # Experimental hooks for embedder to provide extra IDL and source files. |
4 # | 4 # |
5 # Note: this is not a supported API. If you rely on this, you will be broken | 5 # Note: this is not a supported API. If you rely on this, you will be broken |
6 # from time to time as the code generator changes in backward incompatible | 6 # from time to time as the code generator changes in backward incompatible |
7 # ways. | 7 # ways. |
8 'extra_blink_module_idl_files': [], | 8 'extra_blink_module_idl_files': [], |
9 'extra_blink_module_files': [], | 9 'extra_blink_module_files': [], |
10 # Files for which bindings (.cpp and .h files) will be generated | 10 # Files for which bindings (.cpp and .h files) will be generated |
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
202 'gamepad/NavigatorGamepad.idl', | 202 'gamepad/NavigatorGamepad.idl', |
203 'geolocation/NavigatorGeolocation.idl', | 203 'geolocation/NavigatorGeolocation.idl', |
204 'imagebitmap/ImageBitmapFactories.idl', | 204 'imagebitmap/ImageBitmapFactories.idl', |
205 'imagebitmap/WindowImageBitmapFactories.idl', | 205 'imagebitmap/WindowImageBitmapFactories.idl', |
206 'indexeddb/WindowIndexedDatabase.idl', | 206 'indexeddb/WindowIndexedDatabase.idl', |
207 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl', | 207 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl', |
208 'mediasource/HTMLVideoElementMediaSource.idl', | 208 'mediasource/HTMLVideoElementMediaSource.idl', |
209 'mediasource/URLMediaSource.idl', | 209 'mediasource/URLMediaSource.idl', |
210 'mediastream/NavigatorMediaStream.idl', | 210 'mediastream/NavigatorMediaStream.idl', |
211 'mediastream/URLMediaStream.idl', | 211 'mediastream/URLMediaStream.idl', |
| 212 'mediastream/WindowMediaStream.idl', |
212 'navigatorcontentutils/NavigatorContentUtils.idl', | 213 'navigatorcontentutils/NavigatorContentUtils.idl', |
213 'performance/SharedWorkerPerformance.idl', | 214 'performance/SharedWorkerPerformance.idl', |
214 'performance/WorkerGlobalScopePerformance.idl', | 215 'performance/WorkerGlobalScopePerformance.idl', |
215 'push_messaging/NavigatorPushManager.idl', | 216 'push_messaging/NavigatorPushManager.idl', |
216 'quota/NavigatorStorageQuota.idl', | 217 'quota/NavigatorStorageQuota.idl', |
217 'quota/WindowQuota.idl', | 218 'quota/WindowQuota.idl', |
218 'quota/WorkerNavigatorStorageQuota.idl', | 219 'quota/WorkerNavigatorStorageQuota.idl', |
219 'screen_orientation/ScreenOrientation.idl', | 220 'screen_orientation/ScreenOrientation.idl', |
220 'serviceworkers/NavigatorServiceWorker.idl', | 221 'serviceworkers/NavigatorServiceWorker.idl', |
| 222 'speech/WindowSpeech.idl', |
221 'speech/WindowSpeechSynthesis.idl', | 223 'speech/WindowSpeechSynthesis.idl', |
222 'vibration/NavigatorVibration.idl', | 224 'vibration/NavigatorVibration.idl', |
| 225 'webaudio/WindowWebAudio.idl', |
223 'webdatabase/WindowWebDatabase.idl', | 226 'webdatabase/WindowWebDatabase.idl', |
224 'webdatabase/WorkerGlobalScopeWebDatabase.idl', | 227 'webdatabase/WorkerGlobalScopeWebDatabase.idl', |
225 'webmidi/NavigatorWebMIDI.idl', | 228 'webmidi/NavigatorWebMIDI.idl', |
226 ], | 229 ], |
227 # interfaces that inherit from Event | 230 # interfaces that inherit from Event |
228 'modules_event_idl_files': [ | 231 'modules_event_idl_files': [ |
229 'device_orientation/DeviceMotionEvent.idl', | 232 'device_orientation/DeviceMotionEvent.idl', |
230 'device_orientation/DeviceOrientationEvent.idl', | 233 'device_orientation/DeviceOrientationEvent.idl', |
231 'encryptedmedia/MediaKeyMessageEvent.idl', | 234 'encryptedmedia/MediaKeyMessageEvent.idl', |
232 'encryptedmedia/MediaKeyNeededEvent.idl', | 235 'encryptedmedia/MediaKeyNeededEvent.idl', |
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
474 'mediasource/MediaSourceRegistry.cpp', | 477 'mediasource/MediaSourceRegistry.cpp', |
475 'mediasource/MediaSourceRegistry.h', | 478 'mediasource/MediaSourceRegistry.h', |
476 'mediasource/SourceBuffer.cpp', | 479 'mediasource/SourceBuffer.cpp', |
477 'mediasource/SourceBuffer.h', | 480 'mediasource/SourceBuffer.h', |
478 'mediasource/SourceBufferList.cpp', | 481 'mediasource/SourceBufferList.cpp', |
479 'mediasource/SourceBufferList.h', | 482 'mediasource/SourceBufferList.h', |
480 'mediasource/URLMediaSource.cpp', | 483 'mediasource/URLMediaSource.cpp', |
481 'mediasource/URLMediaSource.h', | 484 'mediasource/URLMediaSource.h', |
482 'mediasource/VideoPlaybackQuality.cpp', | 485 'mediasource/VideoPlaybackQuality.cpp', |
483 'mediasource/VideoPlaybackQuality.h', | 486 'mediasource/VideoPlaybackQuality.h', |
| 487 'mediastream/DOMWindowMediaStream.cpp', |
| 488 'mediastream/DOMWindowMediaStream.h', |
484 'mediastream/MediaConstraintsImpl.cpp', | 489 'mediastream/MediaConstraintsImpl.cpp', |
485 'mediastream/MediaConstraintsImpl.h', | 490 'mediastream/MediaConstraintsImpl.h', |
486 'mediastream/MediaDeviceInfo.cpp', | 491 'mediastream/MediaDeviceInfo.cpp', |
487 'mediastream/MediaDeviceInfo.h', | 492 'mediastream/MediaDeviceInfo.h', |
488 'mediastream/MediaDeviceInfoCallback.h', | 493 'mediastream/MediaDeviceInfoCallback.h', |
489 'mediastream/MediaDevicesRequest.cpp', | 494 'mediastream/MediaDevicesRequest.cpp', |
490 'mediastream/MediaDevicesRequest.h', | 495 'mediastream/MediaDevicesRequest.h', |
491 'mediastream/MediaStream.cpp', | 496 'mediastream/MediaStream.cpp', |
492 'mediastream/MediaStream.h', | 497 'mediastream/MediaStream.h', |
493 'mediastream/MediaStreamEvent.cpp', | 498 'mediastream/MediaStreamEvent.cpp', |
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
626 'serviceworkers/ServiceWorkerContainerClient.h', | 631 'serviceworkers/ServiceWorkerContainerClient.h', |
627 'serviceworkers/ServiceWorkerError.cpp', | 632 'serviceworkers/ServiceWorkerError.cpp', |
628 'serviceworkers/ServiceWorkerError.h', | 633 'serviceworkers/ServiceWorkerError.h', |
629 'serviceworkers/ServiceWorkerGlobalScope.cpp', | 634 'serviceworkers/ServiceWorkerGlobalScope.cpp', |
630 'serviceworkers/ServiceWorkerGlobalScope.h', | 635 'serviceworkers/ServiceWorkerGlobalScope.h', |
631 'serviceworkers/ServiceWorkerGlobalScopeClient.cpp', | 636 'serviceworkers/ServiceWorkerGlobalScopeClient.cpp', |
632 'serviceworkers/ServiceWorkerGlobalScopeClient.h', | 637 'serviceworkers/ServiceWorkerGlobalScopeClient.h', |
633 'serviceworkers/ServiceWorkerThread.cpp', | 638 'serviceworkers/ServiceWorkerThread.cpp', |
634 'serviceworkers/ServiceWorkerThread.h', | 639 'serviceworkers/ServiceWorkerThread.h', |
635 'serviceworkers/WaitUntilObserver.cpp', | 640 'serviceworkers/WaitUntilObserver.cpp', |
| 641 'speech/DOMWindowSpeech.cpp', |
| 642 'speech/DOMWindowSpeech.h', |
636 'speech/DOMWindowSpeechSynthesis.cpp', | 643 'speech/DOMWindowSpeechSynthesis.cpp', |
637 'speech/DOMWindowSpeechSynthesis.h', | 644 'speech/DOMWindowSpeechSynthesis.h', |
638 'speech/SpeechGrammar.cpp', | 645 'speech/SpeechGrammar.cpp', |
639 'speech/SpeechGrammar.h', | 646 'speech/SpeechGrammar.h', |
640 'speech/SpeechGrammarList.cpp', | 647 'speech/SpeechGrammarList.cpp', |
641 'speech/SpeechGrammarList.h', | 648 'speech/SpeechGrammarList.h', |
642 'speech/SpeechRecognition.cpp', | 649 'speech/SpeechRecognition.cpp', |
643 'speech/SpeechRecognition.h', | 650 'speech/SpeechRecognition.h', |
644 'speech/SpeechRecognitionAlternative.cpp', | 651 'speech/SpeechRecognitionAlternative.cpp', |
645 'speech/SpeechRecognitionAlternative.h', | 652 'speech/SpeechRecognitionAlternative.h', |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
713 'webaudio/ConvolverNode.cpp', | 720 'webaudio/ConvolverNode.cpp', |
714 'webaudio/ConvolverNode.h', | 721 'webaudio/ConvolverNode.h', |
715 'webaudio/DefaultAudioDestinationNode.cpp', | 722 'webaudio/DefaultAudioDestinationNode.cpp', |
716 'webaudio/DefaultAudioDestinationNode.h', | 723 'webaudio/DefaultAudioDestinationNode.h', |
717 'webaudio/DelayDSPKernel.cpp', | 724 'webaudio/DelayDSPKernel.cpp', |
718 'webaudio/DelayDSPKernel.h', | 725 'webaudio/DelayDSPKernel.h', |
719 'webaudio/DelayNode.cpp', | 726 'webaudio/DelayNode.cpp', |
720 'webaudio/DelayNode.h', | 727 'webaudio/DelayNode.h', |
721 'webaudio/DelayProcessor.cpp', | 728 'webaudio/DelayProcessor.cpp', |
722 'webaudio/DelayProcessor.h', | 729 'webaudio/DelayProcessor.h', |
| 730 'webaudio/DOMWindowWebAudio.cpp', |
| 731 'webaudio/DOMWindowWebAudio.h', |
723 'webaudio/DynamicsCompressorNode.cpp', | 732 'webaudio/DynamicsCompressorNode.cpp', |
724 'webaudio/DynamicsCompressorNode.h', | 733 'webaudio/DynamicsCompressorNode.h', |
725 'webaudio/GainNode.cpp', | 734 'webaudio/GainNode.cpp', |
726 'webaudio/GainNode.h', | 735 'webaudio/GainNode.h', |
727 'webaudio/MediaElementAudioSourceNode.cpp', | 736 'webaudio/MediaElementAudioSourceNode.cpp', |
728 'webaudio/MediaElementAudioSourceNode.h', | 737 'webaudio/MediaElementAudioSourceNode.h', |
729 'webaudio/MediaStreamAudioDestinationNode.cpp', | 738 'webaudio/MediaStreamAudioDestinationNode.cpp', |
730 'webaudio/MediaStreamAudioDestinationNode.h', | 739 'webaudio/MediaStreamAudioDestinationNode.h', |
731 'webaudio/MediaStreamAudioSourceNode.cpp', | 740 'webaudio/MediaStreamAudioSourceNode.cpp', |
732 'webaudio/MediaStreamAudioSourceNode.h', | 741 'webaudio/MediaStreamAudioSourceNode.h', |
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
912 'indexeddb/IDBKeyPathTest.cpp', | 921 'indexeddb/IDBKeyPathTest.cpp', |
913 'indexeddb/IDBRequestTest.cpp', | 922 'indexeddb/IDBRequestTest.cpp', |
914 'indexeddb/IDBTransactionTest.cpp', | 923 'indexeddb/IDBTransactionTest.cpp', |
915 'websockets/WebSocketDeflaterTest.cpp', | 924 'websockets/WebSocketDeflaterTest.cpp', |
916 'websockets/WebSocketExtensionDispatcherTest.cpp', | 925 'websockets/WebSocketExtensionDispatcherTest.cpp', |
917 'websockets/WebSocketExtensionParserTest.cpp', | 926 'websockets/WebSocketExtensionParserTest.cpp', |
918 'websockets/WebSocketPerMessageDeflateTest.cpp', | 927 'websockets/WebSocketPerMessageDeflateTest.cpp', |
919 ], | 928 ], |
920 }, | 929 }, |
921 } | 930 } |
OLD | NEW |