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

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

Issue 200783002: Gamepad API: add support for gamepadconnected and gamepaddisconnected events (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: layout fix: webexposed/global-constructors-listing 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
« no previous file with comments | « Source/modules/gamepad/NavigatorGamepad.cpp ('k') | Source/web/FrameLoaderClientImpl.cpp » ('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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/GamepadButton.idl',
56 'gamepad/GamepadEvent.idl',
56 'gamepad/GamepadList.idl', 57 'gamepad/GamepadList.idl',
57 'gamepad/WebKitGamepad.idl', 58 'gamepad/WebKitGamepad.idl',
58 'gamepad/WebKitGamepadList.idl', 59 'gamepad/WebKitGamepadList.idl',
59 'geolocation/Coordinates.idl', 60 'geolocation/Coordinates.idl',
60 'geolocation/Geolocation.idl', 61 'geolocation/Geolocation.idl',
61 'geolocation/Geoposition.idl', 62 'geolocation/Geoposition.idl',
62 'geolocation/PositionCallback.idl', 63 'geolocation/PositionCallback.idl',
63 'geolocation/PositionError.idl', 64 'geolocation/PositionError.idl',
64 'geolocation/PositionErrorCallback.idl', 65 'geolocation/PositionErrorCallback.idl',
65 'indexeddb/IDBCursor.idl', 66 'indexeddb/IDBCursor.idl',
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 'filesystem/MetadataCallback.h', 361 'filesystem/MetadataCallback.h',
361 'filesystem/SyncCallbackHelper.h', 362 'filesystem/SyncCallbackHelper.h',
362 'filesystem/WorkerGlobalScopeFileSystem.cpp', 363 'filesystem/WorkerGlobalScopeFileSystem.cpp',
363 'filesystem/WorkerGlobalScopeFileSystem.h', 364 'filesystem/WorkerGlobalScopeFileSystem.h',
364 'gamepad/Gamepad.cpp', 365 'gamepad/Gamepad.cpp',
365 'gamepad/Gamepad.h', 366 'gamepad/Gamepad.h',
366 'gamepad/GamepadButton.cpp', 367 'gamepad/GamepadButton.cpp',
367 'gamepad/GamepadButton.h', 368 'gamepad/GamepadButton.h',
368 'gamepad/GamepadCommon.cpp', 369 'gamepad/GamepadCommon.cpp',
369 'gamepad/GamepadCommon.h', 370 'gamepad/GamepadCommon.h',
371 'gamepad/GamepadDispatcher.cpp',
372 'gamepad/GamepadDispatcher.h',
373 'gamepad/GamepadEvent.cpp',
374 'gamepad/GamepadEvent.h',
370 'gamepad/GamepadList.cpp', 375 'gamepad/GamepadList.cpp',
371 'gamepad/GamepadList.h', 376 'gamepad/GamepadList.h',
372 'gamepad/NavigatorGamepad.cpp', 377 'gamepad/NavigatorGamepad.cpp',
373 'gamepad/NavigatorGamepad.h', 378 'gamepad/NavigatorGamepad.h',
374 'gamepad/WebKitGamepad.cpp', 379 'gamepad/WebKitGamepad.cpp',
375 'gamepad/WebKitGamepad.h', 380 'gamepad/WebKitGamepad.h',
376 'gamepad/WebKitGamepadList.cpp', 381 'gamepad/WebKitGamepadList.cpp',
377 'gamepad/WebKitGamepadList.h', 382 'gamepad/WebKitGamepadList.h',
378 'geolocation/Coordinates.cpp', 383 'geolocation/Coordinates.cpp',
379 'geolocation/Geolocation.cpp', 384 'geolocation/Geolocation.cpp',
(...skipping 495 matching lines...) Expand 10 before | Expand all | Expand 10 after
875 'indexeddb/IDBKeyPathTest.cpp', 880 'indexeddb/IDBKeyPathTest.cpp',
876 'indexeddb/IDBRequestTest.cpp', 881 'indexeddb/IDBRequestTest.cpp',
877 'indexeddb/IDBTransactionTest.cpp', 882 'indexeddb/IDBTransactionTest.cpp',
878 'websockets/WebSocketDeflaterTest.cpp', 883 'websockets/WebSocketDeflaterTest.cpp',
879 'websockets/WebSocketExtensionDispatcherTest.cpp', 884 'websockets/WebSocketExtensionDispatcherTest.cpp',
880 'websockets/WebSocketExtensionParserTest.cpp', 885 'websockets/WebSocketExtensionParserTest.cpp',
881 'websockets/WebSocketPerMessageDeflateTest.cpp', 886 'websockets/WebSocketPerMessageDeflateTest.cpp',
882 ], 887 ],
883 }, 888 },
884 } 889 }
OLDNEW
« no previous file with comments | « Source/modules/gamepad/NavigatorGamepad.cpp ('k') | Source/web/FrameLoaderClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698