| 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 'filesystem/FileCallback.idl', | 45 'filesystem/FileCallback.idl', |
| 46 'filesystem/FileEntry.idl', | 46 'filesystem/FileEntry.idl', |
| 47 'filesystem/FileEntrySync.idl', | 47 'filesystem/FileEntrySync.idl', |
| 48 'filesystem/FileSystemCallback.idl', | 48 'filesystem/FileSystemCallback.idl', |
| 49 'filesystem/FileWriter.idl', | 49 'filesystem/FileWriter.idl', |
| 50 'filesystem/FileWriterCallback.idl', | 50 'filesystem/FileWriterCallback.idl', |
| 51 'filesystem/FileWriterSync.idl', | 51 'filesystem/FileWriterSync.idl', |
| 52 'filesystem/Metadata.idl', | 52 'filesystem/Metadata.idl', |
| 53 'filesystem/MetadataCallback.idl', | 53 'filesystem/MetadataCallback.idl', |
| 54 'gamepad/Gamepad.idl', | 54 'gamepad/Gamepad.idl', |
| 55 'gamepad/GamepadButton.idl', |
| 55 'gamepad/GamepadList.idl', | 56 'gamepad/GamepadList.idl', |
| 57 'gamepad/WebKitGamepad.idl', |
| 58 'gamepad/WebKitGamepadList.idl', |
| 56 'geolocation/Coordinates.idl', | 59 'geolocation/Coordinates.idl', |
| 57 'geolocation/Geolocation.idl', | 60 'geolocation/Geolocation.idl', |
| 58 'geolocation/Geoposition.idl', | 61 'geolocation/Geoposition.idl', |
| 59 'geolocation/PositionCallback.idl', | 62 'geolocation/PositionCallback.idl', |
| 60 'geolocation/PositionError.idl', | 63 'geolocation/PositionError.idl', |
| 61 'geolocation/PositionErrorCallback.idl', | 64 'geolocation/PositionErrorCallback.idl', |
| 62 'indexeddb/IDBCursor.idl', | 65 'indexeddb/IDBCursor.idl', |
| 63 'indexeddb/IDBCursorWithValue.idl', | 66 'indexeddb/IDBCursorWithValue.idl', |
| 64 'indexeddb/IDBDatabase.idl', | 67 'indexeddb/IDBDatabase.idl', |
| 65 'indexeddb/IDBFactory.idl', | 68 'indexeddb/IDBFactory.idl', |
| (...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 359 'filesystem/InspectorFrontendHostFileSystem.h', | 362 'filesystem/InspectorFrontendHostFileSystem.h', |
| 360 'filesystem/LocalFileSystem.cpp', | 363 'filesystem/LocalFileSystem.cpp', |
| 361 'filesystem/LocalFileSystem.h', | 364 'filesystem/LocalFileSystem.h', |
| 362 'filesystem/Metadata.h', | 365 'filesystem/Metadata.h', |
| 363 'filesystem/MetadataCallback.h', | 366 'filesystem/MetadataCallback.h', |
| 364 'filesystem/SyncCallbackHelper.h', | 367 'filesystem/SyncCallbackHelper.h', |
| 365 'filesystem/WorkerGlobalScopeFileSystem.cpp', | 368 'filesystem/WorkerGlobalScopeFileSystem.cpp', |
| 366 'filesystem/WorkerGlobalScopeFileSystem.h', | 369 'filesystem/WorkerGlobalScopeFileSystem.h', |
| 367 'gamepad/Gamepad.cpp', | 370 'gamepad/Gamepad.cpp', |
| 368 'gamepad/Gamepad.h', | 371 'gamepad/Gamepad.h', |
| 372 'gamepad/GamepadButton.cpp', |
| 373 'gamepad/GamepadButton.h', |
| 369 'gamepad/GamepadList.cpp', | 374 'gamepad/GamepadList.cpp', |
| 370 'gamepad/GamepadList.h', | 375 'gamepad/GamepadList.h', |
| 371 'gamepad/NavigatorGamepad.cpp', | 376 'gamepad/NavigatorGamepad.cpp', |
| 372 'gamepad/NavigatorGamepad.h', | 377 'gamepad/NavigatorGamepad.h', |
| 378 'gamepad/WebKitGamepad.cpp', |
| 379 'gamepad/WebKitGamepad.h', |
| 380 'gamepad/WebKitGamepadList.cpp', |
| 381 'gamepad/WebKitGamepadList.h', |
| 373 'geolocation/Coordinates.cpp', | 382 'geolocation/Coordinates.cpp', |
| 374 'geolocation/Geolocation.cpp', | 383 'geolocation/Geolocation.cpp', |
| 375 'geolocation/GeolocationController.cpp', | 384 'geolocation/GeolocationController.cpp', |
| 376 'geolocation/GeolocationInspectorAgent.cpp', | 385 'geolocation/GeolocationInspectorAgent.cpp', |
| 377 'geolocation/NavigatorGeolocation.cpp', | 386 'geolocation/NavigatorGeolocation.cpp', |
| 378 'geolocation/NavigatorGeolocation.h', | 387 'geolocation/NavigatorGeolocation.h', |
| 379 'imagebitmap/ImageBitmapFactories.cpp', | 388 'imagebitmap/ImageBitmapFactories.cpp', |
| 380 'imagebitmap/ImageBitmapFactories.h', | 389 'imagebitmap/ImageBitmapFactories.h', |
| 381 'indexeddb/DOMWindowIndexedDatabase.cpp', | 390 'indexeddb/DOMWindowIndexedDatabase.cpp', |
| 382 'indexeddb/DOMWindowIndexedDatabase.h', | 391 'indexeddb/DOMWindowIndexedDatabase.h', |
| (...skipping 496 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 879 'indexeddb/IDBKeyPathTest.cpp', | 888 'indexeddb/IDBKeyPathTest.cpp', |
| 880 'indexeddb/IDBRequestTest.cpp', | 889 'indexeddb/IDBRequestTest.cpp', |
| 881 'indexeddb/IDBTransactionTest.cpp', | 890 'indexeddb/IDBTransactionTest.cpp', |
| 882 'websockets/WebSocketDeflaterTest.cpp', | 891 'websockets/WebSocketDeflaterTest.cpp', |
| 883 'websockets/WebSocketExtensionDispatcherTest.cpp', | 892 'websockets/WebSocketExtensionDispatcherTest.cpp', |
| 884 'websockets/WebSocketExtensionParserTest.cpp', | 893 'websockets/WebSocketExtensionParserTest.cpp', |
| 885 'websockets/WebSocketPerMessageDeflateTest.cpp', | 894 'websockets/WebSocketPerMessageDeflateTest.cpp', |
| 886 ], | 895 ], |
| 887 }, | 896 }, |
| 888 } | 897 } |
| OLD | NEW |