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

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

Issue 19885002: WebCrypto: Add interfaces for importKey(). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase and rename Interface --> Private 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
« no previous file with comments | « Source/modules/crypto/SubtleCrypto.idl ('k') | Tools/DumpRenderTree/DumpRenderTree.gypi » ('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 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 'crypto/Algorithm.cpp', 208 'crypto/Algorithm.cpp',
209 'crypto/Algorithm.h', 209 'crypto/Algorithm.h',
210 'crypto/Crypto.cpp', 210 'crypto/Crypto.cpp',
211 'crypto/Crypto.h', 211 'crypto/Crypto.h',
212 'crypto/CryptoOperation.cpp', 212 'crypto/CryptoOperation.cpp',
213 'crypto/CryptoOperation.h', 213 'crypto/CryptoOperation.h',
214 'crypto/DOMWindowCrypto.cpp', 214 'crypto/DOMWindowCrypto.cpp',
215 'crypto/DOMWindowCrypto.h', 215 'crypto/DOMWindowCrypto.h',
216 'crypto/Key.cpp', 216 'crypto/Key.cpp',
217 'crypto/Key.h', 217 'crypto/Key.h',
218 'crypto/KeyOperation.cpp',
219 'crypto/KeyOperation.h',
218 'crypto/NormalizeAlgorithm.cpp', 220 'crypto/NormalizeAlgorithm.cpp',
219 'crypto/NormalizeAlgorithm.h', 221 'crypto/NormalizeAlgorithm.h',
220 'crypto/SubtleCrypto.cpp', 222 'crypto/SubtleCrypto.cpp',
221 'crypto/SubtleCrypto.h', 223 'crypto/SubtleCrypto.h',
222 'crypto/WorkerCrypto.cpp', 224 'crypto/WorkerCrypto.cpp',
223 'crypto/WorkerCrypto.h', 225 'crypto/WorkerCrypto.h',
224 'crypto/WorkerGlobalScopeCrypto.cpp', 226 'crypto/WorkerGlobalScopeCrypto.cpp',
225 'crypto/WorkerGlobalScopeCrypto.h', 227 'crypto/WorkerGlobalScopeCrypto.h',
226 'device_orientation/DeviceAcceleration.cpp', 228 'device_orientation/DeviceAcceleration.cpp',
227 'device_orientation/DeviceAcceleration.h', 229 'device_orientation/DeviceAcceleration.h',
(...skipping 509 matching lines...) Expand 10 before | Expand all | Expand 10 after
737 ], 739 ],
738 'modules_unittest_files': [ 740 'modules_unittest_files': [
739 'indexeddb/IDBKeyPathTest.cpp', 741 'indexeddb/IDBKeyPathTest.cpp',
740 'websockets/WebSocketDeflaterTest.cpp', 742 'websockets/WebSocketDeflaterTest.cpp',
741 'websockets/WebSocketExtensionDispatcherTest.cpp', 743 'websockets/WebSocketExtensionDispatcherTest.cpp',
742 'websockets/WebSocketExtensionParserTest.cpp', 744 'websockets/WebSocketExtensionParserTest.cpp',
743 'websockets/WebSocketPerMessageDeflateTest.cpp', 745 'websockets/WebSocketPerMessageDeflateTest.cpp',
744 ], 746 ],
745 }, 747 },
746 } 748 }
OLDNEW
« no previous file with comments | « Source/modules/crypto/SubtleCrypto.idl ('k') | Tools/DumpRenderTree/DumpRenderTree.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698