| 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 330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 341 'gamepad/Gamepad.cpp', | 341 'gamepad/Gamepad.cpp', |
| 342 'gamepad/Gamepad.h', | 342 'gamepad/Gamepad.h', |
| 343 'gamepad/GamepadList.cpp', | 343 'gamepad/GamepadList.cpp', |
| 344 'gamepad/GamepadList.h', | 344 'gamepad/GamepadList.h', |
| 345 'gamepad/NavigatorGamepad.cpp', | 345 'gamepad/NavigatorGamepad.cpp', |
| 346 'gamepad/NavigatorGamepad.h', | 346 'gamepad/NavigatorGamepad.h', |
| 347 'geolocation/Coordinates.cpp', | 347 'geolocation/Coordinates.cpp', |
| 348 'geolocation/Geolocation.cpp', | 348 'geolocation/Geolocation.cpp', |
| 349 'geolocation/GeolocationController.cpp', | 349 'geolocation/GeolocationController.cpp', |
| 350 'geolocation/GeolocationInspectorAgent.cpp', | 350 'geolocation/GeolocationInspectorAgent.cpp', |
| 351 'geolocation/Geoposition.cpp', | |
| 352 'geolocation/NavigatorGeolocation.cpp', | 351 'geolocation/NavigatorGeolocation.cpp', |
| 353 'geolocation/NavigatorGeolocation.h', | 352 'geolocation/NavigatorGeolocation.h', |
| 354 'geolocation/PositionError.cpp', | |
| 355 'geolocation/PositionOptions.cpp', | |
| 356 'imagebitmap/ImageBitmapFactories.cpp', | 353 'imagebitmap/ImageBitmapFactories.cpp', |
| 357 'imagebitmap/ImageBitmapFactories.h', | 354 'imagebitmap/ImageBitmapFactories.h', |
| 358 'indexeddb/DOMWindowIndexedDatabase.cpp', | 355 'indexeddb/DOMWindowIndexedDatabase.cpp', |
| 359 'indexeddb/DOMWindowIndexedDatabase.h', | 356 'indexeddb/DOMWindowIndexedDatabase.h', |
| 360 'indexeddb/IDBAny.cpp', | 357 'indexeddb/IDBAny.cpp', |
| 361 'indexeddb/IDBAny.h', | 358 'indexeddb/IDBAny.h', |
| 362 'indexeddb/IDBCursor.cpp', | 359 'indexeddb/IDBCursor.cpp', |
| 363 'indexeddb/IDBCursor.h', | 360 'indexeddb/IDBCursor.h', |
| 364 'indexeddb/IDBCursorWithValue.cpp', | 361 'indexeddb/IDBCursorWithValue.cpp', |
| 365 'indexeddb/IDBCursorWithValue.h', | 362 'indexeddb/IDBCursorWithValue.h', |
| (...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 845 'indexeddb/IDBKeyPathTest.cpp', | 842 'indexeddb/IDBKeyPathTest.cpp', |
| 846 'indexeddb/IDBRequestTest.cpp', | 843 'indexeddb/IDBRequestTest.cpp', |
| 847 'indexeddb/IDBTransactionTest.cpp', | 844 'indexeddb/IDBTransactionTest.cpp', |
| 848 'websockets/WebSocketDeflaterTest.cpp', | 845 'websockets/WebSocketDeflaterTest.cpp', |
| 849 'websockets/WebSocketExtensionDispatcherTest.cpp', | 846 'websockets/WebSocketExtensionDispatcherTest.cpp', |
| 850 'websockets/WebSocketExtensionParserTest.cpp', | 847 'websockets/WebSocketExtensionParserTest.cpp', |
| 851 'websockets/WebSocketPerMessageDeflateTest.cpp', | 848 'websockets/WebSocketPerMessageDeflateTest.cpp', |
| 852 ], | 849 ], |
| 853 }, | 850 }, |
| 854 } | 851 } |
| OLD | NEW |