| 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 439 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 450 'gamepad/WebKitGamepad.cpp', | 450 'gamepad/WebKitGamepad.cpp', |
| 451 'gamepad/WebKitGamepad.h', | 451 'gamepad/WebKitGamepad.h', |
| 452 'gamepad/WebKitGamepadList.cpp', | 452 'gamepad/WebKitGamepadList.cpp', |
| 453 'gamepad/WebKitGamepadList.h', | 453 'gamepad/WebKitGamepadList.h', |
| 454 'geolocation/Coordinates.cpp', | 454 'geolocation/Coordinates.cpp', |
| 455 'geolocation/Geolocation.cpp', | 455 'geolocation/Geolocation.cpp', |
| 456 'geolocation/GeolocationController.cpp', | 456 'geolocation/GeolocationController.cpp', |
| 457 'geolocation/GeolocationInspectorAgent.cpp', | 457 'geolocation/GeolocationInspectorAgent.cpp', |
| 458 'geolocation/NavigatorGeolocation.cpp', | 458 'geolocation/NavigatorGeolocation.cpp', |
| 459 'geolocation/NavigatorGeolocation.h', | 459 'geolocation/NavigatorGeolocation.h', |
| 460 'geolocation/PositionOptions.cpp', |
| 461 'geolocation/PositionOptions.h', |
| 460 'imagebitmap/ImageBitmapFactories.cpp', | 462 'imagebitmap/ImageBitmapFactories.cpp', |
| 461 'imagebitmap/ImageBitmapFactories.h', | 463 'imagebitmap/ImageBitmapFactories.h', |
| 462 'indexeddb/DOMWindowIndexedDatabase.cpp', | 464 'indexeddb/DOMWindowIndexedDatabase.cpp', |
| 463 'indexeddb/DOMWindowIndexedDatabase.h', | 465 'indexeddb/DOMWindowIndexedDatabase.h', |
| 464 'indexeddb/IDBAny.cpp', | 466 'indexeddb/IDBAny.cpp', |
| 465 'indexeddb/IDBAny.h', | 467 'indexeddb/IDBAny.h', |
| 466 'indexeddb/IDBCursor.cpp', | 468 'indexeddb/IDBCursor.cpp', |
| 467 'indexeddb/IDBCursor.h', | 469 'indexeddb/IDBCursor.h', |
| 468 'indexeddb/IDBCursorWithValue.cpp', | 470 'indexeddb/IDBCursorWithValue.cpp', |
| 469 'indexeddb/IDBCursorWithValue.h', | 471 'indexeddb/IDBCursorWithValue.h', |
| (...skipping 506 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 976 'indexeddb/IDBRequestTest.cpp', | 978 'indexeddb/IDBRequestTest.cpp', |
| 977 'indexeddb/IDBTransactionTest.cpp', | 979 'indexeddb/IDBTransactionTest.cpp', |
| 978 'websockets/WebSocketDeflaterTest.cpp', | 980 'websockets/WebSocketDeflaterTest.cpp', |
| 979 'websockets/WebSocketExtensionDispatcherTest.cpp', | 981 'websockets/WebSocketExtensionDispatcherTest.cpp', |
| 980 'websockets/WebSocketExtensionParserTest.cpp', | 982 'websockets/WebSocketExtensionParserTest.cpp', |
| 981 'websockets/WebSocketPerMessageDeflateTest.cpp', | 983 'websockets/WebSocketPerMessageDeflateTest.cpp', |
| 982 'websockets/WebSocketTest.cpp', | 984 'websockets/WebSocketTest.cpp', |
| 983 ], | 985 ], |
| 984 }, | 986 }, |
| 985 } | 987 } |
| OLD | NEW |