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 163 matching lines...) Loading... |
174 'webmidi/MIDIPort.idl', | 174 'webmidi/MIDIPort.idl', |
175 'webmidi/MIDISuccessCallback.idl', | 175 'webmidi/MIDISuccessCallback.idl', |
176 'websockets/CloseEvent.idl', | 176 'websockets/CloseEvent.idl', |
177 'websockets/WebSocket.idl', | 177 'websockets/WebSocket.idl', |
178 ], | 178 ], |
179 # 'partial interface' or target (right side of) 'implements' | 179 # 'partial interface' or target (right side of) 'implements' |
180 'modules_dependency_idl_files': [ | 180 'modules_dependency_idl_files': [ |
181 'crypto/WindowCrypto.idl', | 181 'crypto/WindowCrypto.idl', |
182 'crypto/WorkerGlobalScopeCrypto.idl', | 182 'crypto/WorkerGlobalScopeCrypto.idl', |
183 'donottrack/NavigatorDoNotTrack.idl', | 183 'donottrack/NavigatorDoNotTrack.idl', |
| 184 'encryptedmedia/HTMLMediaElementEncryptedMedia.idl', |
184 'filesystem/DataTransferItemFileSystem.idl', | 185 'filesystem/DataTransferItemFileSystem.idl', |
185 'filesystem/HTMLInputElementFileSystem.idl', | 186 'filesystem/HTMLInputElementFileSystem.idl', |
186 'filesystem/InspectorFrontendHostFileSystem.idl', | 187 'filesystem/InspectorFrontendHostFileSystem.idl', |
187 'filesystem/WindowFileSystem.idl', | 188 'filesystem/WindowFileSystem.idl', |
188 'filesystem/WorkerGlobalScopeFileSystem.idl', | 189 'filesystem/WorkerGlobalScopeFileSystem.idl', |
189 'gamepad/NavigatorGamepad.idl', | 190 'gamepad/NavigatorGamepad.idl', |
190 'geolocation/NavigatorGeolocation.idl', | 191 'geolocation/NavigatorGeolocation.idl', |
191 'imagebitmap/ImageBitmapFactories.idl', | 192 'imagebitmap/ImageBitmapFactories.idl', |
192 'imagebitmap/WindowImageBitmapFactories.idl', | 193 'imagebitmap/WindowImageBitmapFactories.idl', |
193 'indexeddb/WindowIndexedDatabase.idl', | 194 'indexeddb/WindowIndexedDatabase.idl', |
(...skipping 66 matching lines...) Loading... |
260 'device_orientation/DeviceSensorEventController.cpp', | 261 'device_orientation/DeviceSensorEventController.cpp', |
261 'device_orientation/DeviceSensorEventController.h', | 262 'device_orientation/DeviceSensorEventController.h', |
262 'device_orientation/DeviceSensorEventDispatcher.cpp', | 263 'device_orientation/DeviceSensorEventDispatcher.cpp', |
263 'device_orientation/DeviceSensorEventDispatcher.h', | 264 'device_orientation/DeviceSensorEventDispatcher.h', |
264 'donottrack/NavigatorDoNotTrack.cpp', | 265 'donottrack/NavigatorDoNotTrack.cpp', |
265 'donottrack/NavigatorDoNotTrack.h', | 266 'donottrack/NavigatorDoNotTrack.h', |
266 'encoding/TextDecoder.cpp', | 267 'encoding/TextDecoder.cpp', |
267 'encoding/TextDecoder.h', | 268 'encoding/TextDecoder.h', |
268 'encoding/TextEncoder.cpp', | 269 'encoding/TextEncoder.cpp', |
269 'encoding/TextEncoder.h', | 270 'encoding/TextEncoder.h', |
| 271 'encryptedmedia/HTMLMediaElementEncryptedMedia.cpp', |
| 272 'encryptedmedia/HTMLMediaElementEncryptedMedia.h', |
270 'encryptedmedia/MediaKeyMessageEvent.cpp', | 273 'encryptedmedia/MediaKeyMessageEvent.cpp', |
271 'encryptedmedia/MediaKeyMessageEvent.h', | 274 'encryptedmedia/MediaKeyMessageEvent.h', |
272 'encryptedmedia/MediaKeyNeededEvent.cpp', | 275 'encryptedmedia/MediaKeyNeededEvent.cpp', |
273 'encryptedmedia/MediaKeyNeededEvent.h', | 276 'encryptedmedia/MediaKeyNeededEvent.h', |
274 'encryptedmedia/MediaKeys.cpp', | 277 'encryptedmedia/MediaKeys.cpp', |
275 'encryptedmedia/MediaKeys.h', | 278 'encryptedmedia/MediaKeys.h', |
276 'encryptedmedia/MediaKeySession.cpp', | 279 'encryptedmedia/MediaKeySession.cpp', |
277 'encryptedmedia/MediaKeySession.h', | 280 'encryptedmedia/MediaKeySession.h', |
278 'filesystem/DOMFilePath.cpp', | 281 'filesystem/DOMFilePath.cpp', |
279 'filesystem/DOMFilePath.h', | 282 'filesystem/DOMFilePath.h', |
(...skipping 565 matching lines...) Loading... |
845 'indexeddb/IDBKeyPathTest.cpp', | 848 'indexeddb/IDBKeyPathTest.cpp', |
846 'indexeddb/IDBRequestTest.cpp', | 849 'indexeddb/IDBRequestTest.cpp', |
847 'indexeddb/IDBTransactionTest.cpp', | 850 'indexeddb/IDBTransactionTest.cpp', |
848 'websockets/WebSocketDeflaterTest.cpp', | 851 'websockets/WebSocketDeflaterTest.cpp', |
849 'websockets/WebSocketExtensionDispatcherTest.cpp', | 852 'websockets/WebSocketExtensionDispatcherTest.cpp', |
850 'websockets/WebSocketExtensionParserTest.cpp', | 853 'websockets/WebSocketExtensionParserTest.cpp', |
851 'websockets/WebSocketPerMessageDeflateTest.cpp', | 854 'websockets/WebSocketPerMessageDeflateTest.cpp', |
852 ], | 855 ], |
853 }, | 856 }, |
854 } | 857 } |
OLD | NEW |