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

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

Issue 1960533003: [DO NOT SUBMIT] AudioWorklet FS1: importing scripts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
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
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 'webaudio/AudioBuffer.idl', 221 'webaudio/AudioBuffer.idl',
222 'webaudio/AudioBufferCallback.idl', 222 'webaudio/AudioBufferCallback.idl',
223 'webaudio/AudioBufferSourceNode.idl', 223 'webaudio/AudioBufferSourceNode.idl',
224 'webaudio/AudioContext.idl', 224 'webaudio/AudioContext.idl',
225 'webaudio/AudioDestinationNode.idl', 225 'webaudio/AudioDestinationNode.idl',
226 'webaudio/AudioListener.idl', 226 'webaudio/AudioListener.idl',
227 'webaudio/AudioNode.idl', 227 'webaudio/AudioNode.idl',
228 'webaudio/AudioParam.idl', 228 'webaudio/AudioParam.idl',
229 'webaudio/AudioProcessingEvent.idl', 229 'webaudio/AudioProcessingEvent.idl',
230 'webaudio/AudioSourceNode.idl', 230 'webaudio/AudioSourceNode.idl',
231 'webaudio/AudioWorkletGlobalScope.idl',
231 'webaudio/BiquadFilterNode.idl', 232 'webaudio/BiquadFilterNode.idl',
232 'webaudio/ChannelMergerNode.idl', 233 'webaudio/ChannelMergerNode.idl',
233 'webaudio/ChannelSplitterNode.idl', 234 'webaudio/ChannelSplitterNode.idl',
234 'webaudio/ConvolverNode.idl', 235 'webaudio/ConvolverNode.idl',
235 'webaudio/DelayNode.idl', 236 'webaudio/DelayNode.idl',
236 'webaudio/DynamicsCompressorNode.idl', 237 'webaudio/DynamicsCompressorNode.idl',
237 'webaudio/GainNode.idl', 238 'webaudio/GainNode.idl',
238 'webaudio/IIRFilterNode.idl', 239 'webaudio/IIRFilterNode.idl',
239 'webaudio/MediaElementAudioSourceNode.idl', 240 'webaudio/MediaElementAudioSourceNode.idl',
240 'webaudio/MediaStreamAudioDestinationNode.idl', 241 'webaudio/MediaStreamAudioDestinationNode.idl',
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 'remoteplayback/HTMLMediaElementRemotePlayback.idl', 396 'remoteplayback/HTMLMediaElementRemotePlayback.idl',
396 'screen_orientation/ScreenScreenOrientation.idl', 397 'screen_orientation/ScreenScreenOrientation.idl',
397 'serviceworkers/NavigatorServiceWorker.idl', 398 'serviceworkers/NavigatorServiceWorker.idl',
398 'speech/WindowSpeech.idl', 399 'speech/WindowSpeech.idl',
399 'speech/WindowSpeechSynthesis.idl', 400 'speech/WindowSpeechSynthesis.idl',
400 'srcobject/HTMLMediaElementSrcObject.idl', 401 'srcobject/HTMLMediaElementSrcObject.idl',
401 'storage/WindowStorage.idl', 402 'storage/WindowStorage.idl',
402 'vibration/NavigatorVibration.idl', 403 'vibration/NavigatorVibration.idl',
403 'vr/NavigatorVRDevice.idl', 404 'vr/NavigatorVRDevice.idl',
404 'wake_lock/ScreenWakeLock.idl', 405 'wake_lock/ScreenWakeLock.idl',
406 'webaudio/WindowAudioWorklet.idl',
405 'webaudio/WindowWebAudio.idl', 407 'webaudio/WindowWebAudio.idl',
406 'webdatabase/WindowWebDatabase.idl', 408 'webdatabase/WindowWebDatabase.idl',
407 'webgl/WebGL2RenderingContextBase.idl', 409 'webgl/WebGL2RenderingContextBase.idl',
408 'webgl/WebGLRenderingContextBase.idl', 410 'webgl/WebGLRenderingContextBase.idl',
409 'webmidi/NavigatorWebMIDI.idl', 411 'webmidi/NavigatorWebMIDI.idl',
410 'webusb/NavigatorUSB.idl', 412 'webusb/NavigatorUSB.idl',
411 ], 413 ],
412 # interfaces that inherit from Event 414 # interfaces that inherit from Event
413 'modules_event_idl_files': [ 415 'modules_event_idl_files': [
414 'app_banner/BeforeInstallPromptEvent.idl', 416 'app_banner/BeforeInstallPromptEvent.idl',
(...skipping 1206 matching lines...) Expand 10 before | Expand all | Expand 10 after
1621 'webaudio/AudioParam.h', 1623 'webaudio/AudioParam.h',
1622 'webaudio/AudioParamTimeline.cpp', 1624 'webaudio/AudioParamTimeline.cpp',
1623 'webaudio/AudioParamTimeline.h', 1625 'webaudio/AudioParamTimeline.h',
1624 'webaudio/AudioProcessingEvent.cpp', 1626 'webaudio/AudioProcessingEvent.cpp',
1625 'webaudio/AudioProcessingEvent.h', 1627 'webaudio/AudioProcessingEvent.h',
1626 'webaudio/AudioScheduledSourceNode.cpp', 1628 'webaudio/AudioScheduledSourceNode.cpp',
1627 'webaudio/AudioScheduledSourceNode.h', 1629 'webaudio/AudioScheduledSourceNode.h',
1628 'webaudio/AudioSourceNode.h', 1630 'webaudio/AudioSourceNode.h',
1629 'webaudio/AudioSummingJunction.cpp', 1631 'webaudio/AudioSummingJunction.cpp',
1630 'webaudio/AudioSummingJunction.h', 1632 'webaudio/AudioSummingJunction.h',
1633 'webaudio/AudioWorklet.cpp',
1634 'webaudio/AudioWorklet.h',
1635 'webaudio/AudioWorkletGlobalScope.cpp',
1636 'webaudio/AudioWorkletGlobalScope.h',
1637 'webaudio/AudioWorkletProcessorDefinition.cpp',
1638 'webaudio/AudioWorkletProcessorDefinition.h',
1631 'webaudio/BiquadDSPKernel.cpp', 1639 'webaudio/BiquadDSPKernel.cpp',
1632 'webaudio/BiquadDSPKernel.h', 1640 'webaudio/BiquadDSPKernel.h',
1633 'webaudio/BiquadFilterNode.cpp', 1641 'webaudio/BiquadFilterNode.cpp',
1634 'webaudio/BiquadFilterNode.h', 1642 'webaudio/BiquadFilterNode.h',
1635 'webaudio/BiquadProcessor.cpp', 1643 'webaudio/BiquadProcessor.cpp',
1636 'webaudio/BiquadProcessor.h', 1644 'webaudio/BiquadProcessor.h',
1637 'webaudio/ChannelMergerNode.cpp', 1645 'webaudio/ChannelMergerNode.cpp',
1638 'webaudio/ChannelMergerNode.h', 1646 'webaudio/ChannelMergerNode.h',
1639 'webaudio/ChannelSplitterNode.cpp', 1647 'webaudio/ChannelSplitterNode.cpp',
1640 'webaudio/ChannelSplitterNode.h', 1648 'webaudio/ChannelSplitterNode.h',
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
1683 'webaudio/ScriptProcessorNode.cpp', 1691 'webaudio/ScriptProcessorNode.cpp',
1684 'webaudio/ScriptProcessorNode.h', 1692 'webaudio/ScriptProcessorNode.h',
1685 'webaudio/StereoPannerNode.cpp', 1693 'webaudio/StereoPannerNode.cpp',
1686 'webaudio/StereoPannerNode.h', 1694 'webaudio/StereoPannerNode.h',
1687 'webaudio/WaveShaperDSPKernel.cpp', 1695 'webaudio/WaveShaperDSPKernel.cpp',
1688 'webaudio/WaveShaperDSPKernel.h', 1696 'webaudio/WaveShaperDSPKernel.h',
1689 'webaudio/WaveShaperNode.cpp', 1697 'webaudio/WaveShaperNode.cpp',
1690 'webaudio/WaveShaperNode.h', 1698 'webaudio/WaveShaperNode.h',
1691 'webaudio/WaveShaperProcessor.cpp', 1699 'webaudio/WaveShaperProcessor.cpp',
1692 'webaudio/WaveShaperProcessor.h', 1700 'webaudio/WaveShaperProcessor.h',
1701 'webaudio/WindowAudioWorklet.cpp',
1702 'webaudio/WindowAudioWorklet.h',
1693 'webdatabase/ChangeVersionData.h', 1703 'webdatabase/ChangeVersionData.h',
1694 'webdatabase/ChangeVersionWrapper.cpp', 1704 'webdatabase/ChangeVersionWrapper.cpp',
1695 'webdatabase/ChangeVersionWrapper.h', 1705 'webdatabase/ChangeVersionWrapper.h',
1696 'webdatabase/DOMWindowWebDatabase.cpp', 1706 'webdatabase/DOMWindowWebDatabase.cpp',
1697 'webdatabase/DOMWindowWebDatabase.h', 1707 'webdatabase/DOMWindowWebDatabase.h',
1698 'webdatabase/Database.cpp', 1708 'webdatabase/Database.cpp',
1699 'webdatabase/Database.h', 1709 'webdatabase/Database.h',
1700 'webdatabase/DatabaseAuthorizer.cpp', 1710 'webdatabase/DatabaseAuthorizer.cpp',
1701 'webdatabase/DatabaseAuthorizer.h', 1711 'webdatabase/DatabaseAuthorizer.h',
1702 'webdatabase/DatabaseBasicTypes.h', 1712 'webdatabase/DatabaseBasicTypes.h',
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
2003 'payments/PaymentRequestTest.cpp', 2013 'payments/PaymentRequestTest.cpp',
2004 'payments/PaymentRequestDetailsTest.cpp', 2014 'payments/PaymentRequestDetailsTest.cpp',
2005 'payments/PaymentResponseTest.cpp', 2015 'payments/PaymentResponseTest.cpp',
2006 'payments/PaymentsValidatorsTest.cpp', 2016 'payments/PaymentsValidatorsTest.cpp',
2007 'payments/ShippingAddressTest.cpp', 2017 'payments/ShippingAddressTest.cpp',
2008 'presentation/PresentationAvailabilityTest.cpp', 2018 'presentation/PresentationAvailabilityTest.cpp',
2009 'push_messaging/PushManagerTest.cpp', 2019 'push_messaging/PushManagerTest.cpp',
2010 'push_messaging/PushMessageDataTest.cpp', 2020 'push_messaging/PushMessageDataTest.cpp',
2011 'serviceworkers/ServiceWorkerContainerTest.cpp', 2021 'serviceworkers/ServiceWorkerContainerTest.cpp',
2012 'webaudio/AudioBasicProcessorHandlerTest.cpp', 2022 'webaudio/AudioBasicProcessorHandlerTest.cpp',
2023 'webaudio/AudioWorkletTest.cpp',
2013 'webaudio/ConvolverNodeTest.cpp', 2024 'webaudio/ConvolverNodeTest.cpp',
2014 'webaudio/DynamicsCompressorNodeTest.cpp', 2025 'webaudio/DynamicsCompressorNodeTest.cpp',
2015 'webaudio/ScriptProcessorNodeTest.cpp', 2026 'webaudio/ScriptProcessorNodeTest.cpp',
2016 'webaudio/StereoPannerNodeTest.cpp', 2027 'webaudio/StereoPannerNodeTest.cpp',
2017 'webdatabase/QuotaTrackerTest.cpp', 2028 'webdatabase/QuotaTrackerTest.cpp',
2018 'websockets/DOMWebSocketTest.cpp', 2029 'websockets/DOMWebSocketTest.cpp',
2019 'websockets/DocumentWebSocketChannelTest.cpp', 2030 'websockets/DocumentWebSocketChannelTest.cpp',
2020 ], 2031 ],
2021 }, 2032 },
2022 } 2033 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/dom/ExecutionContext.h ('k') | third_party/WebKit/Source/modules/webaudio/AudioWorklet.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698