| 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',
|
|
|