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

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

Issue 195993007: Factor out GamepadCommon base class from Gamepad and WebKitGamepad (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove excess header 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.cpp ('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 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 'filesystem/LocalFileSystem.h', 362 'filesystem/LocalFileSystem.h',
363 'filesystem/Metadata.h', 363 'filesystem/Metadata.h',
364 'filesystem/MetadataCallback.h', 364 'filesystem/MetadataCallback.h',
365 'filesystem/SyncCallbackHelper.h', 365 'filesystem/SyncCallbackHelper.h',
366 'filesystem/WorkerGlobalScopeFileSystem.cpp', 366 'filesystem/WorkerGlobalScopeFileSystem.cpp',
367 'filesystem/WorkerGlobalScopeFileSystem.h', 367 'filesystem/WorkerGlobalScopeFileSystem.h',
368 'gamepad/Gamepad.cpp', 368 'gamepad/Gamepad.cpp',
369 'gamepad/Gamepad.h', 369 'gamepad/Gamepad.h',
370 'gamepad/GamepadButton.cpp', 370 'gamepad/GamepadButton.cpp',
371 'gamepad/GamepadButton.h', 371 'gamepad/GamepadButton.h',
372 'gamepad/GamepadCommon.cpp',
373 'gamepad/GamepadCommon.h',
372 'gamepad/GamepadList.cpp', 374 'gamepad/GamepadList.cpp',
373 'gamepad/GamepadList.h', 375 'gamepad/GamepadList.h',
374 'gamepad/NavigatorGamepad.cpp', 376 'gamepad/NavigatorGamepad.cpp',
375 'gamepad/NavigatorGamepad.h', 377 'gamepad/NavigatorGamepad.h',
376 'gamepad/WebKitGamepad.cpp', 378 'gamepad/WebKitGamepad.cpp',
377 'gamepad/WebKitGamepad.h', 379 'gamepad/WebKitGamepad.h',
378 'gamepad/WebKitGamepadList.cpp', 380 'gamepad/WebKitGamepadList.cpp',
379 'gamepad/WebKitGamepadList.h', 381 'gamepad/WebKitGamepadList.h',
380 'geolocation/Coordinates.cpp', 382 'geolocation/Coordinates.cpp',
381 'geolocation/Geolocation.cpp', 383 'geolocation/Geolocation.cpp',
(...skipping 495 matching lines...) Expand 10 before | Expand all | Expand 10 after
877 'indexeddb/IDBKeyPathTest.cpp', 879 'indexeddb/IDBKeyPathTest.cpp',
878 'indexeddb/IDBRequestTest.cpp', 880 'indexeddb/IDBRequestTest.cpp',
879 'indexeddb/IDBTransactionTest.cpp', 881 'indexeddb/IDBTransactionTest.cpp',
880 'websockets/WebSocketDeflaterTest.cpp', 882 'websockets/WebSocketDeflaterTest.cpp',
881 'websockets/WebSocketExtensionDispatcherTest.cpp', 883 'websockets/WebSocketExtensionDispatcherTest.cpp',
882 'websockets/WebSocketExtensionParserTest.cpp', 884 'websockets/WebSocketExtensionParserTest.cpp',
883 'websockets/WebSocketPerMessageDeflateTest.cpp', 885 'websockets/WebSocketPerMessageDeflateTest.cpp',
884 ], 886 ],
885 }, 887 },
886 } 888 }
OLDNEW
« no previous file with comments | « Source/modules/gamepad/WebKitGamepadList.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698