| 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 9a0b60139b785ec97ba9477c1e0951ad829b4b7a..0d0d983785db967dc66e8a743648b972081fd699 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -2875,12 +2875,16 @@
|
| 'events/WindowEventContext.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',
|
|
|