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

Side by Side Diff: cc/BUILD.gn

Issue 2554913002: Prevent overlay scrollbars expand or hover together (Closed)
Patch Set: 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//cc/cc.gni") 6 import("//cc/cc.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 8
9 cc_component("cc") { 9 cc_component("cc") {
10 sources = [ 10 sources = [
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 "input/scroll_state.h", 88 "input/scroll_state.h",
89 "input/scroll_state_data.cc", 89 "input/scroll_state_data.cc",
90 "input/scroll_state_data.h", 90 "input/scroll_state_data.h",
91 "input/scrollbar_animation_controller.cc", 91 "input/scrollbar_animation_controller.cc",
92 "input/scrollbar_animation_controller.h", 92 "input/scrollbar_animation_controller.h",
93 "input/scrollbar_animation_controller_linear_fade.cc", 93 "input/scrollbar_animation_controller_linear_fade.cc",
94 "input/scrollbar_animation_controller_linear_fade.h", 94 "input/scrollbar_animation_controller_linear_fade.h",
95 "input/scrollbar_animation_controller_thinning.cc", 95 "input/scrollbar_animation_controller_thinning.cc",
96 "input/scrollbar_animation_controller_thinning.h", 96 "input/scrollbar_animation_controller_thinning.h",
97 "input/selection.h", 97 "input/selection.h",
98 "input/single_scrollbar_animation_controller_thinning.cc",
99 "input/single_scrollbar_animation_controller_thinning.h",
98 "layers/append_quads_data.h", 100 "layers/append_quads_data.h",
99 "layers/content_layer_client.h", 101 "layers/content_layer_client.h",
100 "layers/draw_properties.cc", 102 "layers/draw_properties.cc",
101 "layers/draw_properties.h", 103 "layers/draw_properties.h",
102 "layers/empty_content_layer_client.cc", 104 "layers/empty_content_layer_client.cc",
103 "layers/empty_content_layer_client.h", 105 "layers/empty_content_layer_client.h",
104 "layers/heads_up_display_layer.cc", 106 "layers/heads_up_display_layer.cc",
105 "layers/heads_up_display_layer.h", 107 "layers/heads_up_display_layer.h",
106 "layers/heads_up_display_layer_impl.cc", 108 "layers/heads_up_display_layer_impl.cc",
107 "layers/heads_up_display_layer_impl.h", 109 "layers/heads_up_display_layer_impl.h",
(...skipping 933 matching lines...) Expand 10 before | Expand all | Expand 10 after
1041 data = [ 1043 data = [
1042 "test/data/", 1044 "test/data/",
1043 1045
1044 # Needed for isolate script to execute. 1046 # Needed for isolate script to execute.
1045 "//testing/scripts/common.py", 1047 "//testing/scripts/common.py",
1046 "//testing/xvfb.py", 1048 "//testing/xvfb.py",
1047 "//testing/scripts/run_gtest_perf_test.py", 1049 "//testing/scripts/run_gtest_perf_test.py",
1048 "//tools/perf/generate_legacy_perf_dashboard_json.py", 1050 "//tools/perf/generate_legacy_perf_dashboard_json.py",
1049 ] 1051 ]
1050 } 1052 }
OLDNEW
« 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