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

Side by Side Diff: cc/BUILD.gn

Issue 2493523003: cc: Remove unused proto conversion code. (Closed)
Patch Set: 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
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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 "layers/layer_collections.h", 147 "layers/layer_collections.h",
148 "layers/layer_impl.cc", 148 "layers/layer_impl.cc",
149 "layers/layer_impl.h", 149 "layers/layer_impl.h",
150 "layers/layer_impl_test_properties.cc", 150 "layers/layer_impl_test_properties.cc",
151 "layers/layer_impl_test_properties.h", 151 "layers/layer_impl_test_properties.h",
152 "layers/layer_iterator.h", 152 "layers/layer_iterator.h",
153 "layers/layer_list_iterator.cc", 153 "layers/layer_list_iterator.cc",
154 "layers/layer_list_iterator.h", 154 "layers/layer_list_iterator.h",
155 "layers/layer_position_constraint.cc", 155 "layers/layer_position_constraint.cc",
156 "layers/layer_position_constraint.h", 156 "layers/layer_position_constraint.h",
157 "layers/layer_proto_converter.cc",
158 "layers/layer_proto_converter.h",
159 "layers/layer_sticky_position_constraint.cc", 157 "layers/layer_sticky_position_constraint.cc",
160 "layers/layer_sticky_position_constraint.h", 158 "layers/layer_sticky_position_constraint.h",
161 "layers/layer_utils.cc", 159 "layers/layer_utils.cc",
162 "layers/layer_utils.h", 160 "layers/layer_utils.h",
163 "layers/nine_patch_layer.cc", 161 "layers/nine_patch_layer.cc",
164 "layers/nine_patch_layer.h", 162 "layers/nine_patch_layer.h",
165 "layers/nine_patch_layer_impl.cc", 163 "layers/nine_patch_layer_impl.cc",
166 "layers/nine_patch_layer_impl.h", 164 "layers/nine_patch_layer_impl.h",
167 "layers/paint_properties.h", 165 "layers/paint_properties.h",
168 "layers/painted_scrollbar_layer.cc", 166 "layers/painted_scrollbar_layer.cc",
(...skipping 695 matching lines...) Expand 10 before | Expand all | Expand 10 after
864 "input/scrollbar_animation_controller_linear_fade_unittest.cc", 862 "input/scrollbar_animation_controller_linear_fade_unittest.cc",
865 "input/scrollbar_animation_controller_thinning_unittest.cc", 863 "input/scrollbar_animation_controller_thinning_unittest.cc",
866 "ipc/cc_param_traits_unittest.cc", 864 "ipc/cc_param_traits_unittest.cc",
867 "ipc/struct_traits_unittest.cc", 865 "ipc/struct_traits_unittest.cc",
868 "layers/heads_up_display_layer_impl_unittest.cc", 866 "layers/heads_up_display_layer_impl_unittest.cc",
869 "layers/heads_up_display_unittest.cc", 867 "layers/heads_up_display_unittest.cc",
870 "layers/layer_impl_unittest.cc", 868 "layers/layer_impl_unittest.cc",
871 "layers/layer_iterator_unittest.cc", 869 "layers/layer_iterator_unittest.cc",
872 "layers/layer_list_iterator_unittest.cc", 870 "layers/layer_list_iterator_unittest.cc",
873 "layers/layer_position_constraint_unittest.cc", 871 "layers/layer_position_constraint_unittest.cc",
874 "layers/layer_proto_converter_unittest.cc",
875 "layers/layer_unittest.cc", 872 "layers/layer_unittest.cc",
876 "layers/layer_utils_unittest.cc", 873 "layers/layer_utils_unittest.cc",
877 "layers/nine_patch_layer_impl_unittest.cc", 874 "layers/nine_patch_layer_impl_unittest.cc",
878 "layers/nine_patch_layer_unittest.cc", 875 "layers/nine_patch_layer_unittest.cc",
879 "layers/painted_scrollbar_layer_impl_unittest.cc", 876 "layers/painted_scrollbar_layer_impl_unittest.cc",
880 "layers/painted_scrollbar_layer_unittest.cc", 877 "layers/painted_scrollbar_layer_unittest.cc",
881 "layers/picture_image_layer_unittest.cc", 878 "layers/picture_image_layer_unittest.cc",
882 "layers/picture_layer_impl_unittest.cc", 879 "layers/picture_layer_impl_unittest.cc",
883 "layers/picture_layer_unittest.cc", 880 "layers/picture_layer_unittest.cc",
884 "layers/render_surface_impl_unittest.cc", 881 "layers/render_surface_impl_unittest.cc",
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
1089 data = [ 1086 data = [
1090 "test/data/", 1087 "test/data/",
1091 1088
1092 # Needed for isolate script to execute. 1089 # Needed for isolate script to execute.
1093 "//testing/scripts/common.py", 1090 "//testing/scripts/common.py",
1094 "//testing/xvfb.py", 1091 "//testing/xvfb.py",
1095 "//testing/scripts/run_gtest_perf_test.py", 1092 "//testing/scripts/run_gtest_perf_test.py",
1096 "//tools/perf/generate_legacy_perf_dashboard_json.py", 1093 "//tools/perf/generate_legacy_perf_dashboard_json.py",
1097 ] 1094 ]
1098 } 1095 }
OLDNEW
« no previous file with comments | « blimp/client/test/compositor/blimp_compositor_with_fake_host.cc ('k') | cc/blimp/layer_tree_host_remote.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698