Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(923)

Side by Side Diff: Source/modules/modules.gypi

Issue 808643005: Sync Navigator.getGamepads() with the spec Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « Source/modules/gamepad/NavigatorGamepad.idl ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « Source/modules/gamepad/NavigatorGamepad.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698