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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
57 'filesystem/FileEntrySync.idl', | 57 'filesystem/FileEntrySync.idl', |
58 'filesystem/FileSystemCallback.idl', | 58 'filesystem/FileSystemCallback.idl', |
59 'filesystem/FileWriter.idl', | 59 'filesystem/FileWriter.idl', |
60 'filesystem/FileWriterCallback.idl', | 60 'filesystem/FileWriterCallback.idl', |
61 'filesystem/FileWriterSync.idl', | 61 'filesystem/FileWriterSync.idl', |
62 'filesystem/Metadata.idl', | 62 'filesystem/Metadata.idl', |
63 'filesystem/MetadataCallback.idl', | 63 'filesystem/MetadataCallback.idl', |
64 'gamepad/Gamepad.idl', | 64 'gamepad/Gamepad.idl', |
65 'gamepad/GamepadButton.idl', | 65 'gamepad/GamepadButton.idl', |
66 'gamepad/GamepadEvent.idl', | 66 'gamepad/GamepadEvent.idl', |
67 'gamepad/GamepadList.idl', | |
68 'gamepad/WebKitGamepad.idl', | 67 'gamepad/WebKitGamepad.idl', |
69 'gamepad/WebKitGamepadList.idl', | 68 'gamepad/WebKitGamepadList.idl', |
70 'geofencing/CircularGeofencingRegion.idl', | 69 'geofencing/CircularGeofencingRegion.idl', |
71 'geofencing/Geofencing.idl', | 70 'geofencing/Geofencing.idl', |
72 'geofencing/GeofencingEvent.idl', | 71 'geofencing/GeofencingEvent.idl', |
73 'geofencing/GeofencingRegion.idl', | 72 'geofencing/GeofencingRegion.idl', |
74 'geolocation/Coordinates.idl', | 73 'geolocation/Coordinates.idl', |
75 'geolocation/Geolocation.idl', | 74 'geolocation/Geolocation.idl', |
76 'geolocation/Geoposition.idl', | 75 'geolocation/Geoposition.idl', |
77 'geolocation/PositionCallback.idl', | 76 'geolocation/PositionCallback.idl', |
(...skipping 1143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1221 'indexeddb/IDBKeyPathTest.cpp', | 1220 'indexeddb/IDBKeyPathTest.cpp', |
1222 'indexeddb/IDBRequestTest.cpp', | 1221 'indexeddb/IDBRequestTest.cpp', |
1223 'indexeddb/IDBTransactionTest.cpp', | 1222 'indexeddb/IDBTransactionTest.cpp', |
1224 'serviceworkers/CacheTest.cpp', | 1223 'serviceworkers/CacheTest.cpp', |
1225 'serviceworkers/ServiceWorkerContainerTest.cpp', | 1224 'serviceworkers/ServiceWorkerContainerTest.cpp', |
1226 'websockets/DOMWebSocketTest.cpp', | 1225 'websockets/DOMWebSocketTest.cpp', |
1227 'websockets/DocumentWebSocketChannelTest.cpp', | 1226 'websockets/DocumentWebSocketChannelTest.cpp', |
1228 ], | 1227 ], |
1229 }, | 1228 }, |
1230 } | 1229 } |
OLD | NEW |