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

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

Issue 23338006: Cleanup: remove WebCryptoResultPrivate from blink API. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove extra newline Created 7 years, 3 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 | « Source/modules/crypto/SubtleCrypto.cpp ('k') | public/platform/WebCrypto.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 '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 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 'modules_files': [ 207 'modules_files': [
208 '<@(extra_blink_module_files)', 208 '<@(extra_blink_module_files)',
209 'crypto/AesCbcParams.cpp', 209 'crypto/AesCbcParams.cpp',
210 'crypto/AesCbcParams.h', 210 'crypto/AesCbcParams.h',
211 'crypto/AesKeyGenParams.cpp', 211 'crypto/AesKeyGenParams.cpp',
212 'crypto/AesKeyGenParams.h', 212 'crypto/AesKeyGenParams.h',
213 'crypto/Algorithm.cpp', 213 'crypto/Algorithm.cpp',
214 'crypto/Algorithm.h', 214 'crypto/Algorithm.h',
215 'crypto/Crypto.cpp', 215 'crypto/Crypto.cpp',
216 'crypto/Crypto.h', 216 'crypto/Crypto.h',
217 'crypto/CryptoResult.cpp',
218 'crypto/CryptoResult.h',
217 'crypto/DOMWindowCrypto.cpp', 219 'crypto/DOMWindowCrypto.cpp',
218 'crypto/DOMWindowCrypto.h', 220 'crypto/DOMWindowCrypto.h',
219 'crypto/HmacKeyParams.cpp', 221 'crypto/HmacKeyParams.cpp',
220 'crypto/HmacKeyParams.h', 222 'crypto/HmacKeyParams.h',
221 'crypto/HmacParams.cpp', 223 'crypto/HmacParams.cpp',
222 'crypto/HmacParams.h', 224 'crypto/HmacParams.h',
223 'crypto/Key.cpp', 225 'crypto/Key.cpp',
224 'crypto/Key.h', 226 'crypto/Key.h',
225 'crypto/NormalizeAlgorithm.cpp', 227 'crypto/NormalizeAlgorithm.cpp',
226 'crypto/NormalizeAlgorithm.h', 228 'crypto/NormalizeAlgorithm.h',
(...skipping 528 matching lines...) Expand 10 before | Expand all | Expand 10 after
755 'indexeddb/IDBKeyPathTest.cpp', 757 'indexeddb/IDBKeyPathTest.cpp',
756 'indexeddb/IDBRequestTest.cpp', 758 'indexeddb/IDBRequestTest.cpp',
757 'indexeddb/IDBTransactionTest.cpp', 759 'indexeddb/IDBTransactionTest.cpp',
758 'websockets/WebSocketDeflaterTest.cpp', 760 'websockets/WebSocketDeflaterTest.cpp',
759 'websockets/WebSocketExtensionDispatcherTest.cpp', 761 'websockets/WebSocketExtensionDispatcherTest.cpp',
760 'websockets/WebSocketExtensionParserTest.cpp', 762 'websockets/WebSocketExtensionParserTest.cpp',
761 'websockets/WebSocketPerMessageDeflateTest.cpp', 763 'websockets/WebSocketPerMessageDeflateTest.cpp',
762 ], 764 ],
763 }, 765 },
764 } 766 }
OLDNEW
« no previous file with comments | « Source/modules/crypto/SubtleCrypto.cpp ('k') | public/platform/WebCrypto.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698