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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
71 "base/util.h", | 71 "base/util.h", |
72 "debug/benchmark_instrumentation.cc", | 72 "debug/benchmark_instrumentation.cc", |
73 "debug/benchmark_instrumentation.h", | 73 "debug/benchmark_instrumentation.h", |
74 "debug/debug_colors.cc", | 74 "debug/debug_colors.cc", |
75 "debug/debug_colors.h", | 75 "debug/debug_colors.h", |
76 "debug/debug_rect_history.cc", | 76 "debug/debug_rect_history.cc", |
77 "debug/debug_rect_history.h", | 77 "debug/debug_rect_history.h", |
78 "debug/devtools_instrumentation.h", | 78 "debug/devtools_instrumentation.h", |
79 "debug/frame_rate_counter.cc", | 79 "debug/frame_rate_counter.cc", |
80 "debug/frame_rate_counter.h", | 80 "debug/frame_rate_counter.h", |
| 81 "debug/frame_timing_request.cc", |
| 82 "debug/frame_Timing_request.h", |
81 "debug/frame_viewer_instrumentation.cc", | 83 "debug/frame_viewer_instrumentation.cc", |
82 "debug/frame_viewer_instrumentation.h", | 84 "debug/frame_viewer_instrumentation.h", |
83 "debug/invalidation_benchmark.cc", | 85 "debug/invalidation_benchmark.cc", |
84 "debug/invalidation_benchmark.h", | 86 "debug/invalidation_benchmark.h", |
85 "debug/lap_timer.cc", | 87 "debug/lap_timer.cc", |
86 "debug/lap_timer.h", | 88 "debug/lap_timer.h", |
87 "debug/layer_tree_debug_state.cc", | 89 "debug/layer_tree_debug_state.cc", |
88 "debug/layer_tree_debug_state.h", | 90 "debug/layer_tree_debug_state.h", |
89 "debug/micro_benchmark.cc", | 91 "debug/micro_benchmark.cc", |
90 "debug/micro_benchmark.h", | 92 "debug/micro_benchmark.h", |
(...skipping 809 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
900 "//media", | 902 "//media", |
901 "//skia", | 903 "//skia", |
902 "//testing/gmock", | 904 "//testing/gmock", |
903 "//testing/gtest", | 905 "//testing/gtest", |
904 "//testing/perf", | 906 "//testing/perf", |
905 "//ui/gfx", | 907 "//ui/gfx", |
906 "//ui/gfx/geometry", | 908 "//ui/gfx/geometry", |
907 "//ui/gl", | 909 "//ui/gl", |
908 ] | 910 ] |
909 } | 911 } |
OLD | NEW |