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

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

Issue 1978063002: [DO NOT SUBMIT] AudioWorklet FS2a: AudioWorkletThread on OfflineAudioContext (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@FS2-audiorendersink-audioworkletthread
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 1624 matching lines...) Expand 10 before | Expand all | Expand 10 after
1635 'webaudio/AudioScheduledSourceNode.h', 1635 'webaudio/AudioScheduledSourceNode.h',
1636 'webaudio/AudioSourceNode.h', 1636 'webaudio/AudioSourceNode.h',
1637 'webaudio/AudioSummingJunction.cpp', 1637 'webaudio/AudioSummingJunction.cpp',
1638 'webaudio/AudioSummingJunction.h', 1638 'webaudio/AudioSummingJunction.h',
1639 'webaudio/AudioWorklet.cpp', 1639 'webaudio/AudioWorklet.cpp',
1640 'webaudio/AudioWorklet.h', 1640 'webaudio/AudioWorklet.h',
1641 'webaudio/AudioWorkletGlobalScope.cpp', 1641 'webaudio/AudioWorkletGlobalScope.cpp',
1642 'webaudio/AudioWorkletGlobalScope.h', 1642 'webaudio/AudioWorkletGlobalScope.h',
1643 'webaudio/AudioWorkletProcessorDefinition.cpp', 1643 'webaudio/AudioWorkletProcessorDefinition.cpp',
1644 'webaudio/AudioWorkletProcessorDefinition.h', 1644 'webaudio/AudioWorkletProcessorDefinition.h',
1645 'webaudio/AudioWorkletThread.cpp',
1646 'webaudio/AudioWorkletThread.h',
1647 'webaudio/AudioWorkletThreadStartupData.cpp',
1648 'webaudio/AudioWorkletThreadStartupData.h',
1645 'webaudio/BiquadDSPKernel.cpp', 1649 'webaudio/BiquadDSPKernel.cpp',
1646 'webaudio/BiquadDSPKernel.h', 1650 'webaudio/BiquadDSPKernel.h',
1647 'webaudio/BiquadFilterNode.cpp', 1651 'webaudio/BiquadFilterNode.cpp',
1648 'webaudio/BiquadFilterNode.h', 1652 'webaudio/BiquadFilterNode.h',
1649 'webaudio/BiquadProcessor.cpp', 1653 'webaudio/BiquadProcessor.cpp',
1650 'webaudio/BiquadProcessor.h', 1654 'webaudio/BiquadProcessor.h',
1651 'webaudio/ChannelMergerNode.cpp', 1655 'webaudio/ChannelMergerNode.cpp',
1652 'webaudio/ChannelMergerNode.h', 1656 'webaudio/ChannelMergerNode.h',
1653 'webaudio/ChannelSplitterNode.cpp', 1657 'webaudio/ChannelSplitterNode.cpp',
1654 'webaudio/ChannelSplitterNode.h', 1658 'webaudio/ChannelSplitterNode.h',
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
2031 'webaudio/ConvolverNodeTest.cpp', 2035 'webaudio/ConvolverNodeTest.cpp',
2032 'webaudio/DynamicsCompressorNodeTest.cpp', 2036 'webaudio/DynamicsCompressorNodeTest.cpp',
2033 'webaudio/ScriptProcessorNodeTest.cpp', 2037 'webaudio/ScriptProcessorNodeTest.cpp',
2034 'webaudio/StereoPannerNodeTest.cpp', 2038 'webaudio/StereoPannerNodeTest.cpp',
2035 'webdatabase/QuotaTrackerTest.cpp', 2039 'webdatabase/QuotaTrackerTest.cpp',
2036 'websockets/DOMWebSocketTest.cpp', 2040 'websockets/DOMWebSocketTest.cpp',
2037 'websockets/DocumentWebSocketChannelTest.cpp', 2041 'websockets/DocumentWebSocketChannelTest.cpp',
2038 ], 2042 ],
2039 }, 2043 },
2040 } 2044 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698