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

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

Issue 806993002: Removed deprecated navigator.webkitGetGamepads. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Missed one layout test expectations update Created 6 years 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/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 '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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 'filesystem/FileSystemCallback.idl', 54 'filesystem/FileSystemCallback.idl',
55 'filesystem/FileWriter.idl', 55 'filesystem/FileWriter.idl',
56 'filesystem/FileWriterCallback.idl', 56 'filesystem/FileWriterCallback.idl',
57 'filesystem/FileWriterSync.idl', 57 'filesystem/FileWriterSync.idl',
58 'filesystem/Metadata.idl', 58 'filesystem/Metadata.idl',
59 'filesystem/MetadataCallback.idl', 59 'filesystem/MetadataCallback.idl',
60 'gamepad/Gamepad.idl', 60 'gamepad/Gamepad.idl',
61 'gamepad/GamepadButton.idl', 61 'gamepad/GamepadButton.idl',
62 'gamepad/GamepadEvent.idl', 62 'gamepad/GamepadEvent.idl',
63 'gamepad/GamepadList.idl', 63 'gamepad/GamepadList.idl',
64 'gamepad/WebKitGamepad.idl',
65 'gamepad/WebKitGamepadList.idl',
66 'geofencing/CircularGeofencingRegion.idl', 64 'geofencing/CircularGeofencingRegion.idl',
67 'geofencing/Geofencing.idl', 65 'geofencing/Geofencing.idl',
68 'geofencing/GeofencingEvent.idl', 66 'geofencing/GeofencingEvent.idl',
69 'geofencing/GeofencingRegion.idl', 67 'geofencing/GeofencingRegion.idl',
70 'geolocation/Coordinates.idl', 68 'geolocation/Coordinates.idl',
71 'geolocation/Geolocation.idl', 69 'geolocation/Geolocation.idl',
72 'geolocation/Geoposition.idl', 70 'geolocation/Geoposition.idl',
73 'geolocation/PositionCallback.idl', 71 'geolocation/PositionCallback.idl',
74 'geolocation/PositionError.idl', 72 'geolocation/PositionError.idl',
75 'geolocation/PositionErrorCallback.idl', 73 'geolocation/PositionErrorCallback.idl',
(...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after
622 'filesystem/LocalFileSystem.h', 620 'filesystem/LocalFileSystem.h',
623 'filesystem/Metadata.h', 621 'filesystem/Metadata.h',
624 'filesystem/MetadataCallback.h', 622 'filesystem/MetadataCallback.h',
625 'filesystem/SyncCallbackHelper.h', 623 'filesystem/SyncCallbackHelper.h',
626 'filesystem/WorkerGlobalScopeFileSystem.cpp', 624 'filesystem/WorkerGlobalScopeFileSystem.cpp',
627 'filesystem/WorkerGlobalScopeFileSystem.h', 625 'filesystem/WorkerGlobalScopeFileSystem.h',
628 'gamepad/Gamepad.cpp', 626 'gamepad/Gamepad.cpp',
629 'gamepad/Gamepad.h', 627 'gamepad/Gamepad.h',
630 'gamepad/GamepadButton.cpp', 628 'gamepad/GamepadButton.cpp',
631 'gamepad/GamepadButton.h', 629 'gamepad/GamepadButton.h',
632 'gamepad/GamepadCommon.cpp',
633 'gamepad/GamepadCommon.h',
634 'gamepad/GamepadDispatcher.cpp', 630 'gamepad/GamepadDispatcher.cpp',
635 'gamepad/GamepadDispatcher.h', 631 'gamepad/GamepadDispatcher.h',
636 'gamepad/GamepadEvent.cpp', 632 'gamepad/GamepadEvent.cpp',
637 'gamepad/GamepadEvent.h', 633 'gamepad/GamepadEvent.h',
638 'gamepad/GamepadList.cpp', 634 'gamepad/GamepadList.cpp',
639 'gamepad/GamepadList.h', 635 'gamepad/GamepadList.h',
640 'gamepad/NavigatorGamepad.cpp', 636 'gamepad/NavigatorGamepad.cpp',
641 'gamepad/NavigatorGamepad.h', 637 'gamepad/NavigatorGamepad.h',
642 'gamepad/WebKitGamepad.cpp',
643 'gamepad/WebKitGamepad.h',
644 'gamepad/WebKitGamepadList.cpp',
645 'gamepad/WebKitGamepadList.h',
646 'geofencing/CircularGeofencingRegion.cpp', 638 'geofencing/CircularGeofencingRegion.cpp',
647 'geofencing/CircularGeofencingRegion.h', 639 'geofencing/CircularGeofencingRegion.h',
648 'geofencing/Geofencing.cpp', 640 'geofencing/Geofencing.cpp',
649 'geofencing/Geofencing.h', 641 'geofencing/Geofencing.h',
650 'geofencing/GeofencingError.cpp', 642 'geofencing/GeofencingError.cpp',
651 'geofencing/GeofencingError.h', 643 'geofencing/GeofencingError.h',
652 'geofencing/GeofencingEvent.cpp', 644 'geofencing/GeofencingEvent.cpp',
653 'geofencing/GeofencingEvent.h', 645 'geofencing/GeofencingEvent.h',
654 'geofencing/GeofencingRegion.h', 646 'geofencing/GeofencingRegion.h',
655 'geofencing/ServiceWorkerGlobalScopeGeofencing.h', 647 'geofencing/ServiceWorkerGlobalScopeGeofencing.h',
(...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after
1205 'serviceworkers/CacheTest.cpp', 1197 'serviceworkers/CacheTest.cpp',
1206 'serviceworkers/FetchResponseDataTest.cpp', 1198 'serviceworkers/FetchResponseDataTest.cpp',
1207 'serviceworkers/RequestTest.cpp', 1199 'serviceworkers/RequestTest.cpp',
1208 'serviceworkers/ResponseTest.cpp', 1200 'serviceworkers/ResponseTest.cpp',
1209 'serviceworkers/ServiceWorkerContainerTest.cpp', 1201 'serviceworkers/ServiceWorkerContainerTest.cpp',
1210 'websockets/DOMWebSocketTest.cpp', 1202 'websockets/DOMWebSocketTest.cpp',
1211 'websockets/DocumentWebSocketChannelTest.cpp', 1203 'websockets/DocumentWebSocketChannelTest.cpp',
1212 ], 1204 ],
1213 }, 1205 },
1214 } 1206 }
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