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

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: Rebase. 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
« no previous file with comments | « tools/copyright_scanner/third_party_files_whitelist.txt ('k') | ui/events/blink/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/BUILD.gn
diff --git a/ui/events/BUILD.gn b/ui/events/BUILD.gn
index c0eef3f18be10cb7c8a8f39bcba94726a66c39b7..71b0c8e0cf7d8ed5ea9bb7648ef94e4c647d9cea 100644
--- a/ui/events/BUILD.gn
+++ b/ui/events/BUILD.gn
@@ -373,9 +373,14 @@ test("events_unittests") {
]
if (!is_ios) {
- sources += [ "gestures/blink/web_gesture_curve_impl_unittest.cc" ]
+ sources += [
+ "blink/input_handler_proxy_unittest.cc",
+ "blink/input_scroll_elasticity_controller_unittest.cc",
+ "gestures/blink/web_gesture_curve_impl_unittest.cc",
+ ]
deps += [
"//third_party/WebKit/public:blink_headers",
+ "//ui/events/blink",
"//ui/events/gestures/blink",
]
}
« no previous file with comments | « tools/copyright_scanner/third_party_files_whitelist.txt ('k') | ui/events/blink/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698