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

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

Issue 222553007: [webcrypto] Expose crypto.subtle to web workers. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: check if changes... Created 6 years, 8 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/WorkerGlobalScopeCrypto.idl ('k') | no next file » | 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 # Files for which bindings (.cpp and .h files) will be generated 10 # Files for which bindings (.cpp and .h files) will be generated
11 'modules_idl_files': [ 11 'modules_idl_files': [
12 '<@(extra_blink_module_idl_files)', 12 '<@(extra_blink_module_idl_files)',
13 'battery/BatteryManager.idl', 13 'battery/BatteryManager.idl',
14 'crypto/AesKeyAlgorithm.idl', 14 'crypto/AesKeyAlgorithm.idl',
15 'crypto/Crypto.idl', 15 'crypto/Crypto.idl',
16 'crypto/HmacKeyAlgorithm.idl', 16 'crypto/HmacKeyAlgorithm.idl',
17 'crypto/Key.idl', 17 'crypto/Key.idl',
18 'crypto/KeyAlgorithm.idl', 18 'crypto/KeyAlgorithm.idl',
19 'crypto/KeyPair.idl', 19 'crypto/KeyPair.idl',
20 'crypto/RsaHashedKeyAlgorithm.idl', 20 'crypto/RsaHashedKeyAlgorithm.idl',
21 'crypto/RsaKeyAlgorithm.idl', 21 'crypto/RsaKeyAlgorithm.idl',
22 'crypto/SubtleCrypto.idl', 22 'crypto/SubtleCrypto.idl',
23 'crypto/WorkerCrypto.idl',
24 'device_orientation/DeviceAcceleration.idl', 23 'device_orientation/DeviceAcceleration.idl',
25 'device_orientation/DeviceMotionEvent.idl', 24 'device_orientation/DeviceMotionEvent.idl',
26 'device_orientation/DeviceOrientationEvent.idl', 25 'device_orientation/DeviceOrientationEvent.idl',
27 'device_orientation/DeviceRotationRate.idl', 26 'device_orientation/DeviceRotationRate.idl',
28 'encoding/TextDecoder.idl', 27 'encoding/TextDecoder.idl',
29 'encoding/TextEncoder.idl', 28 'encoding/TextEncoder.idl',
30 'encryptedmedia/MediaKeyMessageEvent.idl', 29 'encryptedmedia/MediaKeyMessageEvent.idl',
31 'encryptedmedia/MediaKeyNeededEvent.idl', 30 'encryptedmedia/MediaKeyNeededEvent.idl',
32 'encryptedmedia/MediaKeySession.idl', 31 'encryptedmedia/MediaKeySession.idl',
33 'encryptedmedia/MediaKeys.idl', 32 'encryptedmedia/MediaKeys.idl',
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 'crypto/RsaHashedKeyAlgorithm.cpp', 275 'crypto/RsaHashedKeyAlgorithm.cpp',
277 'crypto/RsaHashedKeyAlgorithm.h', 276 'crypto/RsaHashedKeyAlgorithm.h',
278 'crypto/RsaKeyAlgorithm.cpp', 277 'crypto/RsaKeyAlgorithm.cpp',
279 'crypto/RsaKeyAlgorithm.h', 278 'crypto/RsaKeyAlgorithm.h',
280 'crypto/KeyPair.cpp', 279 'crypto/KeyPair.cpp',
281 'crypto/KeyPair.h', 280 'crypto/KeyPair.h',
282 'crypto/NormalizeAlgorithm.cpp', 281 'crypto/NormalizeAlgorithm.cpp',
283 'crypto/NormalizeAlgorithm.h', 282 'crypto/NormalizeAlgorithm.h',
284 'crypto/SubtleCrypto.cpp', 283 'crypto/SubtleCrypto.cpp',
285 'crypto/SubtleCrypto.h', 284 'crypto/SubtleCrypto.h',
286 'crypto/WorkerCrypto.cpp',
287 'crypto/WorkerCrypto.h',
288 'crypto/WorkerGlobalScopeCrypto.cpp', 285 'crypto/WorkerGlobalScopeCrypto.cpp',
289 'crypto/WorkerGlobalScopeCrypto.h', 286 'crypto/WorkerGlobalScopeCrypto.h',
290 'device_orientation/DeviceAcceleration.cpp', 287 'device_orientation/DeviceAcceleration.cpp',
291 'device_orientation/DeviceAcceleration.h', 288 'device_orientation/DeviceAcceleration.h',
292 'device_orientation/DeviceMotionController.cpp', 289 'device_orientation/DeviceMotionController.cpp',
293 'device_orientation/DeviceMotionController.h', 290 'device_orientation/DeviceMotionController.h',
294 'device_orientation/DeviceMotionData.cpp', 291 'device_orientation/DeviceMotionData.cpp',
295 'device_orientation/DeviceMotionData.h', 292 'device_orientation/DeviceMotionData.h',
296 'device_orientation/DeviceMotionDispatcher.cpp', 293 'device_orientation/DeviceMotionDispatcher.cpp',
297 'device_orientation/DeviceMotionDispatcher.h', 294 'device_orientation/DeviceMotionDispatcher.h',
(...skipping 614 matching lines...) Expand 10 before | Expand all | Expand 10 after
912 'indexeddb/IDBKeyPathTest.cpp', 909 'indexeddb/IDBKeyPathTest.cpp',
913 'indexeddb/IDBRequestTest.cpp', 910 'indexeddb/IDBRequestTest.cpp',
914 'indexeddb/IDBTransactionTest.cpp', 911 'indexeddb/IDBTransactionTest.cpp',
915 'websockets/WebSocketDeflaterTest.cpp', 912 'websockets/WebSocketDeflaterTest.cpp',
916 'websockets/WebSocketExtensionDispatcherTest.cpp', 913 'websockets/WebSocketExtensionDispatcherTest.cpp',
917 'websockets/WebSocketExtensionParserTest.cpp', 914 'websockets/WebSocketExtensionParserTest.cpp',
918 'websockets/WebSocketPerMessageDeflateTest.cpp', 915 'websockets/WebSocketPerMessageDeflateTest.cpp',
919 ], 916 ],
920 }, 917 },
921 } 918 }
OLDNEW
« no previous file with comments | « Source/modules/crypto/WorkerGlobalScopeCrypto.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698