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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
202 'gamepad/NavigatorGamepad.idl', | 202 'gamepad/NavigatorGamepad.idl', |
203 'geolocation/NavigatorGeolocation.idl', | 203 'geolocation/NavigatorGeolocation.idl', |
204 'imagebitmap/ImageBitmapFactories.idl', | 204 'imagebitmap/ImageBitmapFactories.idl', |
205 'imagebitmap/WindowImageBitmapFactories.idl', | 205 'imagebitmap/WindowImageBitmapFactories.idl', |
206 'indexeddb/WindowIndexedDatabase.idl', | 206 'indexeddb/WindowIndexedDatabase.idl', |
207 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl', | 207 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl', |
208 'mediasource/HTMLVideoElementMediaSource.idl', | 208 'mediasource/HTMLVideoElementMediaSource.idl', |
209 'mediasource/URLMediaSource.idl', | 209 'mediasource/URLMediaSource.idl', |
210 'mediastream/NavigatorMediaStream.idl', | 210 'mediastream/NavigatorMediaStream.idl', |
211 'mediastream/URLMediaStream.idl', | 211 'mediastream/URLMediaStream.idl', |
| 212 'mediastream/WindowMediaStream.idl', |
212 'navigatorcontentutils/NavigatorContentUtils.idl', | 213 'navigatorcontentutils/NavigatorContentUtils.idl', |
213 'performance/SharedWorkerPerformance.idl', | 214 'performance/SharedWorkerPerformance.idl', |
214 'performance/WorkerGlobalScopePerformance.idl', | 215 'performance/WorkerGlobalScopePerformance.idl', |
215 'push_messaging/NavigatorPushManager.idl', | 216 'push_messaging/NavigatorPushManager.idl', |
216 'quota/NavigatorStorageQuota.idl', | 217 'quota/NavigatorStorageQuota.idl', |
217 'quota/WindowQuota.idl', | 218 'quota/WindowQuota.idl', |
218 'quota/WorkerNavigatorStorageQuota.idl', | 219 'quota/WorkerNavigatorStorageQuota.idl', |
219 'screen_orientation/ScreenOrientation.idl', | 220 'screen_orientation/ScreenOrientation.idl', |
220 'serviceworkers/NavigatorServiceWorker.idl', | 221 'serviceworkers/NavigatorServiceWorker.idl', |
| 222 'speech/WindowSpeech.idl', |
221 'speech/WindowSpeechSynthesis.idl', | 223 'speech/WindowSpeechSynthesis.idl', |
222 'vibration/NavigatorVibration.idl', | 224 'vibration/NavigatorVibration.idl', |
| 225 'webaudio/WindowWebAudio.idl', |
223 'webdatabase/WindowWebDatabase.idl', | 226 'webdatabase/WindowWebDatabase.idl', |
224 'webdatabase/WorkerGlobalScopeWebDatabase.idl', | 227 'webdatabase/WorkerGlobalScopeWebDatabase.idl', |
225 'webmidi/NavigatorWebMIDI.idl', | 228 'webmidi/NavigatorWebMIDI.idl', |
226 ], | 229 ], |
227 # interfaces that inherit from Event | 230 # interfaces that inherit from Event |
228 'modules_event_idl_files': [ | 231 'modules_event_idl_files': [ |
229 'device_orientation/DeviceMotionEvent.idl', | 232 'device_orientation/DeviceMotionEvent.idl', |
230 'device_orientation/DeviceOrientationEvent.idl', | 233 'device_orientation/DeviceOrientationEvent.idl', |
231 'encryptedmedia/MediaKeyMessageEvent.idl', | 234 'encryptedmedia/MediaKeyMessageEvent.idl', |
232 'encryptedmedia/MediaKeyNeededEvent.idl', | 235 'encryptedmedia/MediaKeyNeededEvent.idl', |
(...skipping 679 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
912 'indexeddb/IDBKeyPathTest.cpp', | 915 'indexeddb/IDBKeyPathTest.cpp', |
913 'indexeddb/IDBRequestTest.cpp', | 916 'indexeddb/IDBRequestTest.cpp', |
914 'indexeddb/IDBTransactionTest.cpp', | 917 'indexeddb/IDBTransactionTest.cpp', |
915 'websockets/WebSocketDeflaterTest.cpp', | 918 'websockets/WebSocketDeflaterTest.cpp', |
916 'websockets/WebSocketExtensionDispatcherTest.cpp', | 919 'websockets/WebSocketExtensionDispatcherTest.cpp', |
917 'websockets/WebSocketExtensionParserTest.cpp', | 920 'websockets/WebSocketExtensionParserTest.cpp', |
918 'websockets/WebSocketPerMessageDeflateTest.cpp', | 921 'websockets/WebSocketPerMessageDeflateTest.cpp', |
919 ], | 922 ], |
920 }, | 923 }, |
921 } | 924 } |
OLD | NEW |