| 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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 "debug/debug_rect_history.cc", | 74 "debug/debug_rect_history.cc", |
| 75 "debug/debug_rect_history.h", | 75 "debug/debug_rect_history.h", |
| 76 "debug/devtools_instrumentation.h", | 76 "debug/devtools_instrumentation.h", |
| 77 "debug/frame_rate_counter.cc", | 77 "debug/frame_rate_counter.cc", |
| 78 "debug/frame_rate_counter.h", | 78 "debug/frame_rate_counter.h", |
| 79 "debug/frame_viewer_instrumentation.h", | 79 "debug/frame_viewer_instrumentation.h", |
| 80 "debug/invalidation_benchmark.cc", | 80 "debug/invalidation_benchmark.cc", |
| 81 "debug/invalidation_benchmark.h", | 81 "debug/invalidation_benchmark.h", |
| 82 "debug/lap_timer.cc", | 82 "debug/lap_timer.cc", |
| 83 "debug/lap_timer.h", | 83 "debug/lap_timer.h", |
| 84 "debug/layer_debug_info.cc", |
| 85 "debug/layer_debug_info.h", |
| 84 "debug/layer_tree_debug_state.cc", | 86 "debug/layer_tree_debug_state.cc", |
| 85 "debug/layer_tree_debug_state.h", | 87 "debug/layer_tree_debug_state.h", |
| 86 "debug/micro_benchmark.cc", | 88 "debug/micro_benchmark.cc", |
| 87 "debug/micro_benchmark.h", | 89 "debug/micro_benchmark.h", |
| 88 "debug/micro_benchmark_impl.cc", | 90 "debug/micro_benchmark_impl.cc", |
| 89 "debug/micro_benchmark_impl.h", | 91 "debug/micro_benchmark_impl.h", |
| 90 "debug/micro_benchmark_controller.cc", | 92 "debug/micro_benchmark_controller.cc", |
| 91 "debug/micro_benchmark_controller.h", | 93 "debug/micro_benchmark_controller.h", |
| 92 "debug/micro_benchmark_controller_impl.cc", | 94 "debug/micro_benchmark_controller_impl.cc", |
| 93 "debug/micro_benchmark_controller_impl.h", | 95 "debug/micro_benchmark_controller_impl.h", |
| (...skipping 730 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 824 "//gpu/command_buffer/common:gles2_utils", | 826 "//gpu/command_buffer/common:gles2_utils", |
| 825 "//media", | 827 "//media", |
| 826 "//skia", | 828 "//skia", |
| 827 "//testing/gmock", | 829 "//testing/gmock", |
| 828 "//testing/gtest", | 830 "//testing/gtest", |
| 829 "//testing/perf", | 831 "//testing/perf", |
| 830 "//ui/gfx", | 832 "//ui/gfx", |
| 831 "//ui/gfx/geometry", | 833 "//ui/gfx/geometry", |
| 832 ] | 834 ] |
| 833 } | 835 } |
| OLD | NEW |