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", |