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

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

Issue 183313003: Added non-prefixed navigator.getGamepads() with updated API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 9 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/WebKitGamepadList.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 '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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 'filesystem/FileCallback.idl', 45 'filesystem/FileCallback.idl',
46 'filesystem/FileEntry.idl', 46 'filesystem/FileEntry.idl',
47 'filesystem/FileEntrySync.idl', 47 'filesystem/FileEntrySync.idl',
48 'filesystem/FileSystemCallback.idl', 48 'filesystem/FileSystemCallback.idl',
49 'filesystem/FileWriter.idl', 49 'filesystem/FileWriter.idl',
50 'filesystem/FileWriterCallback.idl', 50 'filesystem/FileWriterCallback.idl',
51 'filesystem/FileWriterSync.idl', 51 'filesystem/FileWriterSync.idl',
52 'filesystem/Metadata.idl', 52 'filesystem/Metadata.idl',
53 'filesystem/MetadataCallback.idl', 53 'filesystem/MetadataCallback.idl',
54 'gamepad/Gamepad.idl', 54 'gamepad/Gamepad.idl',
55 'gamepad/GamepadButton.idl',
55 'gamepad/GamepadList.idl', 56 'gamepad/GamepadList.idl',
57 'gamepad/WebKitGamepad.idl',
58 'gamepad/WebKitGamepadList.idl',
56 'geolocation/Coordinates.idl', 59 'geolocation/Coordinates.idl',
57 'geolocation/Geolocation.idl', 60 'geolocation/Geolocation.idl',
58 'geolocation/Geoposition.idl', 61 'geolocation/Geoposition.idl',
59 'geolocation/PositionCallback.idl', 62 'geolocation/PositionCallback.idl',
60 'geolocation/PositionError.idl', 63 'geolocation/PositionError.idl',
61 'geolocation/PositionErrorCallback.idl', 64 'geolocation/PositionErrorCallback.idl',
62 'indexeddb/IDBCursor.idl', 65 'indexeddb/IDBCursor.idl',
63 'indexeddb/IDBCursorWithValue.idl', 66 'indexeddb/IDBCursorWithValue.idl',
64 'indexeddb/IDBDatabase.idl', 67 'indexeddb/IDBDatabase.idl',
65 'indexeddb/IDBFactory.idl', 68 'indexeddb/IDBFactory.idl',
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 'filesystem/InspectorFrontendHostFileSystem.h', 360 'filesystem/InspectorFrontendHostFileSystem.h',
358 'filesystem/LocalFileSystem.cpp', 361 'filesystem/LocalFileSystem.cpp',
359 'filesystem/LocalFileSystem.h', 362 'filesystem/LocalFileSystem.h',
360 'filesystem/Metadata.h', 363 'filesystem/Metadata.h',
361 'filesystem/MetadataCallback.h', 364 'filesystem/MetadataCallback.h',
362 'filesystem/SyncCallbackHelper.h', 365 'filesystem/SyncCallbackHelper.h',
363 'filesystem/WorkerGlobalScopeFileSystem.cpp', 366 'filesystem/WorkerGlobalScopeFileSystem.cpp',
364 'filesystem/WorkerGlobalScopeFileSystem.h', 367 'filesystem/WorkerGlobalScopeFileSystem.h',
365 'gamepad/Gamepad.cpp', 368 'gamepad/Gamepad.cpp',
366 'gamepad/Gamepad.h', 369 'gamepad/Gamepad.h',
370 'gamepad/GamepadButton.cpp',
371 'gamepad/GamepadButton.h',
367 'gamepad/GamepadList.cpp', 372 'gamepad/GamepadList.cpp',
368 'gamepad/GamepadList.h', 373 'gamepad/GamepadList.h',
369 'gamepad/NavigatorGamepad.cpp', 374 'gamepad/NavigatorGamepad.cpp',
370 'gamepad/NavigatorGamepad.h', 375 'gamepad/NavigatorGamepad.h',
376 'gamepad/WebKitGamepad.cpp',
377 'gamepad/WebKitGamepad.h',
378 'gamepad/WebKitGamepadList.cpp',
379 'gamepad/WebKitGamepadList.h',
371 'geolocation/Coordinates.cpp', 380 'geolocation/Coordinates.cpp',
372 'geolocation/Geolocation.cpp', 381 'geolocation/Geolocation.cpp',
373 'geolocation/GeolocationController.cpp', 382 'geolocation/GeolocationController.cpp',
374 'geolocation/GeolocationInspectorAgent.cpp', 383 'geolocation/GeolocationInspectorAgent.cpp',
375 'geolocation/NavigatorGeolocation.cpp', 384 'geolocation/NavigatorGeolocation.cpp',
376 'geolocation/NavigatorGeolocation.h', 385 'geolocation/NavigatorGeolocation.h',
377 'imagebitmap/ImageBitmapFactories.cpp', 386 'imagebitmap/ImageBitmapFactories.cpp',
378 'imagebitmap/ImageBitmapFactories.h', 387 'imagebitmap/ImageBitmapFactories.h',
379 'indexeddb/DOMWindowIndexedDatabase.cpp', 388 'indexeddb/DOMWindowIndexedDatabase.cpp',
380 'indexeddb/DOMWindowIndexedDatabase.h', 389 'indexeddb/DOMWindowIndexedDatabase.h',
(...skipping 487 matching lines...) Expand 10 before | Expand all | Expand 10 after
868 'indexeddb/IDBKeyPathTest.cpp', 877 'indexeddb/IDBKeyPathTest.cpp',
869 'indexeddb/IDBRequestTest.cpp', 878 'indexeddb/IDBRequestTest.cpp',
870 'indexeddb/IDBTransactionTest.cpp', 879 'indexeddb/IDBTransactionTest.cpp',
871 'websockets/WebSocketDeflaterTest.cpp', 880 'websockets/WebSocketDeflaterTest.cpp',
872 'websockets/WebSocketExtensionDispatcherTest.cpp', 881 'websockets/WebSocketExtensionDispatcherTest.cpp',
873 'websockets/WebSocketExtensionParserTest.cpp', 882 'websockets/WebSocketExtensionParserTest.cpp',
874 'websockets/WebSocketPerMessageDeflateTest.cpp', 883 'websockets/WebSocketPerMessageDeflateTest.cpp',
875 ], 884 ],
876 }, 885 },
877 } 886 }
OLDNEW
« no previous file with comments | « Source/modules/gamepad/WebKitGamepadList.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698