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

Unified Diff: ui/events/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/BUILD.gn
diff --git a/ui/events/BUILD.gn b/ui/events/BUILD.gn
index 80097cde04c7c49380322a751e1385a597e60f67..56c87fe5e8104be876c9149fbc57b32028065cce 100644
--- a/ui/events/BUILD.gn
+++ b/ui/events/BUILD.gn
@@ -333,6 +333,8 @@ group("events_unittests_run") {
test("events_unittests") {
sources = [
"android/scroller_unittest.cc",
+ "blink/input_handler_proxy_unittest.cc",
+ "blink/input_scroll_elasticity_controller_unittest.cc",
"cocoa/events_mac_unittest.mm",
"event_dispatcher_unittest.cc",
"event_processor_unittest.cc",
@@ -366,6 +368,7 @@ test("events_unittests") {
"//ipc:test_support",
"//skia",
"//testing/gtest",
+ "//ui/events/blink",
"//ui/events/devices",
"//ui/events/ipc:events_ipc",
"//ui/events/platform",

Powered by Google App Engine
This is Rietveld 408576698