OLD | NEW |
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 component("cc") { | 5 component("cc") { |
6 sources = [ | 6 sources = [ |
7 "animation/animation.cc", | 7 "animation/animation.cc", |
8 "animation/animation.h", | 8 "animation/animation.h", |
9 "animation/animation_curve.cc", | 9 "animation/animation_curve.cc", |
10 "animation/animation_curve.h", | 10 "animation/animation_curve.h", |
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
89 "debug/micro_benchmark.cc", | 89 "debug/micro_benchmark.cc", |
90 "debug/micro_benchmark.h", | 90 "debug/micro_benchmark.h", |
91 "debug/micro_benchmark_impl.cc", | 91 "debug/micro_benchmark_impl.cc", |
92 "debug/micro_benchmark_impl.h", | 92 "debug/micro_benchmark_impl.h", |
93 "debug/micro_benchmark_controller.cc", | 93 "debug/micro_benchmark_controller.cc", |
94 "debug/micro_benchmark_controller.h", | 94 "debug/micro_benchmark_controller.h", |
95 "debug/micro_benchmark_controller_impl.cc", | 95 "debug/micro_benchmark_controller_impl.cc", |
96 "debug/micro_benchmark_controller_impl.h", | 96 "debug/micro_benchmark_controller_impl.h", |
97 "debug/paint_time_counter.cc", | 97 "debug/paint_time_counter.cc", |
98 "debug/paint_time_counter.h", | 98 "debug/paint_time_counter.h", |
| 99 "debug/picture_debug_util.cc", |
| 100 "debug/picture_debug_util.h", |
99 "debug/picture_record_benchmark.cc", | 101 "debug/picture_record_benchmark.cc", |
100 "debug/picture_record_benchmark.h", | 102 "debug/picture_record_benchmark.h", |
101 "debug/rasterize_and_record_benchmark.cc", | 103 "debug/rasterize_and_record_benchmark.cc", |
102 "debug/rasterize_and_record_benchmark.h", | 104 "debug/rasterize_and_record_benchmark.h", |
103 "debug/rasterize_and_record_benchmark_impl.cc", | 105 "debug/rasterize_and_record_benchmark_impl.cc", |
104 "debug/rasterize_and_record_benchmark_impl.h", | 106 "debug/rasterize_and_record_benchmark_impl.h", |
105 "debug/rendering_stats.cc", | 107 "debug/rendering_stats.cc", |
106 "debug/rendering_stats.h", | 108 "debug/rendering_stats.h", |
107 "debug/rendering_stats_instrumentation.cc", | 109 "debug/rendering_stats_instrumentation.cc", |
108 "debug/rendering_stats_instrumentation.h", | 110 "debug/rendering_stats_instrumentation.h", |
(...skipping 767 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
876 "//gpu/command_buffer/common:gles2_utils", | 878 "//gpu/command_buffer/common:gles2_utils", |
877 "//skia", | 879 "//skia", |
878 "//testing/gmock", | 880 "//testing/gmock", |
879 "//testing/gtest", | 881 "//testing/gtest", |
880 "//testing/perf", | 882 "//testing/perf", |
881 "//ui/gfx", | 883 "//ui/gfx", |
882 "//ui/gfx/geometry", | 884 "//ui/gfx/geometry", |
883 "//ui/gl", | 885 "//ui/gl", |
884 ] | 886 ] |
885 } | 887 } |
OLD | NEW |