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

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

Issue 18033004: WebCrypto: Add WebKit API structure for keys. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase onto master 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/WorkerCrypto.h ('k') | public/platform/WebCryptoAlgorithm.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
11 'modules_idl_files': [ 11 'modules_idl_files': [
12 '<@(extra_blink_module_idl_files)', 12 '<@(extra_blink_module_idl_files)',
13 'crypto/AesCbcParams.idl', 13 'crypto/AesCbcParams.idl',
14 'crypto/AesKeyGenParams.idl', 14 'crypto/AesKeyGenParams.idl',
15 'crypto/Algorithm.idl', 15 'crypto/Algorithm.idl',
16 'crypto/Crypto.idl', 16 'crypto/Crypto.idl',
17 'crypto/CryptoOperation.idl', 17 'crypto/CryptoOperation.idl',
18 'crypto/Key.idl',
18 'crypto/SubtleCrypto.idl', 19 'crypto/SubtleCrypto.idl',
19 'crypto/WindowCrypto.idl', 20 'crypto/WindowCrypto.idl',
21 'crypto/WorkerCrypto.idl',
20 'crypto/WorkerGlobalScopeCrypto.idl', 22 'crypto/WorkerGlobalScopeCrypto.idl',
21 'crypto/WorkerCrypto.idl',
22 'device_orientation/DeviceAcceleration.idl', 23 'device_orientation/DeviceAcceleration.idl',
23 'device_orientation/DeviceMotionEvent.idl', 24 'device_orientation/DeviceMotionEvent.idl',
24 'device_orientation/DeviceRotationRate.idl', 25 'device_orientation/DeviceRotationRate.idl',
25 'donottrack/NavigatorDoNotTrack.idl', 26 'donottrack/NavigatorDoNotTrack.idl',
26 'encryptedmedia/MediaKeyMessageEvent.idl', 27 'encryptedmedia/MediaKeyMessageEvent.idl',
27 'encryptedmedia/MediaKeyNeededEvent.idl', 28 'encryptedmedia/MediaKeyNeededEvent.idl',
28 'encryptedmedia/MediaKeys.idl', 29 'encryptedmedia/MediaKeys.idl',
29 'encryptedmedia/MediaKeySession.idl', 30 'encryptedmedia/MediaKeySession.idl',
30 'filesystem/DOMFileSystem.idl', 31 'filesystem/DOMFileSystem.idl',
31 'filesystem/DOMFileSystemSync.idl', 32 'filesystem/DOMFileSystemSync.idl',
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 'crypto/AesKeyGenParams.cpp', 201 'crypto/AesKeyGenParams.cpp',
201 'crypto/AesKeyGenParams.h', 202 'crypto/AesKeyGenParams.h',
202 'crypto/Algorithm.cpp', 203 'crypto/Algorithm.cpp',
203 'crypto/Algorithm.h', 204 'crypto/Algorithm.h',
204 'crypto/Crypto.cpp', 205 'crypto/Crypto.cpp',
205 'crypto/Crypto.h', 206 'crypto/Crypto.h',
206 'crypto/CryptoOperation.cpp', 207 'crypto/CryptoOperation.cpp',
207 'crypto/CryptoOperation.h', 208 'crypto/CryptoOperation.h',
208 'crypto/DOMWindowCrypto.cpp', 209 'crypto/DOMWindowCrypto.cpp',
209 'crypto/DOMWindowCrypto.h', 210 'crypto/DOMWindowCrypto.h',
211 'crypto/Key.cpp',
212 'crypto/Key.h',
210 'crypto/NormalizeAlgorithm.cpp', 213 'crypto/NormalizeAlgorithm.cpp',
211 'crypto/NormalizeAlgorithm.h', 214 'crypto/NormalizeAlgorithm.h',
212 'crypto/SubtleCrypto.cpp', 215 'crypto/SubtleCrypto.cpp',
213 'crypto/SubtleCrypto.h', 216 'crypto/SubtleCrypto.h',
217 'crypto/WorkerCrypto.cpp',
218 'crypto/WorkerCrypto.h',
214 'crypto/WorkerGlobalScopeCrypto.cpp', 219 'crypto/WorkerGlobalScopeCrypto.cpp',
215 'crypto/WorkerGlobalScopeCrypto.h', 220 'crypto/WorkerGlobalScopeCrypto.h',
216 'crypto/WorkerCrypto.cpp',
217 'crypto/WorkerCrypto.h',
218 'device_orientation/DeviceAcceleration.cpp', 221 'device_orientation/DeviceAcceleration.cpp',
219 'device_orientation/DeviceAcceleration.h', 222 'device_orientation/DeviceAcceleration.h',
220 'device_orientation/DeviceMotionClient.h', 223 'device_orientation/DeviceMotionClient.h',
221 'device_orientation/DeviceMotionController.cpp', 224 'device_orientation/DeviceMotionController.cpp',
222 'device_orientation/DeviceMotionController.h', 225 'device_orientation/DeviceMotionController.h',
223 'device_orientation/DeviceMotionData.cpp', 226 'device_orientation/DeviceMotionData.cpp',
224 'device_orientation/DeviceMotionData.h', 227 'device_orientation/DeviceMotionData.h',
225 'device_orientation/DeviceMotionDispatcher.cpp', 228 'device_orientation/DeviceMotionDispatcher.cpp',
226 'device_orientation/DeviceMotionDispatcher.h', 229 'device_orientation/DeviceMotionDispatcher.h',
227 'device_orientation/DeviceMotionEvent.h', 230 'device_orientation/DeviceMotionEvent.h',
(...skipping 478 matching lines...) Expand 10 before | Expand all | Expand 10 after
706 'websockets/WorkerThreadableWebSocketChannel.h', 709 'websockets/WorkerThreadableWebSocketChannel.h',
707 ], 710 ],
708 'modules_unittest_files': [ 711 'modules_unittest_files': [
709 'websockets/WebSocketDeflaterTest.cpp', 712 'websockets/WebSocketDeflaterTest.cpp',
710 'websockets/WebSocketExtensionDispatcherTest.cpp', 713 'websockets/WebSocketExtensionDispatcherTest.cpp',
711 'websockets/WebSocketExtensionParserTest.cpp', 714 'websockets/WebSocketExtensionParserTest.cpp',
712 'websockets/WebSocketPerMessageDeflateTest.cpp', 715 'websockets/WebSocketPerMessageDeflateTest.cpp',
713 ], 716 ],
714 }, 717 },
715 } 718 }
OLDNEW
« no previous file with comments | « Source/modules/crypto/WorkerCrypto.h ('k') | public/platform/WebCryptoAlgorithm.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698