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