| 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',
|
|
|