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

Unified Diff: ui/compositor/BUILD.gn

Issue 2189583004: [not for review - epic CL] Adding Elastic+Momentum+Layered scrolling to views::ScrollView Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 2 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
« no previous file with comments | « ui/base/resource/resource_bundle.cc ('k') | ui/compositor/compositor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/BUILD.gn
diff --git a/ui/compositor/BUILD.gn b/ui/compositor/BUILD.gn
index 44a231330b2a3e2e4972ebd4836202a63c9f09b8..6614c5df8693a01f7e92b886d1b79eb9b78de718 100644
--- a/ui/compositor/BUILD.gn
+++ b/ui/compositor/BUILD.gn
@@ -53,6 +53,10 @@ component("compositor") {
"layer_tree_owner.cc",
"layer_tree_owner.h",
"layer_type.h",
+ "overscroll/ui_input_handler.cc",
+ "overscroll/ui_input_handler.h",
+ "overscroll/ui_scroll_input_manager.cc",
+ "overscroll/ui_scroll_input_manager.h",
"paint_cache.cc",
"paint_cache.h",
"paint_context.cc",
@@ -81,6 +85,8 @@ component("compositor") {
"//cc/surfaces:surface_id",
"//gpu/command_buffer/common",
"//skia",
+ "//ui/events",
+ "//ui/events/blink",
"//ui/gfx",
"//ui/gfx/geometry",
"//ui/gl",
« no previous file with comments | « ui/base/resource/resource_bundle.cc ('k') | ui/compositor/compositor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698