| OLD | NEW |
| 1 { | 1 { |
| 2 'includes': [ | 2 'includes': [ |
| 3 '../core/core_generated.gypi', | 3 '../core/core_generated.gypi', |
| 4 'modules_generated.gypi', | 4 'modules_generated.gypi', |
| 5 ], | 5 ], |
| 6 'variables': { | 6 'variables': { |
| 7 # Experimental hooks for embedder to provide extra IDL and source files. | 7 # Experimental hooks for embedder to provide extra IDL and source files. |
| 8 # | 8 # |
| 9 # Note: this is not a supported API. If you rely on this, you will be broken | 9 # Note: this is not a supported API. If you rely on this, you will be broken |
| 10 # from time to time as the code generator changes in backward incompatible | 10 # from time to time as the code generator changes in backward incompatible |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 'filesystem/FileWriterCallback.idl', | 48 'filesystem/FileWriterCallback.idl', |
| 49 'filesystem/FileWriterSync.idl', | 49 'filesystem/FileWriterSync.idl', |
| 50 'filesystem/Metadata.idl', | 50 'filesystem/Metadata.idl', |
| 51 'filesystem/MetadataCallback.idl', | 51 'filesystem/MetadataCallback.idl', |
| 52 'gamepad/Gamepad.idl', | 52 'gamepad/Gamepad.idl', |
| 53 'gamepad/GamepadButton.idl', | 53 'gamepad/GamepadButton.idl', |
| 54 'gamepad/GamepadEvent.idl', | 54 'gamepad/GamepadEvent.idl', |
| 55 'gamepad/GamepadList.idl', | 55 'gamepad/GamepadList.idl', |
| 56 'gamepad/WebKitGamepad.idl', | 56 'gamepad/WebKitGamepad.idl', |
| 57 'gamepad/WebKitGamepadList.idl', | 57 'gamepad/WebKitGamepadList.idl', |
| 58 'geolocation/CircularRegion.idl', |
| 58 'geolocation/Coordinates.idl', | 59 'geolocation/Coordinates.idl', |
| 60 'geolocation/GeofencingRegion.idl', |
| 59 'geolocation/Geolocation.idl', | 61 'geolocation/Geolocation.idl', |
| 60 'geolocation/Geoposition.idl', | 62 'geolocation/Geoposition.idl', |
| 61 'geolocation/PositionCallback.idl', | 63 'geolocation/PositionCallback.idl', |
| 62 'geolocation/PositionError.idl', | 64 'geolocation/PositionError.idl', |
| 63 'geolocation/PositionErrorCallback.idl', | 65 'geolocation/PositionErrorCallback.idl', |
| 64 'indexeddb/IDBCursor.idl', | 66 'indexeddb/IDBCursor.idl', |
| 65 'indexeddb/IDBCursorWithValue.idl', | 67 'indexeddb/IDBCursorWithValue.idl', |
| 66 'indexeddb/IDBDatabase.idl', | 68 'indexeddb/IDBDatabase.idl', |
| 67 'indexeddb/IDBFactory.idl', | 69 'indexeddb/IDBFactory.idl', |
| 68 'indexeddb/IDBIndex.idl', | 70 'indexeddb/IDBIndex.idl', |
| (...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 428 'gamepad/GamepadEvent.cpp', | 430 'gamepad/GamepadEvent.cpp', |
| 429 'gamepad/GamepadEvent.h', | 431 'gamepad/GamepadEvent.h', |
| 430 'gamepad/GamepadList.cpp', | 432 'gamepad/GamepadList.cpp', |
| 431 'gamepad/GamepadList.h', | 433 'gamepad/GamepadList.h', |
| 432 'gamepad/NavigatorGamepad.cpp', | 434 'gamepad/NavigatorGamepad.cpp', |
| 433 'gamepad/NavigatorGamepad.h', | 435 'gamepad/NavigatorGamepad.h', |
| 434 'gamepad/WebKitGamepad.cpp', | 436 'gamepad/WebKitGamepad.cpp', |
| 435 'gamepad/WebKitGamepad.h', | 437 'gamepad/WebKitGamepad.h', |
| 436 'gamepad/WebKitGamepadList.cpp', | 438 'gamepad/WebKitGamepadList.cpp', |
| 437 'gamepad/WebKitGamepadList.h', | 439 'gamepad/WebKitGamepadList.h', |
| 440 'geolocation/CircularRegion.cpp', |
| 438 'geolocation/Coordinates.cpp', | 441 'geolocation/Coordinates.cpp', |
| 439 'geolocation/Geolocation.cpp', | 442 'geolocation/Geolocation.cpp', |
| 440 'geolocation/GeolocationController.cpp', | 443 'geolocation/GeolocationController.cpp', |
| 441 'geolocation/GeolocationInspectorAgent.cpp', | 444 'geolocation/GeolocationInspectorAgent.cpp', |
| 442 'geolocation/NavigatorGeolocation.cpp', | 445 'geolocation/NavigatorGeolocation.cpp', |
| 443 'geolocation/NavigatorGeolocation.h', | 446 'geolocation/NavigatorGeolocation.h', |
| 444 'geolocation/PositionOptions.cpp', | 447 'geolocation/PositionOptions.cpp', |
| 445 'geolocation/PositionOptions.h', | 448 'geolocation/PositionOptions.h', |
| 446 'imagebitmap/ImageBitmapFactories.cpp', | 449 'imagebitmap/ImageBitmapFactories.cpp', |
| 447 'imagebitmap/ImageBitmapFactories.h', | 450 'imagebitmap/ImageBitmapFactories.h', |
| (...skipping 521 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 969 'indexeddb/IDBRequestTest.cpp', | 972 'indexeddb/IDBRequestTest.cpp', |
| 970 'indexeddb/IDBTransactionTest.cpp', | 973 'indexeddb/IDBTransactionTest.cpp', |
| 971 'websockets/WebSocketDeflaterTest.cpp', | 974 'websockets/WebSocketDeflaterTest.cpp', |
| 972 'websockets/WebSocketExtensionDispatcherTest.cpp', | 975 'websockets/WebSocketExtensionDispatcherTest.cpp', |
| 973 'websockets/WebSocketExtensionParserTest.cpp', | 976 'websockets/WebSocketExtensionParserTest.cpp', |
| 974 'websockets/WebSocketPerMessageDeflateTest.cpp', | 977 'websockets/WebSocketPerMessageDeflateTest.cpp', |
| 975 'websockets/WebSocketTest.cpp', | 978 'websockets/WebSocketTest.cpp', |
| 976 ], | 979 ], |
| 977 }, | 980 }, |
| 978 } | 981 } |
| OLD | NEW |