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

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

Issue 1865583002: Implement BaseAudioContext (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 3 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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 'webaudio/AudioBuffer.idl', 234 'webaudio/AudioBuffer.idl',
235 'webaudio/AudioBufferCallback.idl', 235 'webaudio/AudioBufferCallback.idl',
236 'webaudio/AudioBufferSourceNode.idl', 236 'webaudio/AudioBufferSourceNode.idl',
237 'webaudio/AudioContext.idl', 237 'webaudio/AudioContext.idl',
238 'webaudio/AudioDestinationNode.idl', 238 'webaudio/AudioDestinationNode.idl',
239 'webaudio/AudioListener.idl', 239 'webaudio/AudioListener.idl',
240 'webaudio/AudioNode.idl', 240 'webaudio/AudioNode.idl',
241 'webaudio/AudioParam.idl', 241 'webaudio/AudioParam.idl',
242 'webaudio/AudioProcessingEvent.idl', 242 'webaudio/AudioProcessingEvent.idl',
243 'webaudio/AudioSourceNode.idl', 243 'webaudio/AudioSourceNode.idl',
244 'webaudio/BaseAudioContext.idl',
244 'webaudio/BiquadFilterNode.idl', 245 'webaudio/BiquadFilterNode.idl',
245 'webaudio/ChannelMergerNode.idl', 246 'webaudio/ChannelMergerNode.idl',
246 'webaudio/ChannelSplitterNode.idl', 247 'webaudio/ChannelSplitterNode.idl',
247 'webaudio/ConvolverNode.idl', 248 'webaudio/ConvolverNode.idl',
248 'webaudio/DelayNode.idl', 249 'webaudio/DelayNode.idl',
249 'webaudio/DynamicsCompressorNode.idl', 250 'webaudio/DynamicsCompressorNode.idl',
250 'webaudio/GainNode.idl', 251 'webaudio/GainNode.idl',
251 'webaudio/IIRFilterNode.idl', 252 'webaudio/IIRFilterNode.idl',
252 'webaudio/MediaElementAudioSourceNode.idl', 253 'webaudio/MediaElementAudioSourceNode.idl',
253 'webaudio/MediaStreamAudioDestinationNode.idl', 254 'webaudio/MediaStreamAudioDestinationNode.idl',
(...skipping 1767 matching lines...) Expand 10 before | Expand all | Expand 10 after
2021 'accessibility/testing/InternalsAccessibility.idl', 2022 'accessibility/testing/InternalsAccessibility.idl',
2022 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl', 2023 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl',
2023 'peerconnection/testing/InternalsRTCCertificate.idl', 2024 'peerconnection/testing/InternalsRTCCertificate.idl',
2024 'serviceworkers/testing/InternalsServiceWorker.idl', 2025 'serviceworkers/testing/InternalsServiceWorker.idl',
2025 'speech/testing/InternalsSpeechSynthesis.idl', 2026 'speech/testing/InternalsSpeechSynthesis.idl',
2026 'vibration/testing/InternalsVibration.idl', 2027 'vibration/testing/InternalsVibration.idl',
2027 'webaudio/testing/InternalsWebAudio.idl', 2028 'webaudio/testing/InternalsWebAudio.idl',
2028 ], 2029 ],
2029 }, 2030 },
2030 } 2031 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698