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

Unified Diff: Source/modules/modules.gypi

Issue 806993002: Removed deprecated navigator.webkitGetGamepads. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Missed one layout test expectations update Created 6 years 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.idl ('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 676f0223cceff58dd19ce0382e3d523f86ba5a31..5665d8a9ff8aa2b29aad1b4d7e5887e3de714aad 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -61,8 +61,6 @@
'gamepad/GamepadButton.idl',
'gamepad/GamepadEvent.idl',
'gamepad/GamepadList.idl',
- 'gamepad/WebKitGamepad.idl',
- 'gamepad/WebKitGamepadList.idl',
'geofencing/CircularGeofencingRegion.idl',
'geofencing/Geofencing.idl',
'geofencing/GeofencingEvent.idl',
@@ -629,8 +627,6 @@
'gamepad/Gamepad.h',
'gamepad/GamepadButton.cpp',
'gamepad/GamepadButton.h',
- 'gamepad/GamepadCommon.cpp',
- 'gamepad/GamepadCommon.h',
'gamepad/GamepadDispatcher.cpp',
'gamepad/GamepadDispatcher.h',
'gamepad/GamepadEvent.cpp',
@@ -639,10 +635,6 @@
'gamepad/GamepadList.h',
'gamepad/NavigatorGamepad.cpp',
'gamepad/NavigatorGamepad.h',
- 'gamepad/WebKitGamepad.cpp',
- 'gamepad/WebKitGamepad.h',
- 'gamepad/WebKitGamepadList.cpp',
- 'gamepad/WebKitGamepadList.h',
'geofencing/CircularGeofencingRegion.cpp',
'geofencing/CircularGeofencingRegion.h',
'geofencing/Geofencing.cpp',
« no previous file with comments | « Source/modules/gamepad/WebKitGamepadList.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698