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

Unified Diff: third_party/WebKit/Source/core/core.gypi

Issue 2255323004: Create MouseEventManager and EventHandlingUtil (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Applying comments Created 4 years, 3 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
Index: third_party/WebKit/Source/core/core.gypi
diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
index 25e1bc4ab9dd3b5172deac41968763de3b8fb90a..cb98d5ff1287f709089f21bec57762ed92979aa5 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -2900,14 +2900,20 @@
'events/WheelEvent.h',
'events/WindowEventContext.cpp',
'events/WindowEventContext.h',
+ 'input/BoundaryEventDispatcher.cpp',
+ 'input/BoundaryEventDispatcher.h',
'input/EventHandler.cpp',
'input/EventHandler.h',
+ 'input/EventHandlingUtil.cpp',
+ 'input/EventHandlingUtil.h',
'input/GestureManager.cpp',
'input/GestureManager.h',
'input/InputDeviceCapabilities.cpp',
'input/InputDeviceCapabilities.h',
'input/KeyboardEventManager.cpp',
'input/KeyboardEventManager.h',
+ 'input/MouseEventManager.cpp',
+ 'input/MouseEventManager.h',
'input/PointerEventManager.cpp',
'input/PointerEventManager.h',
'input/ScrollManager.cpp',

Powered by Google App Engine
This is Rietveld 408576698