| 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 |
| (...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 207 'modules_files': [ | 207 'modules_files': [ |
| 208 '<@(extra_blink_module_files)', | 208 '<@(extra_blink_module_files)', |
| 209 'crypto/AesCbcParams.cpp', | 209 'crypto/AesCbcParams.cpp', |
| 210 'crypto/AesCbcParams.h', | 210 'crypto/AesCbcParams.h', |
| 211 'crypto/AesKeyGenParams.cpp', | 211 'crypto/AesKeyGenParams.cpp', |
| 212 'crypto/AesKeyGenParams.h', | 212 'crypto/AesKeyGenParams.h', |
| 213 'crypto/Algorithm.cpp', | 213 'crypto/Algorithm.cpp', |
| 214 'crypto/Algorithm.h', | 214 'crypto/Algorithm.h', |
| 215 'crypto/Crypto.cpp', | 215 'crypto/Crypto.cpp', |
| 216 'crypto/Crypto.h', | 216 'crypto/Crypto.h', |
| 217 'crypto/CryptoResult.cpp', |
| 218 'crypto/CryptoResult.h', |
| 217 'crypto/DOMWindowCrypto.cpp', | 219 'crypto/DOMWindowCrypto.cpp', |
| 218 'crypto/DOMWindowCrypto.h', | 220 'crypto/DOMWindowCrypto.h', |
| 219 'crypto/HmacKeyParams.cpp', | 221 'crypto/HmacKeyParams.cpp', |
| 220 'crypto/HmacKeyParams.h', | 222 'crypto/HmacKeyParams.h', |
| 221 'crypto/HmacParams.cpp', | 223 'crypto/HmacParams.cpp', |
| 222 'crypto/HmacParams.h', | 224 'crypto/HmacParams.h', |
| 223 'crypto/Key.cpp', | 225 'crypto/Key.cpp', |
| 224 'crypto/Key.h', | 226 'crypto/Key.h', |
| 225 'crypto/NormalizeAlgorithm.cpp', | 227 'crypto/NormalizeAlgorithm.cpp', |
| 226 'crypto/NormalizeAlgorithm.h', | 228 'crypto/NormalizeAlgorithm.h', |
| (...skipping 528 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 755 'indexeddb/IDBKeyPathTest.cpp', | 757 'indexeddb/IDBKeyPathTest.cpp', |
| 756 'indexeddb/IDBRequestTest.cpp', | 758 'indexeddb/IDBRequestTest.cpp', |
| 757 'indexeddb/IDBTransactionTest.cpp', | 759 'indexeddb/IDBTransactionTest.cpp', |
| 758 'websockets/WebSocketDeflaterTest.cpp', | 760 'websockets/WebSocketDeflaterTest.cpp', |
| 759 'websockets/WebSocketExtensionDispatcherTest.cpp', | 761 'websockets/WebSocketExtensionDispatcherTest.cpp', |
| 760 'websockets/WebSocketExtensionParserTest.cpp', | 762 'websockets/WebSocketExtensionParserTest.cpp', |
| 761 'websockets/WebSocketPerMessageDeflateTest.cpp', | 763 'websockets/WebSocketPerMessageDeflateTest.cpp', |
| 762 ], | 764 ], |
| 763 }, | 765 }, |
| 764 } | 766 } |
| OLD | NEW |