| 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 |
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 181 'webmidi/MIDIMessageEvent.idl', | 181 'webmidi/MIDIMessageEvent.idl', |
| 182 'webmidi/MIDIOutput.idl', | 182 'webmidi/MIDIOutput.idl', |
| 183 'webmidi/MIDIPort.idl', | 183 'webmidi/MIDIPort.idl', |
| 184 'webmidi/MIDISuccessCallback.idl', | 184 'webmidi/MIDISuccessCallback.idl', |
| 185 'websockets/CloseEvent.idl', | 185 'websockets/CloseEvent.idl', |
| 186 'websockets/WebSocket.idl', | 186 'websockets/WebSocket.idl', |
| 187 ], | 187 ], |
| 188 # 'partial interface' or target (right side of) 'implements' | 188 # 'partial interface' or target (right side of) 'implements' |
| 189 'modules_dependency_idl_files': [ | 189 'modules_dependency_idl_files': [ |
| 190 'battery/NavigatorBattery.idl', | 190 'battery/NavigatorBattery.idl', |
| 191 'beacon/NavigatorBeacon.idl', |
| 191 'crypto/WindowCrypto.idl', | 192 'crypto/WindowCrypto.idl', |
| 192 'crypto/WorkerGlobalScopeCrypto.idl', | 193 'crypto/WorkerGlobalScopeCrypto.idl', |
| 193 'device_orientation/WindowDeviceMotion.idl', | 194 'device_orientation/WindowDeviceMotion.idl', |
| 194 'device_orientation/WindowDeviceOrientation.idl', | 195 'device_orientation/WindowDeviceOrientation.idl', |
| 195 'donottrack/NavigatorDoNotTrack.idl', | 196 'donottrack/NavigatorDoNotTrack.idl', |
| 196 'encryptedmedia/HTMLMediaElementEncryptedMedia.idl', | 197 'encryptedmedia/HTMLMediaElementEncryptedMedia.idl', |
| 197 'filesystem/DataTransferItemFileSystem.idl', | 198 'filesystem/DataTransferItemFileSystem.idl', |
| 198 'filesystem/HTMLInputElementFileSystem.idl', | 199 'filesystem/HTMLInputElementFileSystem.idl', |
| 199 'filesystem/InspectorFrontendHostFileSystem.idl', | 200 'filesystem/InspectorFrontendHostFileSystem.idl', |
| 200 'filesystem/WindowFileSystem.idl', | 201 'filesystem/WindowFileSystem.idl', |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 255 'modules_files': [ | 256 'modules_files': [ |
| 256 '<@(extra_blink_module_files)', | 257 '<@(extra_blink_module_files)', |
| 257 'battery/BatteryDispatcher.cpp', | 258 'battery/BatteryDispatcher.cpp', |
| 258 'battery/BatteryDispatcher.h', | 259 'battery/BatteryDispatcher.h', |
| 259 'battery/BatteryManager.cpp', | 260 'battery/BatteryManager.cpp', |
| 260 'battery/BatteryManager.h', | 261 'battery/BatteryManager.h', |
| 261 'battery/BatteryStatus.cpp', | 262 'battery/BatteryStatus.cpp', |
| 262 'battery/BatteryStatus.h', | 263 'battery/BatteryStatus.h', |
| 263 'battery/NavigatorBattery.cpp', | 264 'battery/NavigatorBattery.cpp', |
| 264 'battery/NavigatorBattery.h', | 265 'battery/NavigatorBattery.h', |
| 266 'beacon/NavigatorBeacon.cpp', |
| 267 'beacon/NavigatorBeacon.h', |
| 265 'crypto/AesKeyAlgorithm.cpp', | 268 'crypto/AesKeyAlgorithm.cpp', |
| 266 'crypto/AesKeyAlgorithm.h', | 269 'crypto/AesKeyAlgorithm.h', |
| 267 'crypto/Crypto.cpp', | 270 'crypto/Crypto.cpp', |
| 268 'crypto/Crypto.h', | 271 'crypto/Crypto.h', |
| 269 'crypto/CryptoResultImpl.cpp', | 272 'crypto/CryptoResultImpl.cpp', |
| 270 'crypto/CryptoResultImpl.h', | 273 'crypto/CryptoResultImpl.h', |
| 271 'crypto/DOMWindowCrypto.cpp', | 274 'crypto/DOMWindowCrypto.cpp', |
| 272 'crypto/DOMWindowCrypto.h', | 275 'crypto/DOMWindowCrypto.h', |
| 273 'crypto/HmacKeyAlgorithm.cpp', | 276 'crypto/HmacKeyAlgorithm.cpp', |
| 274 'crypto/HmacKeyAlgorithm.h', | 277 'crypto/HmacKeyAlgorithm.h', |
| (...skipping 640 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 915 'indexeddb/IDBKeyPathTest.cpp', | 918 'indexeddb/IDBKeyPathTest.cpp', |
| 916 'indexeddb/IDBRequestTest.cpp', | 919 'indexeddb/IDBRequestTest.cpp', |
| 917 'indexeddb/IDBTransactionTest.cpp', | 920 'indexeddb/IDBTransactionTest.cpp', |
| 918 'websockets/WebSocketDeflaterTest.cpp', | 921 'websockets/WebSocketDeflaterTest.cpp', |
| 919 'websockets/WebSocketExtensionDispatcherTest.cpp', | 922 'websockets/WebSocketExtensionDispatcherTest.cpp', |
| 920 'websockets/WebSocketExtensionParserTest.cpp', | 923 'websockets/WebSocketExtensionParserTest.cpp', |
| 921 'websockets/WebSocketPerMessageDeflateTest.cpp', | 924 'websockets/WebSocketPerMessageDeflateTest.cpp', |
| 922 ], | 925 ], |
| 923 }, | 926 }, |
| 924 } | 927 } |
| OLD | NEW |