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

Side by Side Diff: cc/BUILD.gn

Issue 2443613002: Rename classes related to top controls (Closed)
Patch Set: fix test Created 4 years, 1 month 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
« no previous file with comments | « no previous file | cc/base/switches.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 component("cc") { 8 component("cc") {
9 sources = [ 9 sources = [
10 "animation/animation.cc", 10 "animation/animation.cc",
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 "debug/rendering_stats_instrumentation.h", 101 "debug/rendering_stats_instrumentation.h",
102 "debug/ring_buffer.h", 102 "debug/ring_buffer.h",
103 "debug/traced_display_item_list.cc", 103 "debug/traced_display_item_list.cc",
104 "debug/traced_display_item_list.h", 104 "debug/traced_display_item_list.h",
105 "debug/traced_value.cc", 105 "debug/traced_value.cc",
106 "debug/traced_value.h", 106 "debug/traced_value.h",
107 "debug/unittest_only_benchmark.cc", 107 "debug/unittest_only_benchmark.cc",
108 "debug/unittest_only_benchmark.h", 108 "debug/unittest_only_benchmark.h",
109 "debug/unittest_only_benchmark_impl.cc", 109 "debug/unittest_only_benchmark_impl.cc",
110 "debug/unittest_only_benchmark_impl.h", 110 "debug/unittest_only_benchmark_impl.h",
111 "input/browser_controls_offset_manager.cc",
112 "input/browser_controls_offset_manager.h",
113 "input/browser_controls_offset_manager_client.h",
111 "input/input_handler.cc", 114 "input/input_handler.cc",
112 "input/input_handler.h", 115 "input/input_handler.h",
113 "input/layer_selection_bound.cc", 116 "input/layer_selection_bound.cc",
114 "input/layer_selection_bound.h", 117 "input/layer_selection_bound.h",
115 "input/page_scale_animation.cc", 118 "input/page_scale_animation.cc",
116 "input/page_scale_animation.h", 119 "input/page_scale_animation.h",
117 "input/scroll_elasticity_helper.cc", 120 "input/scroll_elasticity_helper.cc",
118 "input/scroll_elasticity_helper.h", 121 "input/scroll_elasticity_helper.h",
119 "input/scroll_state.cc", 122 "input/scroll_state.cc",
120 "input/scroll_state.h", 123 "input/scroll_state.h",
121 "input/scroll_state_data.cc", 124 "input/scroll_state_data.cc",
122 "input/scroll_state_data.h", 125 "input/scroll_state_data.h",
123 "input/scrollbar_animation_controller.cc", 126 "input/scrollbar_animation_controller.cc",
124 "input/scrollbar_animation_controller.h", 127 "input/scrollbar_animation_controller.h",
125 "input/scrollbar_animation_controller_linear_fade.cc", 128 "input/scrollbar_animation_controller_linear_fade.cc",
126 "input/scrollbar_animation_controller_linear_fade.h", 129 "input/scrollbar_animation_controller_linear_fade.h",
127 "input/scrollbar_animation_controller_thinning.cc", 130 "input/scrollbar_animation_controller_thinning.cc",
128 "input/scrollbar_animation_controller_thinning.h", 131 "input/scrollbar_animation_controller_thinning.h",
129 "input/selection.h", 132 "input/selection.h",
130 "input/top_controls_manager.cc",
131 "input/top_controls_manager.h",
132 "input/top_controls_manager_client.h",
133 "layers/append_quads_data.h", 133 "layers/append_quads_data.h",
134 "layers/content_layer_client.h", 134 "layers/content_layer_client.h",
135 "layers/draw_properties.cc", 135 "layers/draw_properties.cc",
136 "layers/draw_properties.h", 136 "layers/draw_properties.h",
137 "layers/empty_content_layer_client.cc", 137 "layers/empty_content_layer_client.cc",
138 "layers/empty_content_layer_client.h", 138 "layers/empty_content_layer_client.h",
139 "layers/heads_up_display_layer.cc", 139 "layers/heads_up_display_layer.cc",
140 "layers/heads_up_display_layer.h", 140 "layers/heads_up_display_layer.h",
141 "layers/heads_up_display_layer_impl.cc", 141 "layers/heads_up_display_layer_impl.cc",
142 "layers/heads_up_display_layer_impl.h", 142 "layers/heads_up_display_layer_impl.h",
(...skipping 703 matching lines...) Expand 10 before | Expand all | Expand 10 after
846 "base/simple_enclosed_region_unittest.cc", 846 "base/simple_enclosed_region_unittest.cc",
847 "base/spiral_iterator_unittest.cc", 847 "base/spiral_iterator_unittest.cc",
848 "base/tiling_data_unittest.cc", 848 "base/tiling_data_unittest.cc",
849 "base/unique_notifier_unittest.cc", 849 "base/unique_notifier_unittest.cc",
850 "blimp/compositor_state_deserializer_unittest.cc", 850 "blimp/compositor_state_deserializer_unittest.cc",
851 "blimp/layer_tree_host_remote_unittest.cc", 851 "blimp/layer_tree_host_remote_unittest.cc",
852 "blimp/picture_data_conversions_unittest.cc", 852 "blimp/picture_data_conversions_unittest.cc",
853 "debug/layer_tree_debug_state_unittest.cc", 853 "debug/layer_tree_debug_state_unittest.cc",
854 "debug/micro_benchmark_controller_unittest.cc", 854 "debug/micro_benchmark_controller_unittest.cc",
855 "debug/rendering_stats_unittest.cc", 855 "debug/rendering_stats_unittest.cc",
856 "input/browser_controls_offset_manager_unittest.cc",
856 "input/layer_selection_bound_unittest.cc", 857 "input/layer_selection_bound_unittest.cc",
857 "input/scroll_state_unittest.cc", 858 "input/scroll_state_unittest.cc",
858 "input/scrollbar_animation_controller_linear_fade_unittest.cc", 859 "input/scrollbar_animation_controller_linear_fade_unittest.cc",
859 "input/scrollbar_animation_controller_thinning_unittest.cc", 860 "input/scrollbar_animation_controller_thinning_unittest.cc",
860 "input/top_controls_manager_unittest.cc",
861 "ipc/cc_param_traits_unittest.cc", 861 "ipc/cc_param_traits_unittest.cc",
862 "ipc/struct_traits_unittest.cc", 862 "ipc/struct_traits_unittest.cc",
863 "layers/heads_up_display_layer_impl_unittest.cc", 863 "layers/heads_up_display_layer_impl_unittest.cc",
864 "layers/heads_up_display_unittest.cc", 864 "layers/heads_up_display_unittest.cc",
865 "layers/layer_impl_unittest.cc", 865 "layers/layer_impl_unittest.cc",
866 "layers/layer_iterator_unittest.cc", 866 "layers/layer_iterator_unittest.cc",
867 "layers/layer_list_iterator_unittest.cc", 867 "layers/layer_list_iterator_unittest.cc",
868 "layers/layer_position_constraint_unittest.cc", 868 "layers/layer_position_constraint_unittest.cc",
869 "layers/layer_proto_converter_unittest.cc", 869 "layers/layer_proto_converter_unittest.cc",
870 "layers/layer_unittest.cc", 870 "layers/layer_unittest.cc",
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
1080 "//ui/gl:test_support", 1080 "//ui/gl:test_support",
1081 ] 1081 ]
1082 1082
1083 # This target should not require the Chrome executable to run. 1083 # This target should not require the Chrome executable to run.
1084 assert_no_deps = [ "//chrome" ] 1084 assert_no_deps = [ "//chrome" ]
1085 1085
1086 data = [ 1086 data = [
1087 "test/data/", 1087 "test/data/",
1088 ] 1088 ]
1089 } 1089 }
OLDNEW
« 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