| Index: third_party/WebKit/Source/core/input/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/core/input/BUILD.gn b/third_party/WebKit/Source/core/input/BUILD.gn
|
| index e863999060a013b350e0db6925b3e76e2462c4a8..ec3bdcee20b04b9ff1adf80330eed9e7bc7f1a72 100644
|
| --- a/third_party/WebKit/Source/core/input/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/input/BUILD.gn
|
| @@ -6,14 +6,20 @@ import("//third_party/WebKit/Source/core/core.gni")
|
|
|
| blink_core_sources("input") {
|
| sources = [
|
| + "BoundaryEventDispatcher.cpp",
|
| + "BoundaryEventDispatcher.h",
|
| "EventHandler.cpp",
|
| "EventHandler.h",
|
| + "EventHandlingUtil.cpp",
|
| + "EventHandlingUtil.h",
|
| "GestureManager.cpp",
|
| "GestureManager.h",
|
| "InputDeviceCapabilities.cpp",
|
| "InputDeviceCapabilities.h",
|
| "KeyboardEventManager.cpp",
|
| "KeyboardEventManager.h",
|
| + "MouseEventManager.cpp",
|
| + "MouseEventManager.h",
|
| "PointerEventManager.cpp",
|
| "PointerEventManager.h",
|
| "ScrollManager.cpp",
|
|
|