| 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 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 217 'quota/WindowQuota.idl', | 217 'quota/WindowQuota.idl', |
| 218 'quota/WorkerNavigatorStorageQuota.idl', | 218 'quota/WorkerNavigatorStorageQuota.idl', |
| 219 'screen_orientation/ScreenOrientation.idl', | 219 'screen_orientation/ScreenOrientation.idl', |
| 220 'serviceworkers/NavigatorServiceWorker.idl', | 220 'serviceworkers/NavigatorServiceWorker.idl', |
| 221 'speech/WindowSpeechSynthesis.idl', | 221 'speech/WindowSpeechSynthesis.idl', |
| 222 'vibration/NavigatorVibration.idl', | 222 'vibration/NavigatorVibration.idl', |
| 223 'webdatabase/WindowWebDatabase.idl', | 223 'webdatabase/WindowWebDatabase.idl', |
| 224 'webdatabase/WorkerGlobalScopeWebDatabase.idl', | 224 'webdatabase/WorkerGlobalScopeWebDatabase.idl', |
| 225 'webmidi/NavigatorWebMIDI.idl', | 225 'webmidi/NavigatorWebMIDI.idl', |
| 226 ], | 226 ], |
| 227 'modules_event_idl_files': [ |
| 228 'device_orientation/DeviceMotionEvent.idl', |
| 229 'device_orientation/DeviceOrientationEvent.idl', |
| 230 'encryptedmedia/MediaKeyMessageEvent.idl', |
| 231 'encryptedmedia/MediaKeyNeededEvent.idl', |
| 232 'gamepad/GamepadEvent.idl', |
| 233 'indexeddb/IDBVersionChangeEvent.idl', |
| 234 'mediastream/MediaStreamEvent.idl', |
| 235 'mediastream/MediaStreamTrackEvent.idl', |
| 236 'mediastream/RTCDTMFToneChangeEvent.idl', |
| 237 'mediastream/RTCDataChannelEvent.idl', |
| 238 'mediastream/RTCIceCandidateEvent.idl', |
| 239 'serviceworkers/FetchEvent.idl', |
| 240 'serviceworkers/InstallEvent.idl', |
| 241 'serviceworkers/InstallPhaseEvent.idl', |
| 242 'speech/SpeechRecognitionError.idl', |
| 243 'speech/SpeechRecognitionEvent.idl', |
| 244 'speech/SpeechSynthesisEvent.idl', |
| 245 'webaudio/AudioProcessingEvent.idl', |
| 246 'webaudio/OfflineAudioCompletionEvent.idl', |
| 247 'webmidi/MIDIConnectionEvent.idl', |
| 248 'webmidi/MIDIMessageEvent.idl', |
| 249 'websockets/CloseEvent.idl', |
| 250 ], |
| 227 'modules_files': [ | 251 'modules_files': [ |
| 228 '<@(extra_blink_module_files)', | 252 '<@(extra_blink_module_files)', |
| 229 'battery/BatteryManager.cpp', | 253 'battery/BatteryManager.cpp', |
| 230 'battery/BatteryManager.h', | 254 'battery/BatteryManager.h', |
| 231 'battery/BatteryStatus.cpp', | 255 'battery/BatteryStatus.cpp', |
| 232 'battery/BatteryStatus.h', | 256 'battery/BatteryStatus.h', |
| 233 'battery/NavigatorBattery.cpp', | 257 'battery/NavigatorBattery.cpp', |
| 234 'battery/NavigatorBattery.h', | 258 'battery/NavigatorBattery.h', |
| 235 'crypto/Crypto.cpp', | 259 'crypto/Crypto.cpp', |
| 236 'crypto/Crypto.h', | 260 'crypto/Crypto.h', |
| (...skipping 644 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 881 'indexeddb/IDBKeyPathTest.cpp', | 905 'indexeddb/IDBKeyPathTest.cpp', |
| 882 'indexeddb/IDBRequestTest.cpp', | 906 'indexeddb/IDBRequestTest.cpp', |
| 883 'indexeddb/IDBTransactionTest.cpp', | 907 'indexeddb/IDBTransactionTest.cpp', |
| 884 'websockets/WebSocketDeflaterTest.cpp', | 908 'websockets/WebSocketDeflaterTest.cpp', |
| 885 'websockets/WebSocketExtensionDispatcherTest.cpp', | 909 'websockets/WebSocketExtensionDispatcherTest.cpp', |
| 886 'websockets/WebSocketExtensionParserTest.cpp', | 910 'websockets/WebSocketExtensionParserTest.cpp', |
| 887 'websockets/WebSocketPerMessageDeflateTest.cpp', | 911 'websockets/WebSocketPerMessageDeflateTest.cpp', |
| 888 ], | 912 ], |
| 889 }, | 913 }, |
| 890 } | 914 } |
| OLD | NEW |