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 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
219 'quota/WindowQuota.idl', | 219 'quota/WindowQuota.idl', |
220 'quota/WorkerNavigatorStorageQuota.idl', | 220 'quota/WorkerNavigatorStorageQuota.idl', |
221 'screen_orientation/ScreenOrientation.idl', | 221 'screen_orientation/ScreenOrientation.idl', |
222 'serviceworkers/NavigatorServiceWorker.idl', | 222 'serviceworkers/NavigatorServiceWorker.idl', |
223 'speech/WindowSpeechSynthesis.idl', | 223 'speech/WindowSpeechSynthesis.idl', |
224 'vibration/NavigatorVibration.idl', | 224 'vibration/NavigatorVibration.idl', |
225 'webdatabase/WindowWebDatabase.idl', | 225 'webdatabase/WindowWebDatabase.idl', |
226 'webdatabase/WorkerGlobalScopeWebDatabase.idl', | 226 'webdatabase/WorkerGlobalScopeWebDatabase.idl', |
227 'webmidi/NavigatorWebMIDI.idl', | 227 'webmidi/NavigatorWebMIDI.idl', |
228 ], | 228 ], |
| 229 # interfaces that inherit from Event |
| 230 'modules_event_idl_files': [ |
| 231 'device_orientation/DeviceMotionEvent.idl', |
| 232 'device_orientation/DeviceOrientationEvent.idl', |
| 233 'encryptedmedia/MediaKeyMessageEvent.idl', |
| 234 'encryptedmedia/MediaKeyNeededEvent.idl', |
| 235 'gamepad/GamepadEvent.idl', |
| 236 'indexeddb/IDBVersionChangeEvent.idl', |
| 237 'mediastream/MediaStreamEvent.idl', |
| 238 'mediastream/MediaStreamTrackEvent.idl', |
| 239 'mediastream/RTCDTMFToneChangeEvent.idl', |
| 240 'mediastream/RTCDataChannelEvent.idl', |
| 241 'mediastream/RTCIceCandidateEvent.idl', |
| 242 'serviceworkers/FetchEvent.idl', |
| 243 'serviceworkers/InstallEvent.idl', |
| 244 'serviceworkers/InstallPhaseEvent.idl', |
| 245 'speech/SpeechRecognitionError.idl', |
| 246 'speech/SpeechRecognitionEvent.idl', |
| 247 'speech/SpeechSynthesisEvent.idl', |
| 248 'webaudio/AudioProcessingEvent.idl', |
| 249 'webaudio/OfflineAudioCompletionEvent.idl', |
| 250 'webmidi/MIDIConnectionEvent.idl', |
| 251 'webmidi/MIDIMessageEvent.idl', |
| 252 'websockets/CloseEvent.idl', |
| 253 ], |
229 'modules_files': [ | 254 'modules_files': [ |
230 '<@(extra_blink_module_files)', | 255 '<@(extra_blink_module_files)', |
231 'battery/BatteryManager.cpp', | 256 'battery/BatteryManager.cpp', |
232 'battery/BatteryManager.h', | 257 'battery/BatteryManager.h', |
233 'battery/BatteryStatus.cpp', | 258 'battery/BatteryStatus.cpp', |
234 'battery/BatteryStatus.h', | 259 'battery/BatteryStatus.h', |
235 'battery/NavigatorBattery.cpp', | 260 'battery/NavigatorBattery.cpp', |
236 'battery/NavigatorBattery.h', | 261 'battery/NavigatorBattery.h', |
237 'crypto/Crypto.cpp', | 262 'crypto/Crypto.cpp', |
238 'crypto/Crypto.h', | 263 'crypto/Crypto.h', |
(...skipping 648 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
887 'indexeddb/IDBKeyPathTest.cpp', | 912 'indexeddb/IDBKeyPathTest.cpp', |
888 'indexeddb/IDBRequestTest.cpp', | 913 'indexeddb/IDBRequestTest.cpp', |
889 'indexeddb/IDBTransactionTest.cpp', | 914 'indexeddb/IDBTransactionTest.cpp', |
890 'websockets/WebSocketDeflaterTest.cpp', | 915 'websockets/WebSocketDeflaterTest.cpp', |
891 'websockets/WebSocketExtensionDispatcherTest.cpp', | 916 'websockets/WebSocketExtensionDispatcherTest.cpp', |
892 'websockets/WebSocketExtensionParserTest.cpp', | 917 'websockets/WebSocketExtensionParserTest.cpp', |
893 'websockets/WebSocketPerMessageDeflateTest.cpp', | 918 'websockets/WebSocketPerMessageDeflateTest.cpp', |
894 ], | 919 ], |
895 }, | 920 }, |
896 } | 921 } |
OLD | NEW |