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 29 matching lines...) Expand all Loading... |
40 'filesystem/FileCallback.idl', | 40 'filesystem/FileCallback.idl', |
41 'filesystem/FileEntry.idl', | 41 'filesystem/FileEntry.idl', |
42 'filesystem/FileEntrySync.idl', | 42 'filesystem/FileEntrySync.idl', |
43 'filesystem/FileSystemCallback.idl', | 43 'filesystem/FileSystemCallback.idl', |
44 'filesystem/FileWriter.idl', | 44 'filesystem/FileWriter.idl', |
45 'filesystem/FileWriterCallback.idl', | 45 'filesystem/FileWriterCallback.idl', |
46 'filesystem/FileWriterSync.idl', | 46 'filesystem/FileWriterSync.idl', |
47 'filesystem/Metadata.idl', | 47 'filesystem/Metadata.idl', |
48 'filesystem/MetadataCallback.idl', | 48 'filesystem/MetadataCallback.idl', |
49 'gamepad/Gamepad.idl', | 49 'gamepad/Gamepad.idl', |
| 50 'gamepad/GamepadButton.idl', |
50 'gamepad/GamepadList.idl', | 51 'gamepad/GamepadList.idl', |
51 'geolocation/Coordinates.idl', | 52 'geolocation/Coordinates.idl', |
52 'geolocation/Geolocation.idl', | 53 'geolocation/Geolocation.idl', |
53 'geolocation/Geoposition.idl', | 54 'geolocation/Geoposition.idl', |
54 'geolocation/PositionCallback.idl', | 55 'geolocation/PositionCallback.idl', |
55 'geolocation/PositionError.idl', | 56 'geolocation/PositionError.idl', |
56 'geolocation/PositionErrorCallback.idl', | 57 'geolocation/PositionErrorCallback.idl', |
57 'indexeddb/IDBCursor.idl', | 58 'indexeddb/IDBCursor.idl', |
58 'indexeddb/IDBCursorWithValue.idl', | 59 'indexeddb/IDBCursorWithValue.idl', |
59 'indexeddb/IDBDatabase.idl', | 60 'indexeddb/IDBDatabase.idl', |
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
333 'filesystem/InspectorFrontendHostFileSystem.h', | 334 'filesystem/InspectorFrontendHostFileSystem.h', |
334 'filesystem/LocalFileSystem.cpp', | 335 'filesystem/LocalFileSystem.cpp', |
335 'filesystem/LocalFileSystem.h', | 336 'filesystem/LocalFileSystem.h', |
336 'filesystem/Metadata.h', | 337 'filesystem/Metadata.h', |
337 'filesystem/MetadataCallback.h', | 338 'filesystem/MetadataCallback.h', |
338 'filesystem/SyncCallbackHelper.h', | 339 'filesystem/SyncCallbackHelper.h', |
339 'filesystem/WorkerGlobalScopeFileSystem.cpp', | 340 'filesystem/WorkerGlobalScopeFileSystem.cpp', |
340 'filesystem/WorkerGlobalScopeFileSystem.h', | 341 'filesystem/WorkerGlobalScopeFileSystem.h', |
341 'gamepad/Gamepad.cpp', | 342 'gamepad/Gamepad.cpp', |
342 'gamepad/Gamepad.h', | 343 'gamepad/Gamepad.h', |
| 344 'gamepad/GamepadButton.cpp', |
| 345 'gamepad/GamepadButton.h', |
343 'gamepad/GamepadList.cpp', | 346 'gamepad/GamepadList.cpp', |
344 'gamepad/GamepadList.h', | 347 'gamepad/GamepadList.h', |
345 'gamepad/NavigatorGamepad.cpp', | 348 'gamepad/NavigatorGamepad.cpp', |
346 'gamepad/NavigatorGamepad.h', | 349 'gamepad/NavigatorGamepad.h', |
347 'geolocation/Coordinates.cpp', | 350 'geolocation/Coordinates.cpp', |
348 'geolocation/Geolocation.cpp', | 351 'geolocation/Geolocation.cpp', |
349 'geolocation/GeolocationController.cpp', | 352 'geolocation/GeolocationController.cpp', |
350 'geolocation/GeolocationInspectorAgent.cpp', | 353 'geolocation/GeolocationInspectorAgent.cpp', |
351 'geolocation/Geoposition.cpp', | 354 'geolocation/Geoposition.cpp', |
352 'geolocation/NavigatorGeolocation.cpp', | 355 'geolocation/NavigatorGeolocation.cpp', |
(...skipping 490 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
843 'indexeddb/IDBKeyPathTest.cpp', | 846 'indexeddb/IDBKeyPathTest.cpp', |
844 'indexeddb/IDBRequestTest.cpp', | 847 'indexeddb/IDBRequestTest.cpp', |
845 'indexeddb/IDBTransactionTest.cpp', | 848 'indexeddb/IDBTransactionTest.cpp', |
846 'websockets/WebSocketDeflaterTest.cpp', | 849 'websockets/WebSocketDeflaterTest.cpp', |
847 'websockets/WebSocketExtensionDispatcherTest.cpp', | 850 'websockets/WebSocketExtensionDispatcherTest.cpp', |
848 'websockets/WebSocketExtensionParserTest.cpp', | 851 'websockets/WebSocketExtensionParserTest.cpp', |
849 'websockets/WebSocketPerMessageDeflateTest.cpp', | 852 'websockets/WebSocketPerMessageDeflateTest.cpp', |
850 ], | 853 ], |
851 }, | 854 }, |
852 } | 855 } |
OLD | NEW |