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

Unified Diff: cc/BUILD.gn

Issue 2554913002: Prevent overlay scrollbars expand or hover together (Closed)
Patch Set: for weiliangc's nit Created 3 years, 11 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 | « no previous file | cc/input/scrollbar_animation_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/BUILD.gn
diff --git a/cc/BUILD.gn b/cc/BUILD.gn
index d16ec63ba57d8b8cbf0173c754313734f8f878ff..98c7d3fa2e75b047b91eb92c60d3479f0f1bc540 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -95,6 +95,8 @@ cc_component("cc") {
"input/scrollbar_animation_controller_thinning.cc",
"input/scrollbar_animation_controller_thinning.h",
"input/selection.h",
+ "input/single_scrollbar_animation_controller_thinning.cc",
+ "input/single_scrollbar_animation_controller_thinning.h",
"layers/append_quads_data.h",
"layers/content_layer_client.h",
"layers/draw_properties.cc",
@@ -810,6 +812,7 @@ cc_test("cc_unittests") {
"input/scroll_state_unittest.cc",
"input/scrollbar_animation_controller_linear_fade_unittest.cc",
"input/scrollbar_animation_controller_thinning_unittest.cc",
+ "input/single_scrollbar_animation_controller_thinning_unittest.cc",
"ipc/cc_param_traits_unittest.cc",
"ipc/struct_traits_unittest.cc",
"layers/heads_up_display_layer_impl_unittest.cc",
« no previous file with comments | « no previous file | cc/input/scrollbar_animation_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698