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

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

Issue 1214463003: Split "Online" and "Offline" AudioContext processing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | Annotate | Revision Log
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 1286 matching lines...) Expand 10 before | Expand all | Expand 10 after
1297 'webaudio/MediaStreamAudioDestinationNode.cpp', 1297 'webaudio/MediaStreamAudioDestinationNode.cpp',
1298 'webaudio/MediaStreamAudioDestinationNode.h', 1298 'webaudio/MediaStreamAudioDestinationNode.h',
1299 'webaudio/MediaStreamAudioSourceNode.cpp', 1299 'webaudio/MediaStreamAudioSourceNode.cpp',
1300 'webaudio/MediaStreamAudioSourceNode.h', 1300 'webaudio/MediaStreamAudioSourceNode.h',
1301 'webaudio/OfflineAudioCompletionEvent.cpp', 1301 'webaudio/OfflineAudioCompletionEvent.cpp',
1302 'webaudio/OfflineAudioCompletionEvent.h', 1302 'webaudio/OfflineAudioCompletionEvent.h',
1303 'webaudio/OfflineAudioContext.cpp', 1303 'webaudio/OfflineAudioContext.cpp',
1304 'webaudio/OfflineAudioContext.h', 1304 'webaudio/OfflineAudioContext.h',
1305 'webaudio/OfflineAudioDestinationNode.cpp', 1305 'webaudio/OfflineAudioDestinationNode.cpp',
1306 'webaudio/OfflineAudioDestinationNode.h', 1306 'webaudio/OfflineAudioDestinationNode.h',
1307 'webaudio/OnlineAudioContext.cpp',
1308 'webaudio/OnlineAudioContext.h',
1307 'webaudio/OscillatorNode.cpp', 1309 'webaudio/OscillatorNode.cpp',
1308 'webaudio/OscillatorNode.h', 1310 'webaudio/OscillatorNode.h',
1309 'webaudio/PannerNode.cpp', 1311 'webaudio/PannerNode.cpp',
1310 'webaudio/PannerNode.h', 1312 'webaudio/PannerNode.h',
1311 'webaudio/PeriodicWave.cpp', 1313 'webaudio/PeriodicWave.cpp',
1312 'webaudio/PeriodicWave.h', 1314 'webaudio/PeriodicWave.h',
1313 'webaudio/RealtimeAnalyser.cpp', 1315 'webaudio/RealtimeAnalyser.cpp',
1314 'webaudio/RealtimeAnalyser.h', 1316 'webaudio/RealtimeAnalyser.h',
1315 'webaudio/ScriptProcessorNode.cpp', 1317 'webaudio/ScriptProcessorNode.cpp',
1316 'webaudio/ScriptProcessorNode.h', 1318 'webaudio/ScriptProcessorNode.h',
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
1475 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1477 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1476 'webaudio/ConvolverNodeTest.cpp', 1478 'webaudio/ConvolverNodeTest.cpp',
1477 'webaudio/DynamicsCompressorNodeTest.cpp', 1479 'webaudio/DynamicsCompressorNodeTest.cpp',
1478 'webaudio/ScriptProcessorNodeTest.cpp', 1480 'webaudio/ScriptProcessorNodeTest.cpp',
1479 'webaudio/StereoPannerNodeTest.cpp', 1481 'webaudio/StereoPannerNodeTest.cpp',
1480 'websockets/DOMWebSocketTest.cpp', 1482 'websockets/DOMWebSocketTest.cpp',
1481 'websockets/DocumentWebSocketChannelTest.cpp', 1483 'websockets/DocumentWebSocketChannelTest.cpp',
1482 ], 1484 ],
1483 }, 1485 },
1484 } 1486 }
OLDNEW
« no previous file with comments | « no previous file | Source/modules/webaudio/AudioContext.h » ('j') | Source/modules/webaudio/OnlineAudioContext.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698