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

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

Issue 18182009: WaveTable name has changed to PeriodicWave (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix global constructors test Created 7 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
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 # Experimental hooks for embedder to provide extra IDL and source files. 3 # Experimental hooks for embedder to provide extra IDL and source files.
4 # 4 #
5 # Note: this is not a supported API. If you rely on this, you will be broken 5 # Note: this is not a supported API. If you rely on this, you will be broken
6 # from time to time as the code generator changes in backward incompatible 6 # from time to time as the code generator changes in backward incompatible
7 # ways. 7 # ways.
8 'extra_blink_module_idl_files': [], 8 'extra_blink_module_idl_files': [],
9 'extra_blink_module_files': [], 9 'extra_blink_module_files': [],
10 10
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 'webaudio/ConvolverNode.idl', 151 'webaudio/ConvolverNode.idl',
152 'webaudio/DelayNode.idl', 152 'webaudio/DelayNode.idl',
153 'webaudio/DynamicsCompressorNode.idl', 153 'webaudio/DynamicsCompressorNode.idl',
154 'webaudio/ScriptProcessorNode.idl', 154 'webaudio/ScriptProcessorNode.idl',
155 'webaudio/MediaElementAudioSourceNode.idl', 155 'webaudio/MediaElementAudioSourceNode.idl',
156 'webaudio/MediaStreamAudioDestinationNode.idl', 156 'webaudio/MediaStreamAudioDestinationNode.idl',
157 'webaudio/MediaStreamAudioSourceNode.idl', 157 'webaudio/MediaStreamAudioSourceNode.idl',
158 'webaudio/OfflineAudioCompletionEvent.idl', 158 'webaudio/OfflineAudioCompletionEvent.idl',
159 'webaudio/OfflineAudioContext.idl', 159 'webaudio/OfflineAudioContext.idl',
160 'webaudio/OscillatorNode.idl', 160 'webaudio/OscillatorNode.idl',
161 'webaudio/PeriodicWave.idl',
161 'webaudio/AnalyserNode.idl', 162 'webaudio/AnalyserNode.idl',
162 'webaudio/WaveShaperNode.idl', 163 'webaudio/WaveShaperNode.idl',
163 'webaudio/WaveTable.idl',
164 'webdatabase/Database.idl', 164 'webdatabase/Database.idl',
165 'webdatabase/DatabaseCallback.idl', 165 'webdatabase/DatabaseCallback.idl',
166 'webdatabase/DatabaseSync.idl', 166 'webdatabase/DatabaseSync.idl',
167 'webdatabase/SQLError.idl', 167 'webdatabase/SQLError.idl',
168 'webdatabase/SQLResultSet.idl', 168 'webdatabase/SQLResultSet.idl',
169 'webdatabase/SQLResultSetRowList.idl', 169 'webdatabase/SQLResultSetRowList.idl',
170 'webdatabase/SQLStatementCallback.idl', 170 'webdatabase/SQLStatementCallback.idl',
171 'webdatabase/SQLStatementErrorCallback.idl', 171 'webdatabase/SQLStatementErrorCallback.idl',
172 'webdatabase/SQLTransaction.idl', 172 'webdatabase/SQLTransaction.idl',
173 'webdatabase/SQLTransactionCallback.idl', 173 'webdatabase/SQLTransactionCallback.idl',
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
553 'webaudio/MediaStreamAudioSourceNode.cpp', 553 'webaudio/MediaStreamAudioSourceNode.cpp',
554 'webaudio/MediaStreamAudioSourceNode.h', 554 'webaudio/MediaStreamAudioSourceNode.h',
555 'webaudio/OfflineAudioCompletionEvent.cpp', 555 'webaudio/OfflineAudioCompletionEvent.cpp',
556 'webaudio/OfflineAudioCompletionEvent.h', 556 'webaudio/OfflineAudioCompletionEvent.h',
557 'webaudio/OfflineAudioContext.cpp', 557 'webaudio/OfflineAudioContext.cpp',
558 'webaudio/OfflineAudioContext.h', 558 'webaudio/OfflineAudioContext.h',
559 'webaudio/OfflineAudioDestinationNode.cpp', 559 'webaudio/OfflineAudioDestinationNode.cpp',
560 'webaudio/OfflineAudioDestinationNode.h', 560 'webaudio/OfflineAudioDestinationNode.h',
561 'webaudio/OscillatorNode.cpp', 561 'webaudio/OscillatorNode.cpp',
562 'webaudio/OscillatorNode.h', 562 'webaudio/OscillatorNode.h',
563 'webaudio/PeriodicWave.cpp',
564 'webaudio/PeriodicWave.h',
563 'webaudio/RealtimeAnalyser.cpp', 565 'webaudio/RealtimeAnalyser.cpp',
564 'webaudio/RealtimeAnalyser.h', 566 'webaudio/RealtimeAnalyser.h',
565 'webaudio/AnalyserNode.cpp', 567 'webaudio/AnalyserNode.cpp',
566 'webaudio/AnalyserNode.h', 568 'webaudio/AnalyserNode.h',
567 'webaudio/WaveShaperDSPKernel.cpp', 569 'webaudio/WaveShaperDSPKernel.cpp',
568 'webaudio/WaveShaperDSPKernel.h', 570 'webaudio/WaveShaperDSPKernel.h',
569 'webaudio/WaveShaperNode.cpp', 571 'webaudio/WaveShaperNode.cpp',
570 'webaudio/WaveShaperNode.h', 572 'webaudio/WaveShaperNode.h',
571 'webaudio/WaveShaperProcessor.cpp', 573 'webaudio/WaveShaperProcessor.cpp',
572 'webaudio/WaveShaperProcessor.h', 574 'webaudio/WaveShaperProcessor.h',
573 'webaudio/WaveTable.cpp',
574 'webaudio/WaveTable.h',
575 'webdatabase/AbstractDatabaseServer.h', 575 'webdatabase/AbstractDatabaseServer.h',
576 'webdatabase/AbstractSQLStatement.h', 576 'webdatabase/AbstractSQLStatement.h',
577 'webdatabase/AbstractSQLStatementBackend.h', 577 'webdatabase/AbstractSQLStatementBackend.h',
578 'webdatabase/ChangeVersionData.h', 578 'webdatabase/ChangeVersionData.h',
579 'webdatabase/ChangeVersionWrapper.cpp', 579 'webdatabase/ChangeVersionWrapper.cpp',
580 'webdatabase/ChangeVersionWrapper.h', 580 'webdatabase/ChangeVersionWrapper.h',
581 'webdatabase/Database.cpp', 581 'webdatabase/Database.cpp',
582 'webdatabase/DatabaseAuthorizer.cpp', 582 'webdatabase/DatabaseAuthorizer.cpp',
583 'webdatabase/DatabaseAuthorizer.h', 583 'webdatabase/DatabaseAuthorizer.h',
584 'webdatabase/DatabaseBackend.cpp', 584 'webdatabase/DatabaseBackend.cpp',
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
692 'websockets/WorkerThreadableWebSocketChannel.h', 692 'websockets/WorkerThreadableWebSocketChannel.h',
693 ], 693 ],
694 'modules_unittest_files': [ 694 'modules_unittest_files': [
695 'websockets/WebSocketDeflaterTest.cpp', 695 'websockets/WebSocketDeflaterTest.cpp',
696 'websockets/WebSocketExtensionDispatcherTest.cpp', 696 'websockets/WebSocketExtensionDispatcherTest.cpp',
697 'websockets/WebSocketExtensionParserTest.cpp', 697 'websockets/WebSocketExtensionParserTest.cpp',
698 'websockets/WebSocketPerMessageDeflateTest.cpp', 698 'websockets/WebSocketPerMessageDeflateTest.cpp',
699 ], 699 ],
700 }, 700 },
701 } 701 }
OLDNEW
« no previous file with comments | « LayoutTests/webexposed/global-constructors-listing-expected.txt ('k') | Source/modules/webaudio/AudioContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698