| 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 'modules_idl_files': [ | 11 '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/Key.idl', |
| 18 'crypto/SubtleCrypto.idl', | 19 'crypto/SubtleCrypto.idl', |
| 19 'crypto/WindowCrypto.idl', | 20 'crypto/WindowCrypto.idl', |
| 21 'crypto/WorkerCrypto.idl', |
| 20 'crypto/WorkerGlobalScopeCrypto.idl', | 22 'crypto/WorkerGlobalScopeCrypto.idl', |
| 21 'crypto/WorkerCrypto.idl', | |
| 22 'device_orientation/DeviceAcceleration.idl', | 23 'device_orientation/DeviceAcceleration.idl', |
| 23 'device_orientation/DeviceMotionEvent.idl', | 24 'device_orientation/DeviceMotionEvent.idl', |
| 24 'device_orientation/DeviceRotationRate.idl', | 25 'device_orientation/DeviceRotationRate.idl', |
| 25 'donottrack/NavigatorDoNotTrack.idl', | 26 'donottrack/NavigatorDoNotTrack.idl', |
| 26 'encryptedmedia/MediaKeyMessageEvent.idl', | 27 'encryptedmedia/MediaKeyMessageEvent.idl', |
| 27 'encryptedmedia/MediaKeyNeededEvent.idl', | 28 'encryptedmedia/MediaKeyNeededEvent.idl', |
| 28 'encryptedmedia/MediaKeys.idl', | 29 'encryptedmedia/MediaKeys.idl', |
| 29 'encryptedmedia/MediaKeySession.idl', | 30 'encryptedmedia/MediaKeySession.idl', |
| 30 'filesystem/DOMFileSystem.idl', | 31 'filesystem/DOMFileSystem.idl', |
| 31 'filesystem/DOMFileSystemSync.idl', | 32 'filesystem/DOMFileSystemSync.idl', |
| (...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 200 'crypto/AesKeyGenParams.cpp', | 201 'crypto/AesKeyGenParams.cpp', |
| 201 'crypto/AesKeyGenParams.h', | 202 'crypto/AesKeyGenParams.h', |
| 202 'crypto/Algorithm.cpp', | 203 'crypto/Algorithm.cpp', |
| 203 'crypto/Algorithm.h', | 204 'crypto/Algorithm.h', |
| 204 'crypto/Crypto.cpp', | 205 'crypto/Crypto.cpp', |
| 205 'crypto/Crypto.h', | 206 'crypto/Crypto.h', |
| 206 'crypto/CryptoOperation.cpp', | 207 'crypto/CryptoOperation.cpp', |
| 207 'crypto/CryptoOperation.h', | 208 'crypto/CryptoOperation.h', |
| 208 'crypto/DOMWindowCrypto.cpp', | 209 'crypto/DOMWindowCrypto.cpp', |
| 209 'crypto/DOMWindowCrypto.h', | 210 'crypto/DOMWindowCrypto.h', |
| 211 'crypto/Key.cpp', |
| 212 'crypto/Key.h', |
| 210 'crypto/NormalizeAlgorithm.cpp', | 213 'crypto/NormalizeAlgorithm.cpp', |
| 211 'crypto/NormalizeAlgorithm.h', | 214 'crypto/NormalizeAlgorithm.h', |
| 212 'crypto/SubtleCrypto.cpp', | 215 'crypto/SubtleCrypto.cpp', |
| 213 'crypto/SubtleCrypto.h', | 216 'crypto/SubtleCrypto.h', |
| 217 'crypto/WorkerCrypto.cpp', |
| 218 'crypto/WorkerCrypto.h', |
| 214 'crypto/WorkerGlobalScopeCrypto.cpp', | 219 'crypto/WorkerGlobalScopeCrypto.cpp', |
| 215 'crypto/WorkerGlobalScopeCrypto.h', | 220 'crypto/WorkerGlobalScopeCrypto.h', |
| 216 'crypto/WorkerCrypto.cpp', | |
| 217 'crypto/WorkerCrypto.h', | |
| 218 'device_orientation/DeviceAcceleration.cpp', | 221 'device_orientation/DeviceAcceleration.cpp', |
| 219 'device_orientation/DeviceAcceleration.h', | 222 'device_orientation/DeviceAcceleration.h', |
| 220 'device_orientation/DeviceMotionClient.h', | 223 'device_orientation/DeviceMotionClient.h', |
| 221 'device_orientation/DeviceMotionController.cpp', | 224 'device_orientation/DeviceMotionController.cpp', |
| 222 'device_orientation/DeviceMotionController.h', | 225 'device_orientation/DeviceMotionController.h', |
| 223 'device_orientation/DeviceMotionData.cpp', | 226 'device_orientation/DeviceMotionData.cpp', |
| 224 'device_orientation/DeviceMotionData.h', | 227 'device_orientation/DeviceMotionData.h', |
| 225 'device_orientation/DeviceMotionDispatcher.cpp', | 228 'device_orientation/DeviceMotionDispatcher.cpp', |
| 226 'device_orientation/DeviceMotionDispatcher.h', | 229 'device_orientation/DeviceMotionDispatcher.h', |
| 227 'device_orientation/DeviceMotionEvent.h', | 230 'device_orientation/DeviceMotionEvent.h', |
| (...skipping 478 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 706 'websockets/WorkerThreadableWebSocketChannel.h', | 709 'websockets/WorkerThreadableWebSocketChannel.h', |
| 707 ], | 710 ], |
| 708 'modules_unittest_files': [ | 711 'modules_unittest_files': [ |
| 709 'websockets/WebSocketDeflaterTest.cpp', | 712 'websockets/WebSocketDeflaterTest.cpp', |
| 710 'websockets/WebSocketExtensionDispatcherTest.cpp', | 713 'websockets/WebSocketExtensionDispatcherTest.cpp', |
| 711 'websockets/WebSocketExtensionParserTest.cpp', | 714 'websockets/WebSocketExtensionParserTest.cpp', |
| 712 'websockets/WebSocketPerMessageDeflateTest.cpp', | 715 'websockets/WebSocketPerMessageDeflateTest.cpp', |
| 713 ], | 716 ], |
| 714 }, | 717 }, |
| 715 } | 718 } |
| OLD | NEW |