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

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

Issue 171423019: Revert 167539 "Updating Blink-side Gamepad API to match latest spec" (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: Created 6 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 | « trunk/Source/modules/gamepad/NavigatorGamepad.cpp ('k') | trunk/public/platform/WebGamepad.h » ('j') | 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 '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 29 matching lines...) Expand all
40 'filesystem/FileCallback.idl', 40 'filesystem/FileCallback.idl',
41 'filesystem/FileEntry.idl', 41 'filesystem/FileEntry.idl',
42 'filesystem/FileEntrySync.idl', 42 'filesystem/FileEntrySync.idl',
43 'filesystem/FileSystemCallback.idl', 43 'filesystem/FileSystemCallback.idl',
44 'filesystem/FileWriter.idl', 44 'filesystem/FileWriter.idl',
45 'filesystem/FileWriterCallback.idl', 45 'filesystem/FileWriterCallback.idl',
46 'filesystem/FileWriterSync.idl', 46 'filesystem/FileWriterSync.idl',
47 'filesystem/Metadata.idl', 47 'filesystem/Metadata.idl',
48 'filesystem/MetadataCallback.idl', 48 'filesystem/MetadataCallback.idl',
49 'gamepad/Gamepad.idl', 49 'gamepad/Gamepad.idl',
50 'gamepad/GamepadButton.idl',
51 'gamepad/GamepadList.idl', 50 'gamepad/GamepadList.idl',
52 'geolocation/Coordinates.idl', 51 'geolocation/Coordinates.idl',
53 'geolocation/Geolocation.idl', 52 'geolocation/Geolocation.idl',
54 'geolocation/Geoposition.idl', 53 'geolocation/Geoposition.idl',
55 'geolocation/PositionCallback.idl', 54 'geolocation/PositionCallback.idl',
56 'geolocation/PositionError.idl', 55 'geolocation/PositionError.idl',
57 'geolocation/PositionErrorCallback.idl', 56 'geolocation/PositionErrorCallback.idl',
58 'indexeddb/IDBCursor.idl', 57 'indexeddb/IDBCursor.idl',
59 'indexeddb/IDBCursorWithValue.idl', 58 'indexeddb/IDBCursorWithValue.idl',
60 'indexeddb/IDBDatabase.idl', 59 'indexeddb/IDBDatabase.idl',
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 'filesystem/InspectorFrontendHostFileSystem.h', 333 'filesystem/InspectorFrontendHostFileSystem.h',
335 'filesystem/LocalFileSystem.cpp', 334 'filesystem/LocalFileSystem.cpp',
336 'filesystem/LocalFileSystem.h', 335 'filesystem/LocalFileSystem.h',
337 'filesystem/Metadata.h', 336 'filesystem/Metadata.h',
338 'filesystem/MetadataCallback.h', 337 'filesystem/MetadataCallback.h',
339 'filesystem/SyncCallbackHelper.h', 338 'filesystem/SyncCallbackHelper.h',
340 'filesystem/WorkerGlobalScopeFileSystem.cpp', 339 'filesystem/WorkerGlobalScopeFileSystem.cpp',
341 'filesystem/WorkerGlobalScopeFileSystem.h', 340 'filesystem/WorkerGlobalScopeFileSystem.h',
342 'gamepad/Gamepad.cpp', 341 'gamepad/Gamepad.cpp',
343 'gamepad/Gamepad.h', 342 'gamepad/Gamepad.h',
344 'gamepad/GamepadButton.cpp',
345 'gamepad/GamepadButton.h',
346 'gamepad/GamepadList.cpp', 343 'gamepad/GamepadList.cpp',
347 'gamepad/GamepadList.h', 344 'gamepad/GamepadList.h',
348 'gamepad/NavigatorGamepad.cpp', 345 'gamepad/NavigatorGamepad.cpp',
349 'gamepad/NavigatorGamepad.h', 346 'gamepad/NavigatorGamepad.h',
350 'geolocation/Coordinates.cpp', 347 'geolocation/Coordinates.cpp',
351 'geolocation/Geolocation.cpp', 348 'geolocation/Geolocation.cpp',
352 'geolocation/GeolocationController.cpp', 349 'geolocation/GeolocationController.cpp',
353 'geolocation/GeolocationInspectorAgent.cpp', 350 'geolocation/GeolocationInspectorAgent.cpp',
354 'geolocation/Geoposition.cpp', 351 'geolocation/Geoposition.cpp',
355 'geolocation/NavigatorGeolocation.cpp', 352 'geolocation/NavigatorGeolocation.cpp',
(...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after
848 'indexeddb/IDBKeyPathTest.cpp', 845 'indexeddb/IDBKeyPathTest.cpp',
849 'indexeddb/IDBRequestTest.cpp', 846 'indexeddb/IDBRequestTest.cpp',
850 'indexeddb/IDBTransactionTest.cpp', 847 'indexeddb/IDBTransactionTest.cpp',
851 'websockets/WebSocketDeflaterTest.cpp', 848 'websockets/WebSocketDeflaterTest.cpp',
852 'websockets/WebSocketExtensionDispatcherTest.cpp', 849 'websockets/WebSocketExtensionDispatcherTest.cpp',
853 'websockets/WebSocketExtensionParserTest.cpp', 850 'websockets/WebSocketExtensionParserTest.cpp',
854 'websockets/WebSocketPerMessageDeflateTest.cpp', 851 'websockets/WebSocketPerMessageDeflateTest.cpp',
855 ], 852 ],
856 }, 853 },
857 } 854 }
OLDNEW
« no previous file with comments | « trunk/Source/modules/gamepad/NavigatorGamepad.cpp ('k') | trunk/public/platform/WebGamepad.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698