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

Unified Diff: Source/modules/modules.gypi

Issue 200783002: Gamepad API: add support for gamepadconnected and gamepaddisconnected events (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: layout fix: webexposed/global-constructors-listing 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/gamepad/NavigatorGamepad.cpp ('k') | Source/web/FrameLoaderClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index 81fa37885970a4c5e9b411ab66c3327d7b0cf4f7..8c820742211b32b2f7919daa1af5bb6dbdc70ffc 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -53,6 +53,7 @@
'filesystem/MetadataCallback.idl',
'gamepad/Gamepad.idl',
'gamepad/GamepadButton.idl',
+ 'gamepad/GamepadEvent.idl',
'gamepad/GamepadList.idl',
'gamepad/WebKitGamepad.idl',
'gamepad/WebKitGamepadList.idl',
@@ -367,6 +368,10 @@
'gamepad/GamepadButton.h',
'gamepad/GamepadCommon.cpp',
'gamepad/GamepadCommon.h',
+ 'gamepad/GamepadDispatcher.cpp',
+ 'gamepad/GamepadDispatcher.h',
+ 'gamepad/GamepadEvent.cpp',
+ 'gamepad/GamepadEvent.h',
'gamepad/GamepadList.cpp',
'gamepad/GamepadList.h',
'gamepad/NavigatorGamepad.cpp',
« no previous file with comments | « Source/modules/gamepad/NavigatorGamepad.cpp ('k') | Source/web/FrameLoaderClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698