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

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

Issue 340353006: [webcrypto] Replace KeyAlgorithm interfaces with an Object. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove const reference and make v8value a value Created 6 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
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 '../core/core_generated.gypi', 3 '../core/core_generated.gypi',
4 'modules_generated.gypi', 4 'modules_generated.gypi',
5 ], 5 ],
6 'variables': { 6 'variables': {
7 # Experimental hooks for embedder to provide extra IDL and source files. 7 # Experimental hooks for embedder to provide extra IDL and source files.
8 # 8 #
9 # Note: this is not a supported API. If you rely on this, you will be broken 9 # Note: this is not a supported API. If you rely on this, you will be broken
10 # from time to time as the code generator changes in backward incompatible 10 # from time to time as the code generator changes in backward incompatible
11 # ways. 11 # ways.
12 'extra_blink_module_idl_files': [], 12 'extra_blink_module_idl_files': [],
13 'extra_blink_module_files': [], 13 'extra_blink_module_files': [],
14 # Files for which bindings (.cpp and .h files) will be generated 14 # Files for which bindings (.cpp and .h files) will be generated
15 'modules_idl_files': [ 15 'modules_idl_files': [
16 '<@(extra_blink_module_idl_files)', 16 '<@(extra_blink_module_idl_files)',
17 'battery/BatteryManager.idl', 17 'battery/BatteryManager.idl',
18 'crypto/AesKeyAlgorithm.idl',
19 'crypto/Crypto.idl', 18 'crypto/Crypto.idl',
20 'crypto/CryptoKey.idl', 19 'crypto/CryptoKey.idl',
21 'crypto/HmacKeyAlgorithm.idl',
22 'crypto/KeyAlgorithm.idl',
23 'crypto/RsaHashedKeyAlgorithm.idl',
24 'crypto/RsaKeyAlgorithm.idl',
25 'crypto/SubtleCrypto.idl', 20 'crypto/SubtleCrypto.idl',
26 'device_light/DeviceLightEvent.idl', 21 'device_light/DeviceLightEvent.idl',
27 'device_orientation/DeviceAcceleration.idl', 22 'device_orientation/DeviceAcceleration.idl',
28 'device_orientation/DeviceMotionEvent.idl', 23 'device_orientation/DeviceMotionEvent.idl',
29 'device_orientation/DeviceOrientationEvent.idl', 24 'device_orientation/DeviceOrientationEvent.idl',
30 'device_orientation/DeviceRotationRate.idl', 25 'device_orientation/DeviceRotationRate.idl',
31 'encoding/TextDecoder.idl', 26 'encoding/TextDecoder.idl',
32 'encoding/TextEncoder.idl', 27 'encoding/TextEncoder.idl',
33 'encryptedmedia/MediaKeyMessageEvent.idl', 28 'encryptedmedia/MediaKeyMessageEvent.idl',
34 'encryptedmedia/MediaKeyNeededEvent.idl', 29 'encryptedmedia/MediaKeyNeededEvent.idl',
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 'battery/BatteryDispatcher.cpp', 286 'battery/BatteryDispatcher.cpp',
292 'battery/BatteryDispatcher.h', 287 'battery/BatteryDispatcher.h',
293 'battery/BatteryManager.cpp', 288 'battery/BatteryManager.cpp',
294 'battery/BatteryManager.h', 289 'battery/BatteryManager.h',
295 'battery/BatteryStatus.cpp', 290 'battery/BatteryStatus.cpp',
296 'battery/BatteryStatus.h', 291 'battery/BatteryStatus.h',
297 'battery/NavigatorBattery.cpp', 292 'battery/NavigatorBattery.cpp',
298 'battery/NavigatorBattery.h', 293 'battery/NavigatorBattery.h',
299 'beacon/NavigatorBeacon.cpp', 294 'beacon/NavigatorBeacon.cpp',
300 'beacon/NavigatorBeacon.h', 295 'beacon/NavigatorBeacon.h',
301 'crypto/AesKeyAlgorithm.cpp',
302 'crypto/AesKeyAlgorithm.h',
303 'crypto/Crypto.cpp', 296 'crypto/Crypto.cpp',
304 'crypto/Crypto.h', 297 'crypto/Crypto.h',
305 'crypto/CryptoKey.cpp', 298 'crypto/CryptoKey.cpp',
306 'crypto/CryptoKey.h', 299 'crypto/CryptoKey.h',
307 'crypto/CryptoResultImpl.cpp', 300 'crypto/CryptoResultImpl.cpp',
308 'crypto/CryptoResultImpl.h', 301 'crypto/CryptoResultImpl.h',
309 'crypto/DOMWindowCrypto.cpp', 302 'crypto/DOMWindowCrypto.cpp',
310 'crypto/DOMWindowCrypto.h', 303 'crypto/DOMWindowCrypto.h',
311 'crypto/HmacKeyAlgorithm.cpp',
312 'crypto/HmacKeyAlgorithm.h',
313 'crypto/KeyAlgorithm.cpp',
314 'crypto/KeyAlgorithm.h',
315 'crypto/NormalizeAlgorithm.cpp', 304 'crypto/NormalizeAlgorithm.cpp',
316 'crypto/NormalizeAlgorithm.h', 305 'crypto/NormalizeAlgorithm.h',
317 'crypto/RsaHashedKeyAlgorithm.cpp',
318 'crypto/RsaHashedKeyAlgorithm.h',
319 'crypto/RsaKeyAlgorithm.cpp',
320 'crypto/RsaKeyAlgorithm.h',
321 'crypto/SubtleCrypto.cpp', 306 'crypto/SubtleCrypto.cpp',
322 'crypto/SubtleCrypto.h', 307 'crypto/SubtleCrypto.h',
323 'crypto/WorkerGlobalScopeCrypto.cpp', 308 'crypto/WorkerGlobalScopeCrypto.cpp',
324 'crypto/WorkerGlobalScopeCrypto.h', 309 'crypto/WorkerGlobalScopeCrypto.h',
325 'device_light/DeviceLightController.cpp', 310 'device_light/DeviceLightController.cpp',
326 'device_light/DeviceLightController.h', 311 'device_light/DeviceLightController.h',
327 'device_light/DeviceLightDispatcher.cpp', 312 'device_light/DeviceLightDispatcher.cpp',
328 'device_light/DeviceLightDispatcher.h', 313 'device_light/DeviceLightDispatcher.h',
329 'device_light/DeviceLightEvent.cpp', 314 'device_light/DeviceLightEvent.cpp',
330 'device_light/DeviceLightEvent.h', 315 'device_light/DeviceLightEvent.h',
(...skipping 653 matching lines...) Expand 10 before | Expand all | Expand 10 after
984 'indexeddb/IDBRequestTest.cpp', 969 'indexeddb/IDBRequestTest.cpp',
985 'indexeddb/IDBTransactionTest.cpp', 970 'indexeddb/IDBTransactionTest.cpp',
986 'websockets/WebSocketDeflaterTest.cpp', 971 'websockets/WebSocketDeflaterTest.cpp',
987 'websockets/WebSocketExtensionDispatcherTest.cpp', 972 'websockets/WebSocketExtensionDispatcherTest.cpp',
988 'websockets/WebSocketExtensionParserTest.cpp', 973 'websockets/WebSocketExtensionParserTest.cpp',
989 'websockets/WebSocketPerMessageDeflateTest.cpp', 974 'websockets/WebSocketPerMessageDeflateTest.cpp',
990 'websockets/WebSocketTest.cpp', 975 'websockets/WebSocketTest.cpp',
991 ], 976 ],
992 }, 977 },
993 } 978 }
OLDNEW
« no previous file with comments | « Source/modules/crypto/RsaKeyAlgorithm.idl ('k') | Source/platform/exported/WebCryptoKeyAlgorithm.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698