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

Unified Diff: Source/modules/modules.gypi

Issue 195993007: Factor out GamepadCommon base class from Gamepad and WebKitGamepad (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove excess header 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/WebKitGamepadList.cpp ('k') | no next file » | 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 e4801dee588d9f9cf22ada6b4d44098b0b280050..a407ec9d8298546229fc74fe3b54fcc91b434b0d 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -369,6 +369,8 @@
'gamepad/Gamepad.h',
'gamepad/GamepadButton.cpp',
'gamepad/GamepadButton.h',
+ 'gamepad/GamepadCommon.cpp',
+ 'gamepad/GamepadCommon.h',
'gamepad/GamepadList.cpp',
'gamepad/GamepadList.h',
'gamepad/NavigatorGamepad.cpp',
« no previous file with comments | « Source/modules/gamepad/WebKitGamepadList.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698