| 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 'filesystem/FileCallback.idl', | 44 'filesystem/FileCallback.idl', |
| 45 'filesystem/FileEntry.idl', | 45 'filesystem/FileEntry.idl', |
| 46 'filesystem/FileEntrySync.idl', | 46 'filesystem/FileEntrySync.idl', |
| 47 'filesystem/FileSystemCallback.idl', | 47 'filesystem/FileSystemCallback.idl', |
| 48 'filesystem/FileWriter.idl', | 48 'filesystem/FileWriter.idl', |
| 49 'filesystem/FileWriterCallback.idl', | 49 'filesystem/FileWriterCallback.idl', |
| 50 'filesystem/FileWriterSync.idl', | 50 'filesystem/FileWriterSync.idl', |
| 51 'filesystem/Metadata.idl', | 51 'filesystem/Metadata.idl', |
| 52 'filesystem/MetadataCallback.idl', | 52 'filesystem/MetadataCallback.idl', |
| 53 'gamepad/Gamepad.idl', | 53 'gamepad/Gamepad.idl', |
| 54 'gamepad/GamepadBase.idl', |
| 55 'gamepad/GamepadButton.idl', |
| 54 'gamepad/GamepadList.idl', | 56 'gamepad/GamepadList.idl', |
| 57 'gamepad/WebKitGamepad.idl', |
| 58 'gamepad/WebKitGamepadList.idl', |
| 55 'geolocation/Coordinates.idl', | 59 'geolocation/Coordinates.idl', |
| 56 'geolocation/Geolocation.idl', | 60 'geolocation/Geolocation.idl', |
| 57 'geolocation/Geoposition.idl', | 61 'geolocation/Geoposition.idl', |
| 58 'geolocation/PositionCallback.idl', | 62 'geolocation/PositionCallback.idl', |
| 59 'geolocation/PositionError.idl', | 63 'geolocation/PositionError.idl', |
| 60 'geolocation/PositionErrorCallback.idl', | 64 'geolocation/PositionErrorCallback.idl', |
| 61 'indexeddb/IDBCursor.idl', | 65 'indexeddb/IDBCursor.idl', |
| 62 'indexeddb/IDBCursorWithValue.idl', | 66 'indexeddb/IDBCursorWithValue.idl', |
| 63 'indexeddb/IDBDatabase.idl', | 67 'indexeddb/IDBDatabase.idl', |
| 64 'indexeddb/IDBFactory.idl', | 68 'indexeddb/IDBFactory.idl', |
| (...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 348 'filesystem/InspectorFrontendHostFileSystem.h', | 352 'filesystem/InspectorFrontendHostFileSystem.h', |
| 349 'filesystem/LocalFileSystem.cpp', | 353 'filesystem/LocalFileSystem.cpp', |
| 350 'filesystem/LocalFileSystem.h', | 354 'filesystem/LocalFileSystem.h', |
| 351 'filesystem/Metadata.h', | 355 'filesystem/Metadata.h', |
| 352 'filesystem/MetadataCallback.h', | 356 'filesystem/MetadataCallback.h', |
| 353 'filesystem/SyncCallbackHelper.h', | 357 'filesystem/SyncCallbackHelper.h', |
| 354 'filesystem/WorkerGlobalScopeFileSystem.cpp', | 358 'filesystem/WorkerGlobalScopeFileSystem.cpp', |
| 355 'filesystem/WorkerGlobalScopeFileSystem.h', | 359 'filesystem/WorkerGlobalScopeFileSystem.h', |
| 356 'gamepad/Gamepad.cpp', | 360 'gamepad/Gamepad.cpp', |
| 357 'gamepad/Gamepad.h', | 361 'gamepad/Gamepad.h', |
| 362 'gamepad/GamepadBase.cpp', |
| 363 'gamepad/GamepadBase.h', |
| 364 'gamepad/GamepadButton.cpp', |
| 365 'gamepad/GamepadButton.h', |
| 358 'gamepad/GamepadList.cpp', | 366 'gamepad/GamepadList.cpp', |
| 359 'gamepad/GamepadList.h', | 367 'gamepad/GamepadList.h', |
| 360 'gamepad/NavigatorGamepad.cpp', | 368 'gamepad/NavigatorGamepad.cpp', |
| 361 'gamepad/NavigatorGamepad.h', | 369 'gamepad/NavigatorGamepad.h', |
| 370 'gamepad/WebKitGamepad.cpp', |
| 371 'gamepad/WebKitGamepad.h', |
| 372 'gamepad/WebKitGamepadList.cpp', |
| 373 'gamepad/WebKitGamepadList.h', |
| 362 'geolocation/Coordinates.cpp', | 374 'geolocation/Coordinates.cpp', |
| 363 'geolocation/Geolocation.cpp', | 375 'geolocation/Geolocation.cpp', |
| 364 'geolocation/GeolocationController.cpp', | 376 'geolocation/GeolocationController.cpp', |
| 365 'geolocation/GeolocationInspectorAgent.cpp', | 377 'geolocation/GeolocationInspectorAgent.cpp', |
| 366 'geolocation/NavigatorGeolocation.cpp', | 378 'geolocation/NavigatorGeolocation.cpp', |
| 367 'geolocation/NavigatorGeolocation.h', | 379 'geolocation/NavigatorGeolocation.h', |
| 368 'imagebitmap/ImageBitmapFactories.cpp', | 380 'imagebitmap/ImageBitmapFactories.cpp', |
| 369 'imagebitmap/ImageBitmapFactories.h', | 381 'imagebitmap/ImageBitmapFactories.h', |
| 370 'indexeddb/DOMWindowIndexedDatabase.cpp', | 382 'indexeddb/DOMWindowIndexedDatabase.cpp', |
| 371 'indexeddb/DOMWindowIndexedDatabase.h', | 383 'indexeddb/DOMWindowIndexedDatabase.h', |
| (...skipping 496 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 868 'indexeddb/IDBKeyPathTest.cpp', | 880 'indexeddb/IDBKeyPathTest.cpp', |
| 869 'indexeddb/IDBRequestTest.cpp', | 881 'indexeddb/IDBRequestTest.cpp', |
| 870 'indexeddb/IDBTransactionTest.cpp', | 882 'indexeddb/IDBTransactionTest.cpp', |
| 871 'websockets/WebSocketDeflaterTest.cpp', | 883 'websockets/WebSocketDeflaterTest.cpp', |
| 872 'websockets/WebSocketExtensionDispatcherTest.cpp', | 884 'websockets/WebSocketExtensionDispatcherTest.cpp', |
| 873 'websockets/WebSocketExtensionParserTest.cpp', | 885 'websockets/WebSocketExtensionParserTest.cpp', |
| 874 'websockets/WebSocketPerMessageDeflateTest.cpp', | 886 'websockets/WebSocketPerMessageDeflateTest.cpp', |
| 875 ], | 887 ], |
| 876 }, | 888 }, |
| 877 } | 889 } |
| OLD | NEW |