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

Unified Diff: cc/BUILD.gn

Issue 2443613002: Rename classes related to top controls (Closed)
Patch Set: fix test 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 | « no previous file | cc/base/switches.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 535c3ed00e3578b5000da57a736f094f20303fbc..8ab2ed5ce01f220ec6137ba593443199eb6b0847 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -108,6 +108,9 @@ component("cc") {
"debug/unittest_only_benchmark.h",
"debug/unittest_only_benchmark_impl.cc",
"debug/unittest_only_benchmark_impl.h",
+ "input/browser_controls_offset_manager.cc",
+ "input/browser_controls_offset_manager.h",
+ "input/browser_controls_offset_manager_client.h",
"input/input_handler.cc",
"input/input_handler.h",
"input/layer_selection_bound.cc",
@@ -127,9 +130,6 @@ component("cc") {
"input/scrollbar_animation_controller_thinning.cc",
"input/scrollbar_animation_controller_thinning.h",
"input/selection.h",
- "input/top_controls_manager.cc",
- "input/top_controls_manager.h",
- "input/top_controls_manager_client.h",
"layers/append_quads_data.h",
"layers/content_layer_client.h",
"layers/draw_properties.cc",
@@ -853,11 +853,11 @@ test("cc_unittests") {
"debug/layer_tree_debug_state_unittest.cc",
"debug/micro_benchmark_controller_unittest.cc",
"debug/rendering_stats_unittest.cc",
+ "input/browser_controls_offset_manager_unittest.cc",
"input/layer_selection_bound_unittest.cc",
"input/scroll_state_unittest.cc",
"input/scrollbar_animation_controller_linear_fade_unittest.cc",
"input/scrollbar_animation_controller_thinning_unittest.cc",
- "input/top_controls_manager_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/base/switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698