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

Unified Diff: ui/events/blink/BUILD.gn

Issue 1415953004: Move content/renderer input handling for web input events to ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move code to ui Created 5 years, 1 month 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: ui/events/blink/BUILD.gn
diff --git a/ui/events/blink/BUILD.gn b/ui/events/blink/BUILD.gn
index 1fa7fef7b2de28d5183d9fc1ca320b3d5e14572c..acc1f80ff62070bbfb2816b9edbfae8e95c34f7c 100644
--- a/ui/events/blink/BUILD.gn
+++ b/ui/events/blink/BUILD.gn
@@ -6,9 +6,16 @@ source_set("blink") {
sources = [
"blink_event_util.cc",
"blink_event_util.h",
+ "input_handler_proxy.cc",
+ "input_handler_proxy.h",
+ "input_handler_proxy_client.h",
+ "input_scroll_elasticity_controller.cc",
+ "input_scroll_elasticity_controller.h",
+ "synchronous_input_handler_proxy.h",
]
deps = [
+ "//cc:cc",
"//third_party/WebKit/public:blink_headers",
"//ui/events",
"//ui/events:gesture_detection",
« no previous file with comments | « ui/events/BUILD.gn ('k') | ui/events/blink/DEPS » ('j') | ui/events/blink/input_handler_proxy.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698