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

Unified 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: 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 side-by-side diff with in-line comments
Download patch
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index b20542fa199403d93b6766f4c0325423543a05c5..1b5d97313a6dfe06b350adfbef30b00326197c34 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -47,7 +47,12 @@
'filesystem/Metadata.idl',
'filesystem/MetadataCallback.idl',
'gamepad/Gamepad.idl',
+ 'gamepad/GamepadBase.idl',
+ 'gamepad/GamepadButton.idl',
+ 'gamepad/GamepadEvent.idl',
'gamepad/GamepadList.idl',
+ 'gamepad/WebKitGamepad.idl',
+ 'gamepad/WebKitGamepadList.idl',
'geolocation/Coordinates.idl',
'geolocation/Geolocation.idl',
'geolocation/Geoposition.idl',
@@ -340,10 +345,20 @@
'filesystem/WorkerGlobalScopeFileSystem.h',
'gamepad/Gamepad.cpp',
'gamepad/Gamepad.h',
+ 'gamepad/GamepadBase.cpp',
+ 'gamepad/GamepadBase.h',
+ 'gamepad/GamepadButton.cpp',
+ 'gamepad/GamepadButton.h',
+ 'gamepad/GamepadEvent.cpp',
+ 'gamepad/GamepadEvent.h',
'gamepad/GamepadList.cpp',
'gamepad/GamepadList.h',
'gamepad/NavigatorGamepad.cpp',
'gamepad/NavigatorGamepad.h',
+ 'gamepad/WebKitGamepad.cpp',
+ 'gamepad/WebKitGamepad.h',
+ 'gamepad/WebKitGamepadList.cpp',
+ 'gamepad/WebKitGamepadList.h',
'geolocation/Coordinates.cpp',
'geolocation/Geolocation.cpp',
'geolocation/GeolocationController.cpp',
« Source/modules/gamepad/NavigatorGamepad.h ('K') | « Source/modules/gamepad/WebKitGamepadList.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698