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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
58 'filesystem/FileEntrySync.idl', | 58 'filesystem/FileEntrySync.idl', |
59 'filesystem/FileSystemCallback.idl', | 59 'filesystem/FileSystemCallback.idl', |
60 'filesystem/FileWriter.idl', | 60 'filesystem/FileWriter.idl', |
61 'filesystem/FileWriterCallback.idl', | 61 'filesystem/FileWriterCallback.idl', |
62 'filesystem/FileWriterSync.idl', | 62 'filesystem/FileWriterSync.idl', |
63 'filesystem/Metadata.idl', | 63 'filesystem/Metadata.idl', |
64 'filesystem/MetadataCallback.idl', | 64 'filesystem/MetadataCallback.idl', |
65 'gamepad/Gamepad.idl', | 65 'gamepad/Gamepad.idl', |
66 'gamepad/GamepadButton.idl', | 66 'gamepad/GamepadButton.idl', |
67 'gamepad/GamepadEvent.idl', | 67 'gamepad/GamepadEvent.idl', |
68 'gamepad/GamepadList.idl', | |
69 'geofencing/CircularGeofencingRegion.idl', | 68 'geofencing/CircularGeofencingRegion.idl', |
70 'geofencing/Geofencing.idl', | 69 'geofencing/Geofencing.idl', |
71 'geofencing/GeofencingEvent.idl', | 70 'geofencing/GeofencingEvent.idl', |
72 'geofencing/GeofencingRegion.idl', | 71 'geofencing/GeofencingRegion.idl', |
73 'geolocation/Coordinates.idl', | 72 'geolocation/Coordinates.idl', |
74 'geolocation/Geolocation.idl', | 73 'geolocation/Geolocation.idl', |
75 'geolocation/Geoposition.idl', | 74 'geolocation/Geoposition.idl', |
76 'geolocation/PositionCallback.idl', | 75 'geolocation/PositionCallback.idl', |
77 'geolocation/PositionError.idl', | 76 'geolocation/PositionError.idl', |
78 'geolocation/PositionErrorCallback.idl', | 77 'geolocation/PositionErrorCallback.idl', |
(...skipping 1155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1234 'indexeddb/IDBKeyPathTest.cpp', | 1233 'indexeddb/IDBKeyPathTest.cpp', |
1235 'indexeddb/IDBRequestTest.cpp', | 1234 'indexeddb/IDBRequestTest.cpp', |
1236 'indexeddb/IDBTransactionTest.cpp', | 1235 'indexeddb/IDBTransactionTest.cpp', |
1237 'serviceworkers/CacheTest.cpp', | 1236 'serviceworkers/CacheTest.cpp', |
1238 'serviceworkers/ServiceWorkerContainerTest.cpp', | 1237 'serviceworkers/ServiceWorkerContainerTest.cpp', |
1239 'websockets/DOMWebSocketTest.cpp', | 1238 'websockets/DOMWebSocketTest.cpp', |
1240 'websockets/DocumentWebSocketChannelTest.cpp', | 1239 'websockets/DocumentWebSocketChannelTest.cpp', |
1241 ], | 1240 ], |
1242 }, | 1241 }, |
1243 } | 1242 } |
OLD | NEW |