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

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: Bring to ToT Created 5 years, 5 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
« no previous file with comments | « no previous file | Source/modules/webaudio/AbstractAudioContext.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1347 matching lines...) Expand 10 before | Expand all | Expand 10 after
1358 'vr/VREyeParameters.h', 1358 'vr/VREyeParameters.h',
1359 'vr/VRFieldOfView.h', 1359 'vr/VRFieldOfView.h',
1360 'vr/VRGetDevicesCallback.cpp', 1360 'vr/VRGetDevicesCallback.cpp',
1361 'vr/VRGetDevicesCallback.h', 1361 'vr/VRGetDevicesCallback.h',
1362 'vr/VRHardwareUnit.cpp', 1362 'vr/VRHardwareUnit.cpp',
1363 'vr/VRHardwareUnit.h', 1363 'vr/VRHardwareUnit.h',
1364 'vr/VRHardwareUnitCollection.cpp', 1364 'vr/VRHardwareUnitCollection.cpp',
1365 'vr/VRHardwareUnitCollection.h', 1365 'vr/VRHardwareUnitCollection.h',
1366 'vr/VRPositionState.cpp', 1366 'vr/VRPositionState.cpp',
1367 'vr/VRPositionState.h', 1367 'vr/VRPositionState.h',
1368 'webaudio/AbstractAudioContext.cpp',
1369 'webaudio/AbstractAudioContext.h',
1368 'webaudio/AnalyserNode.cpp', 1370 'webaudio/AnalyserNode.cpp',
1369 'webaudio/AnalyserNode.h', 1371 'webaudio/AnalyserNode.h',
1370 'webaudio/AsyncAudioDecoder.cpp', 1372 'webaudio/AsyncAudioDecoder.cpp',
1371 'webaudio/AsyncAudioDecoder.h', 1373 'webaudio/AsyncAudioDecoder.h',
1372 'webaudio/AudioBasicInspectorNode.cpp', 1374 'webaudio/AudioBasicInspectorNode.cpp',
1373 'webaudio/AudioBasicInspectorNode.h', 1375 'webaudio/AudioBasicInspectorNode.h',
1374 'webaudio/AudioBasicProcessorHandler.cpp', 1376 'webaudio/AudioBasicProcessorHandler.cpp',
1375 'webaudio/AudioBasicProcessorHandler.h', 1377 'webaudio/AudioBasicProcessorHandler.h',
1376 'webaudio/AudioBuffer.cpp', 1378 'webaudio/AudioBuffer.cpp',
1377 'webaudio/AudioBuffer.h', 1379 'webaudio/AudioBuffer.h',
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
1724 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1726 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1725 'webaudio/ConvolverNodeTest.cpp', 1727 'webaudio/ConvolverNodeTest.cpp',
1726 'webaudio/DynamicsCompressorNodeTest.cpp', 1728 'webaudio/DynamicsCompressorNodeTest.cpp',
1727 'webaudio/ScriptProcessorNodeTest.cpp', 1729 'webaudio/ScriptProcessorNodeTest.cpp',
1728 'webaudio/StereoPannerNodeTest.cpp', 1730 'webaudio/StereoPannerNodeTest.cpp',
1729 'websockets/DOMWebSocketTest.cpp', 1731 'websockets/DOMWebSocketTest.cpp',
1730 'websockets/DocumentWebSocketChannelTest.cpp', 1732 'websockets/DocumentWebSocketChannelTest.cpp',
1731 ], 1733 ],
1732 }, 1734 },
1733 } 1735 }
OLDNEW
« no previous file with comments | « no previous file | Source/modules/webaudio/AbstractAudioContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698