| 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/Crypto.idl', | 13 'crypto/Crypto.idl', |
| 14 'crypto/DOMWindowCrypto.idl', | 14 'crypto/DOMWindowCrypto.idl', |
| 15 'crypto/SubtleCrypto.idl', | 15 'crypto/SubtleCrypto.idl', |
| 16 'crypto/WorkerContextCrypto.idl', |
| 17 'crypto/WorkerCrypto.idl', |
| 16 'device_orientation/DeviceAcceleration.idl', | 18 'device_orientation/DeviceAcceleration.idl', |
| 17 'device_orientation/DeviceMotionEvent.idl', | 19 'device_orientation/DeviceMotionEvent.idl', |
| 18 'device_orientation/DeviceRotationRate.idl', | 20 'device_orientation/DeviceRotationRate.idl', |
| 19 'donottrack/NavigatorDoNotTrack.idl', | 21 'donottrack/NavigatorDoNotTrack.idl', |
| 20 'encryptedmedia/MediaKeyMessageEvent.idl', | 22 'encryptedmedia/MediaKeyMessageEvent.idl', |
| 21 'encryptedmedia/MediaKeyNeededEvent.idl', | 23 'encryptedmedia/MediaKeyNeededEvent.idl', |
| 22 'encryptedmedia/MediaKeys.idl', | 24 'encryptedmedia/MediaKeys.idl', |
| 23 'encryptedmedia/MediaKeySession.idl', | 25 'encryptedmedia/MediaKeySession.idl', |
| 24 'filesystem/DOMFileSystem.idl', | 26 'filesystem/DOMFileSystem.idl', |
| 25 'filesystem/DOMFileSystemSync.idl', | 27 'filesystem/DOMFileSystemSync.idl', |
| (...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 186 'websockets/WorkerContextWebSocket.idl', | 188 'websockets/WorkerContextWebSocket.idl', |
| 187 ], | 189 ], |
| 188 'modules_files': [ | 190 'modules_files': [ |
| 189 '<@(extra_blink_module_files)', | 191 '<@(extra_blink_module_files)', |
| 190 'crypto/Crypto.cpp', | 192 'crypto/Crypto.cpp', |
| 191 'crypto/Crypto.h', | 193 'crypto/Crypto.h', |
| 192 'crypto/DOMWindowCrypto.cpp', | 194 'crypto/DOMWindowCrypto.cpp', |
| 193 'crypto/DOMWindowCrypto.h', | 195 'crypto/DOMWindowCrypto.h', |
| 194 'crypto/SubtleCrypto.cpp', | 196 'crypto/SubtleCrypto.cpp', |
| 195 'crypto/SubtleCrypto.h', | 197 'crypto/SubtleCrypto.h', |
| 198 'crypto/WorkerContextCrypto.cpp', |
| 199 'crypto/WorkerContextCrypto.h', |
| 200 'crypto/WorkerCrypto.cpp', |
| 201 'crypto/WorkerCrypto.h', |
| 196 'device_orientation/DeviceAcceleration.cpp', | 202 'device_orientation/DeviceAcceleration.cpp', |
| 197 'device_orientation/DeviceAcceleration.h', | 203 'device_orientation/DeviceAcceleration.h', |
| 198 'device_orientation/DeviceMotionClient.h', | 204 'device_orientation/DeviceMotionClient.h', |
| 199 'device_orientation/DeviceMotionController.cpp', | 205 'device_orientation/DeviceMotionController.cpp', |
| 200 'device_orientation/DeviceMotionController.h', | 206 'device_orientation/DeviceMotionController.h', |
| 201 'device_orientation/DeviceMotionData.cpp', | 207 'device_orientation/DeviceMotionData.cpp', |
| 202 'device_orientation/DeviceMotionData.h', | 208 'device_orientation/DeviceMotionData.h', |
| 203 'device_orientation/DeviceMotionDispatcher.cpp', | 209 'device_orientation/DeviceMotionDispatcher.cpp', |
| 204 'device_orientation/DeviceMotionDispatcher.h', | 210 'device_orientation/DeviceMotionDispatcher.h', |
| 205 'device_orientation/DeviceMotionEvent.h', | 211 'device_orientation/DeviceMotionEvent.h', |
| (...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 678 'websockets/WorkerThreadableWebSocketChannel.cpp', | 684 'websockets/WorkerThreadableWebSocketChannel.cpp', |
| 679 'websockets/WorkerThreadableWebSocketChannel.h', | 685 'websockets/WorkerThreadableWebSocketChannel.h', |
| 680 ], | 686 ], |
| 681 'modules_unittest_files': [ | 687 'modules_unittest_files': [ |
| 682 'websockets/WebSocketDeflaterTest.cpp', | 688 'websockets/WebSocketDeflaterTest.cpp', |
| 683 'websockets/WebSocketExtensionDispatcherTest.cpp', | 689 'websockets/WebSocketExtensionDispatcherTest.cpp', |
| 684 'websockets/WebSocketPerMessageDeflateTest.cpp', | 690 'websockets/WebSocketPerMessageDeflateTest.cpp', |
| 685 ], | 691 ], |
| 686 }, | 692 }, |
| 687 } | 693 } |
| OLD | NEW |