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

Unified Diff: cc/BUILD.gn

Issue 2554913002: Prevent overlay scrollbars expand or hover together (Closed)
Patch Set: fix for test Created 4 years 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') | cc/input/scrollbar_animation_controller.h » ('J')
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 8e6b7e5468ea8c84570a6df6d9bdd4a5c19f81ee..61b596bac454edce91a66882d88cf1b252c94935 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",
@@ -806,6 +808,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') | cc/input/scrollbar_animation_controller.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698