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

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

Issue 15901021: Move window.crypto to modules/crypto (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 '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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 'webaudio/ScriptProcessorNode.idl', 141 'webaudio/ScriptProcessorNode.idl',
142 'webaudio/MediaElementAudioSourceNode.idl', 142 'webaudio/MediaElementAudioSourceNode.idl',
143 'webaudio/MediaStreamAudioDestinationNode.idl', 143 'webaudio/MediaStreamAudioDestinationNode.idl',
144 'webaudio/MediaStreamAudioSourceNode.idl', 144 'webaudio/MediaStreamAudioSourceNode.idl',
145 'webaudio/OfflineAudioCompletionEvent.idl', 145 'webaudio/OfflineAudioCompletionEvent.idl',
146 'webaudio/OfflineAudioContext.idl', 146 'webaudio/OfflineAudioContext.idl',
147 'webaudio/OscillatorNode.idl', 147 'webaudio/OscillatorNode.idl',
148 'webaudio/AnalyserNode.idl', 148 'webaudio/AnalyserNode.idl',
149 'webaudio/WaveShaperNode.idl', 149 'webaudio/WaveShaperNode.idl',
150 'webaudio/WaveTable.idl', 150 'webaudio/WaveTable.idl',
151 'webcrypto/Crypto.idl',
152 'webcrypto/DOMWindowCrypto.idl',
abarth-chromium 2013/06/11 21:58:53 webcrypto -> crypto ? The "web" seems unnecessary
eroman 2013/06/11 22:10:39 Done.
151 'webdatabase/DOMWindowWebDatabase.idl', 153 'webdatabase/DOMWindowWebDatabase.idl',
152 'webdatabase/Database.idl', 154 'webdatabase/Database.idl',
153 'webdatabase/DatabaseCallback.idl', 155 'webdatabase/DatabaseCallback.idl',
154 'webdatabase/DatabaseSync.idl', 156 'webdatabase/DatabaseSync.idl',
155 'webdatabase/SQLError.idl', 157 'webdatabase/SQLError.idl',
156 'webdatabase/SQLException.idl', 158 'webdatabase/SQLException.idl',
157 'webdatabase/SQLResultSet.idl', 159 'webdatabase/SQLResultSet.idl',
158 'webdatabase/SQLResultSetRowList.idl', 160 'webdatabase/SQLResultSetRowList.idl',
159 'webdatabase/SQLStatementCallback.idl', 161 'webdatabase/SQLStatementCallback.idl',
160 'webdatabase/SQLStatementErrorCallback.idl', 162 'webdatabase/SQLStatementErrorCallback.idl',
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
533 'webaudio/AnalyserNode.cpp', 535 'webaudio/AnalyserNode.cpp',
534 'webaudio/AnalyserNode.h', 536 'webaudio/AnalyserNode.h',
535 'webaudio/WaveShaperDSPKernel.cpp', 537 'webaudio/WaveShaperDSPKernel.cpp',
536 'webaudio/WaveShaperDSPKernel.h', 538 'webaudio/WaveShaperDSPKernel.h',
537 'webaudio/WaveShaperNode.cpp', 539 'webaudio/WaveShaperNode.cpp',
538 'webaudio/WaveShaperNode.h', 540 'webaudio/WaveShaperNode.h',
539 'webaudio/WaveShaperProcessor.cpp', 541 'webaudio/WaveShaperProcessor.cpp',
540 'webaudio/WaveShaperProcessor.h', 542 'webaudio/WaveShaperProcessor.h',
541 'webaudio/WaveTable.cpp', 543 'webaudio/WaveTable.cpp',
542 'webaudio/WaveTable.h', 544 'webaudio/WaveTable.h',
545 'webcrypto/Crypto.cpp',
546 'webcrypto/Crypto.h',
547 'webcrypto/DOMWindowCrypto.cpp',
548 'webcrypto/DOMWindowCrypto.h',
543 'webdatabase/AbstractDatabaseServer.h', 549 'webdatabase/AbstractDatabaseServer.h',
544 'webdatabase/AbstractSQLStatement.h', 550 'webdatabase/AbstractSQLStatement.h',
545 'webdatabase/AbstractSQLStatementBackend.h', 551 'webdatabase/AbstractSQLStatementBackend.h',
546 'webdatabase/ChangeVersionData.h', 552 'webdatabase/ChangeVersionData.h',
547 'webdatabase/ChangeVersionWrapper.cpp', 553 'webdatabase/ChangeVersionWrapper.cpp',
548 'webdatabase/ChangeVersionWrapper.h', 554 'webdatabase/ChangeVersionWrapper.h',
549 'webdatabase/Database.cpp', 555 'webdatabase/Database.cpp',
550 'webdatabase/DatabaseAuthorizer.cpp', 556 'webdatabase/DatabaseAuthorizer.cpp',
551 'webdatabase/DatabaseAuthorizer.h', 557 'webdatabase/DatabaseAuthorizer.h',
552 'webdatabase/DatabaseBackend.cpp', 558 'webdatabase/DatabaseBackend.cpp',
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
659 'websockets/WorkerThreadableWebSocketChannel.cpp', 665 'websockets/WorkerThreadableWebSocketChannel.cpp',
660 'websockets/WorkerThreadableWebSocketChannel.h', 666 'websockets/WorkerThreadableWebSocketChannel.h',
661 ], 667 ],
662 'modules_unittest_files': [ 668 'modules_unittest_files': [
663 'websockets/WebSocketDeflaterTest.cpp', 669 'websockets/WebSocketDeflaterTest.cpp',
664 'websockets/WebSocketExtensionDispatcherTest.cpp', 670 'websockets/WebSocketExtensionDispatcherTest.cpp',
665 'websockets/WebSocketPerMessageDeflateTest.cpp', 671 'websockets/WebSocketPerMessageDeflateTest.cpp',
666 ], 672 ],
667 }, 673 },
668 } 674 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698