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

Unified Diff: third_party/WebKit/Source/core/input/BUILD.gn

Issue 2936023002: MouseWheelEventManager is added to handle wheel events. (Closed)
Patch Set: review comments addressed. Created 3 years, 6 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 | « no previous file | third_party/WebKit/Source/core/input/EventHandler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/input/BUILD.gn
diff --git a/third_party/WebKit/Source/core/input/BUILD.gn b/third_party/WebKit/Source/core/input/BUILD.gn
index a81f61e4129d02465dac481a19ee0e05d220e6b0..2526d53b1575877c2f5f8bbce4c3c4be3ff49287 100644
--- a/third_party/WebKit/Source/core/input/BUILD.gn
+++ b/third_party/WebKit/Source/core/input/BUILD.gn
@@ -22,6 +22,8 @@ blink_core_sources("input") {
"KeyboardEventManager.h",
"MouseEventManager.cpp",
"MouseEventManager.h",
+ "MouseWheelEventManager.cpp",
+ "MouseWheelEventManager.h",
"PointerEventManager.cpp",
"PointerEventManager.h",
"ScrollManager.cpp",
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/input/EventHandler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698