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

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: Rebasing Created 4 years, 4 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 8f212a3e70d861d75785579b51e8b58de0aa395a..3adc27fa8e28cec068ab97bcf62b281ac0e729b0 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -2892,14 +2892,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