| OLD | NEW |
| 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 'deprecated_perl_modules_idl_files': [ | 11 'deprecated_perl_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/HmacParams.idl', | 18 'crypto/HmacParams.idl', |
| 19 'crypto/Key.idl', | 19 'crypto/Key.idl', |
| 20 'crypto/RsaKeyGenParams.idl', |
| 21 'crypto/RsaSsaParams.idl', |
| 20 'crypto/SubtleCrypto.idl', | 22 'crypto/SubtleCrypto.idl', |
| 21 'crypto/WorkerCrypto.idl', | 23 'crypto/WorkerCrypto.idl', |
| 22 'device_orientation/DeviceAcceleration.idl', | 24 'device_orientation/DeviceAcceleration.idl', |
| 23 'device_orientation/DeviceMotionEvent.idl', | 25 'device_orientation/DeviceMotionEvent.idl', |
| 24 'device_orientation/DeviceOrientationEvent.idl', | 26 'device_orientation/DeviceOrientationEvent.idl', |
| 25 'device_orientation/DeviceRotationRate.idl', | 27 'device_orientation/DeviceRotationRate.idl', |
| 26 'encoding/TextDecoder.idl', | 28 'encoding/TextDecoder.idl', |
| 27 'encoding/TextEncoder.idl', | 29 'encoding/TextEncoder.idl', |
| 28 'encryptedmedia/MediaKeyMessageEvent.idl', | 30 'encryptedmedia/MediaKeyMessageEvent.idl', |
| 29 'encryptedmedia/MediaKeyNeededEvent.idl', | 31 'encryptedmedia/MediaKeyNeededEvent.idl', |
| (...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 217 'crypto/DOMWindowCrypto.cpp', | 219 'crypto/DOMWindowCrypto.cpp', |
| 218 'crypto/DOMWindowCrypto.h', | 220 'crypto/DOMWindowCrypto.h', |
| 219 'crypto/HmacParams.cpp', | 221 'crypto/HmacParams.cpp', |
| 220 'crypto/HmacParams.h', | 222 'crypto/HmacParams.h', |
| 221 'crypto/Key.cpp', | 223 'crypto/Key.cpp', |
| 222 'crypto/Key.h', | 224 'crypto/Key.h', |
| 223 'crypto/KeyOperation.cpp', | 225 'crypto/KeyOperation.cpp', |
| 224 'crypto/KeyOperation.h', | 226 'crypto/KeyOperation.h', |
| 225 'crypto/NormalizeAlgorithm.cpp', | 227 'crypto/NormalizeAlgorithm.cpp', |
| 226 'crypto/NormalizeAlgorithm.h', | 228 'crypto/NormalizeAlgorithm.h', |
| 229 'crypto/RsaKeyGenParams.cpp', |
| 230 'crypto/RsaKeyGenParams.h', |
| 231 'crypto/RsaSsaParams.cpp', |
| 232 'crypto/RsaSsaParams.h', |
| 227 'crypto/SubtleCrypto.cpp', | 233 'crypto/SubtleCrypto.cpp', |
| 228 'crypto/SubtleCrypto.h', | 234 'crypto/SubtleCrypto.h', |
| 229 'crypto/WorkerCrypto.cpp', | 235 'crypto/WorkerCrypto.cpp', |
| 230 'crypto/WorkerCrypto.h', | 236 'crypto/WorkerCrypto.h', |
| 231 'crypto/WorkerGlobalScopeCrypto.cpp', | 237 'crypto/WorkerGlobalScopeCrypto.cpp', |
| 232 'crypto/WorkerGlobalScopeCrypto.h', | 238 'crypto/WorkerGlobalScopeCrypto.h', |
| 233 'device_orientation/DeviceAcceleration.cpp', | 239 'device_orientation/DeviceAcceleration.cpp', |
| 234 'device_orientation/DeviceAcceleration.h', | 240 'device_orientation/DeviceAcceleration.h', |
| 235 'device_orientation/DeviceMotionController.cpp', | 241 'device_orientation/DeviceMotionController.cpp', |
| 236 'device_orientation/DeviceMotionController.h', | 242 'device_orientation/DeviceMotionController.h', |
| (...skipping 516 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 753 'indexeddb/IDBKeyPathTest.cpp', | 759 'indexeddb/IDBKeyPathTest.cpp', |
| 754 'indexeddb/IDBRequestTest.cpp', | 760 'indexeddb/IDBRequestTest.cpp', |
| 755 'indexeddb/IDBTransactionTest.cpp', | 761 'indexeddb/IDBTransactionTest.cpp', |
| 756 'websockets/WebSocketDeflaterTest.cpp', | 762 'websockets/WebSocketDeflaterTest.cpp', |
| 757 'websockets/WebSocketExtensionDispatcherTest.cpp', | 763 'websockets/WebSocketExtensionDispatcherTest.cpp', |
| 758 'websockets/WebSocketExtensionParserTest.cpp', | 764 'websockets/WebSocketExtensionParserTest.cpp', |
| 759 'websockets/WebSocketPerMessageDeflateTest.cpp', | 765 'websockets/WebSocketPerMessageDeflateTest.cpp', |
| 760 ], | 766 ], |
| 761 }, | 767 }, |
| 762 } | 768 } |
| OLD | NEW |