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

Unified Diff: third_party/WebKit/Source/core/input/BUILD.gn

Issue 2255323004: Create MouseEventManager and EventHandlingUtil (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing Created 4 years, 3 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/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",

Powered by Google App Engine
This is Rietveld 408576698