| 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 # Files for which bindings (.cpp and .h files) will be generated | 10 # Files for which bindings (.cpp and .h files) will be generated |
| 11 'modules_idl_files': [ | 11 'modules_idl_files': [ |
| 12 '<@(extra_blink_module_idl_files)', | 12 '<@(extra_blink_module_idl_files)', |
| 13 'battery/BatteryManager.idl', |
| 13 'crypto/Algorithm.idl', | 14 'crypto/Algorithm.idl', |
| 14 'crypto/Crypto.idl', | 15 'crypto/Crypto.idl', |
| 15 'crypto/Key.idl', | 16 'crypto/Key.idl', |
| 16 'crypto/KeyPair.idl', | 17 'crypto/KeyPair.idl', |
| 17 'crypto/SubtleCrypto.idl', | 18 'crypto/SubtleCrypto.idl', |
| 18 'crypto/WorkerCrypto.idl', | 19 'crypto/WorkerCrypto.idl', |
| 19 'device_orientation/DeviceAcceleration.idl', | 20 'device_orientation/DeviceAcceleration.idl', |
| 20 'device_orientation/DeviceMotionEvent.idl', | 21 'device_orientation/DeviceMotionEvent.idl', |
| 21 'device_orientation/DeviceOrientationEvent.idl', | 22 'device_orientation/DeviceOrientationEvent.idl', |
| 22 'device_orientation/DeviceRotationRate.idl', | 23 'device_orientation/DeviceRotationRate.idl', |
| (...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 171 'webmidi/MIDIInput.idl', | 172 'webmidi/MIDIInput.idl', |
| 172 'webmidi/MIDIMessageEvent.idl', | 173 'webmidi/MIDIMessageEvent.idl', |
| 173 'webmidi/MIDIOutput.idl', | 174 'webmidi/MIDIOutput.idl', |
| 174 'webmidi/MIDIPort.idl', | 175 'webmidi/MIDIPort.idl', |
| 175 'webmidi/MIDISuccessCallback.idl', | 176 'webmidi/MIDISuccessCallback.idl', |
| 176 'websockets/CloseEvent.idl', | 177 'websockets/CloseEvent.idl', |
| 177 'websockets/WebSocket.idl', | 178 'websockets/WebSocket.idl', |
| 178 ], | 179 ], |
| 179 # 'partial interface' or target (right side of) 'implements' | 180 # 'partial interface' or target (right side of) 'implements' |
| 180 'modules_dependency_idl_files': [ | 181 'modules_dependency_idl_files': [ |
| 182 'battery/NavigatorBattery.idl', |
| 181 'crypto/WindowCrypto.idl', | 183 'crypto/WindowCrypto.idl', |
| 182 'crypto/WorkerGlobalScopeCrypto.idl', | 184 'crypto/WorkerGlobalScopeCrypto.idl', |
| 183 'donottrack/NavigatorDoNotTrack.idl', | 185 'donottrack/NavigatorDoNotTrack.idl', |
| 184 'filesystem/DataTransferItemFileSystem.idl', | 186 'filesystem/DataTransferItemFileSystem.idl', |
| 185 'filesystem/HTMLInputElementFileSystem.idl', | 187 'filesystem/HTMLInputElementFileSystem.idl', |
| 186 'filesystem/InspectorFrontendHostFileSystem.idl', | 188 'filesystem/InspectorFrontendHostFileSystem.idl', |
| 187 'filesystem/WindowFileSystem.idl', | 189 'filesystem/WindowFileSystem.idl', |
| 188 'filesystem/WorkerGlobalScopeFileSystem.idl', | 190 'filesystem/WorkerGlobalScopeFileSystem.idl', |
| 189 'gamepad/NavigatorGamepad.idl', | 191 'gamepad/NavigatorGamepad.idl', |
| 190 'geolocation/NavigatorGeolocation.idl', | 192 'geolocation/NavigatorGeolocation.idl', |
| (...skipping 17 matching lines...) Expand all Loading... |
| 208 'screen_orientation/ScreenOrientation.idl', | 210 'screen_orientation/ScreenOrientation.idl', |
| 209 'serviceworkers/NavigatorServiceWorker.idl', | 211 'serviceworkers/NavigatorServiceWorker.idl', |
| 210 'speech/WindowSpeechSynthesis.idl', | 212 'speech/WindowSpeechSynthesis.idl', |
| 211 'vibration/NavigatorVibration.idl', | 213 'vibration/NavigatorVibration.idl', |
| 212 'webdatabase/WindowWebDatabase.idl', | 214 'webdatabase/WindowWebDatabase.idl', |
| 213 'webdatabase/WorkerGlobalScopeWebDatabase.idl', | 215 'webdatabase/WorkerGlobalScopeWebDatabase.idl', |
| 214 'webmidi/NavigatorWebMIDI.idl', | 216 'webmidi/NavigatorWebMIDI.idl', |
| 215 ], | 217 ], |
| 216 'modules_files': [ | 218 'modules_files': [ |
| 217 '<@(extra_blink_module_files)', | 219 '<@(extra_blink_module_files)', |
| 220 'battery/BatteryManager.cpp', |
| 221 'battery/BatteryManager.h', |
| 222 'battery/BatteryStatus.cpp', |
| 223 'battery/BatteryStatus.h', |
| 224 'battery/NavigatorBattery.cpp', |
| 225 'battery/NavigatorBattery.h', |
| 218 'crypto/Algorithm.cpp', | 226 'crypto/Algorithm.cpp', |
| 219 'crypto/Algorithm.h', | 227 'crypto/Algorithm.h', |
| 220 'crypto/Crypto.cpp', | 228 'crypto/Crypto.cpp', |
| 221 'crypto/Crypto.h', | 229 'crypto/Crypto.h', |
| 222 'crypto/CryptoResultImpl.cpp', | 230 'crypto/CryptoResultImpl.cpp', |
| 223 'crypto/CryptoResultImpl.h', | 231 'crypto/CryptoResultImpl.h', |
| 224 'crypto/DOMWindowCrypto.cpp', | 232 'crypto/DOMWindowCrypto.cpp', |
| 225 'crypto/DOMWindowCrypto.h', | 233 'crypto/DOMWindowCrypto.h', |
| 226 'crypto/Key.cpp', | 234 'crypto/Key.cpp', |
| 227 'crypto/Key.h', | 235 'crypto/Key.h', |
| (...skipping 616 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 844 'indexeddb/IDBKeyPathTest.cpp', | 852 'indexeddb/IDBKeyPathTest.cpp', |
| 845 'indexeddb/IDBRequestTest.cpp', | 853 'indexeddb/IDBRequestTest.cpp', |
| 846 'indexeddb/IDBTransactionTest.cpp', | 854 'indexeddb/IDBTransactionTest.cpp', |
| 847 'websockets/WebSocketDeflaterTest.cpp', | 855 'websockets/WebSocketDeflaterTest.cpp', |
| 848 'websockets/WebSocketExtensionDispatcherTest.cpp', | 856 'websockets/WebSocketExtensionDispatcherTest.cpp', |
| 849 'websockets/WebSocketExtensionParserTest.cpp', | 857 'websockets/WebSocketExtensionParserTest.cpp', |
| 850 'websockets/WebSocketPerMessageDeflateTest.cpp', | 858 'websockets/WebSocketPerMessageDeflateTest.cpp', |
| 851 ], | 859 ], |
| 852 }, | 860 }, |
| 853 } | 861 } |
| OLD | NEW |