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

Unified Diff: Source/modules/modules.gypi

Issue 170993002: Updating Blink-side WebGamepad interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Minor cleanups 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 ea9609f7cbead5db50912c157bdcb378bf923e99..43b4938fe10a4785eb3c089b9f609f22a4ff2683 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -47,6 +47,7 @@
'filesystem/Metadata.idl',
'filesystem/MetadataCallback.idl',
'gamepad/Gamepad.idl',
+ 'gamepad/GamepadButton.idl',
'gamepad/GamepadList.idl',
'geolocation/Coordinates.idl',
'geolocation/Geolocation.idl',
@@ -340,6 +341,8 @@
'filesystem/WorkerGlobalScopeFileSystem.h',
'gamepad/Gamepad.cpp',
'gamepad/Gamepad.h',
+ 'gamepad/GamepadButton.cpp',
+ 'gamepad/GamepadButton.h',
'gamepad/GamepadList.cpp',
'gamepad/GamepadList.h',
'gamepad/NavigatorGamepad.cpp',

Powered by Google App Engine
This is Rietveld 408576698