| 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 351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 362 'filesystem/LocalFileSystem.h', | 362 'filesystem/LocalFileSystem.h', |
| 363 'filesystem/Metadata.h', | 363 'filesystem/Metadata.h', |
| 364 'filesystem/MetadataCallback.h', | 364 'filesystem/MetadataCallback.h', |
| 365 'filesystem/SyncCallbackHelper.h', | 365 'filesystem/SyncCallbackHelper.h', |
| 366 'filesystem/WorkerGlobalScopeFileSystem.cpp', | 366 'filesystem/WorkerGlobalScopeFileSystem.cpp', |
| 367 'filesystem/WorkerGlobalScopeFileSystem.h', | 367 'filesystem/WorkerGlobalScopeFileSystem.h', |
| 368 'gamepad/Gamepad.cpp', | 368 'gamepad/Gamepad.cpp', |
| 369 'gamepad/Gamepad.h', | 369 'gamepad/Gamepad.h', |
| 370 'gamepad/GamepadButton.cpp', | 370 'gamepad/GamepadButton.cpp', |
| 371 'gamepad/GamepadButton.h', | 371 'gamepad/GamepadButton.h', |
| 372 'gamepad/GamepadCommon.cpp', |
| 373 'gamepad/GamepadCommon.h', |
| 372 'gamepad/GamepadList.cpp', | 374 'gamepad/GamepadList.cpp', |
| 373 'gamepad/GamepadList.h', | 375 'gamepad/GamepadList.h', |
| 374 'gamepad/NavigatorGamepad.cpp', | 376 'gamepad/NavigatorGamepad.cpp', |
| 375 'gamepad/NavigatorGamepad.h', | 377 'gamepad/NavigatorGamepad.h', |
| 376 'gamepad/WebKitGamepad.cpp', | 378 'gamepad/WebKitGamepad.cpp', |
| 377 'gamepad/WebKitGamepad.h', | 379 'gamepad/WebKitGamepad.h', |
| 378 'gamepad/WebKitGamepadList.cpp', | 380 'gamepad/WebKitGamepadList.cpp', |
| 379 'gamepad/WebKitGamepadList.h', | 381 'gamepad/WebKitGamepadList.h', |
| 380 'geolocation/Coordinates.cpp', | 382 'geolocation/Coordinates.cpp', |
| 381 'geolocation/Geolocation.cpp', | 383 'geolocation/Geolocation.cpp', |
| (...skipping 495 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 877 'indexeddb/IDBKeyPathTest.cpp', | 879 'indexeddb/IDBKeyPathTest.cpp', |
| 878 'indexeddb/IDBRequestTest.cpp', | 880 'indexeddb/IDBRequestTest.cpp', |
| 879 'indexeddb/IDBTransactionTest.cpp', | 881 'indexeddb/IDBTransactionTest.cpp', |
| 880 'websockets/WebSocketDeflaterTest.cpp', | 882 'websockets/WebSocketDeflaterTest.cpp', |
| 881 'websockets/WebSocketExtensionDispatcherTest.cpp', | 883 'websockets/WebSocketExtensionDispatcherTest.cpp', |
| 882 'websockets/WebSocketExtensionParserTest.cpp', | 884 'websockets/WebSocketExtensionParserTest.cpp', |
| 883 'websockets/WebSocketPerMessageDeflateTest.cpp', | 885 'websockets/WebSocketPerMessageDeflateTest.cpp', |
| 884 ], | 886 ], |
| 885 }, | 887 }, |
| 886 } | 888 } |
| OLD | NEW |