| 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 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 208 'crypto/Algorithm.cpp', | 208 'crypto/Algorithm.cpp', |
| 209 'crypto/Algorithm.h', | 209 'crypto/Algorithm.h', |
| 210 'crypto/Crypto.cpp', | 210 'crypto/Crypto.cpp', |
| 211 'crypto/Crypto.h', | 211 'crypto/Crypto.h', |
| 212 'crypto/CryptoOperation.cpp', | 212 'crypto/CryptoOperation.cpp', |
| 213 'crypto/CryptoOperation.h', | 213 'crypto/CryptoOperation.h', |
| 214 'crypto/DOMWindowCrypto.cpp', | 214 'crypto/DOMWindowCrypto.cpp', |
| 215 'crypto/DOMWindowCrypto.h', | 215 'crypto/DOMWindowCrypto.h', |
| 216 'crypto/Key.cpp', | 216 'crypto/Key.cpp', |
| 217 'crypto/Key.h', | 217 'crypto/Key.h', |
| 218 'crypto/KeyOperation.cpp', |
| 219 'crypto/KeyOperation.h', |
| 218 'crypto/NormalizeAlgorithm.cpp', | 220 'crypto/NormalizeAlgorithm.cpp', |
| 219 'crypto/NormalizeAlgorithm.h', | 221 'crypto/NormalizeAlgorithm.h', |
| 220 'crypto/SubtleCrypto.cpp', | 222 'crypto/SubtleCrypto.cpp', |
| 221 'crypto/SubtleCrypto.h', | 223 'crypto/SubtleCrypto.h', |
| 222 'crypto/WorkerCrypto.cpp', | 224 'crypto/WorkerCrypto.cpp', |
| 223 'crypto/WorkerCrypto.h', | 225 'crypto/WorkerCrypto.h', |
| 224 'crypto/WorkerGlobalScopeCrypto.cpp', | 226 'crypto/WorkerGlobalScopeCrypto.cpp', |
| 225 'crypto/WorkerGlobalScopeCrypto.h', | 227 'crypto/WorkerGlobalScopeCrypto.h', |
| 226 'device_orientation/DeviceAcceleration.cpp', | 228 'device_orientation/DeviceAcceleration.cpp', |
| 227 'device_orientation/DeviceAcceleration.h', | 229 'device_orientation/DeviceAcceleration.h', |
| (...skipping 496 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 724 'websockets/WorkerThreadableWebSocketChannel.h', | 726 'websockets/WorkerThreadableWebSocketChannel.h', |
| 725 ], | 727 ], |
| 726 'modules_unittest_files': [ | 728 'modules_unittest_files': [ |
| 727 'websockets/WebSocketDeflaterTest.cpp', | 729 'websockets/WebSocketDeflaterTest.cpp', |
| 728 'websockets/WebSocketExtensionDispatcherTest.cpp', | 730 'websockets/WebSocketExtensionDispatcherTest.cpp', |
| 729 'websockets/WebSocketExtensionParserTest.cpp', | 731 'websockets/WebSocketExtensionParserTest.cpp', |
| 730 'websockets/WebSocketPerMessageDeflateTest.cpp', | 732 'websockets/WebSocketPerMessageDeflateTest.cpp', |
| 731 ], | 733 ], |
| 732 }, | 734 }, |
| 733 } | 735 } |
| OLD | NEW |