| 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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 "debug/unittest_only_benchmark.cc", | 111 "debug/unittest_only_benchmark.cc", |
| 112 "debug/unittest_only_benchmark.h", | 112 "debug/unittest_only_benchmark.h", |
| 113 "debug/unittest_only_benchmark_impl.cc", | 113 "debug/unittest_only_benchmark_impl.cc", |
| 114 "debug/unittest_only_benchmark_impl.h", | 114 "debug/unittest_only_benchmark_impl.h", |
| 115 "input/input_handler.cc", | 115 "input/input_handler.cc", |
| 116 "input/input_handler.h", | 116 "input/input_handler.h", |
| 117 "input/page_scale_animation.cc", | 117 "input/page_scale_animation.cc", |
| 118 "input/page_scale_animation.h", | 118 "input/page_scale_animation.h", |
| 119 "input/layer_selection_bound.cc", | 119 "input/layer_selection_bound.cc", |
| 120 "input/layer_selection_bound.h", | 120 "input/layer_selection_bound.h", |
| 121 "input/scroll_elasticity_helper.cc", |
| 122 "input/scroll_elasticity_helper.h", |
| 121 "input/selection_bound_type.h", | 123 "input/selection_bound_type.h", |
| 122 "input/top_controls_manager.cc", | 124 "input/top_controls_manager.cc", |
| 123 "input/top_controls_manager.h", | 125 "input/top_controls_manager.h", |
| 124 "input/top_controls_manager_client.h", | 126 "input/top_controls_manager_client.h", |
| 125 "layers/append_quads_data.h", | 127 "layers/append_quads_data.h", |
| 126 "layers/content_layer.cc", | 128 "layers/content_layer.cc", |
| 127 "layers/content_layer.h", | 129 "layers/content_layer.h", |
| 128 "layers/content_layer_client.h", | 130 "layers/content_layer_client.h", |
| 129 "layers/contents_scaling_layer.cc", | 131 "layers/contents_scaling_layer.cc", |
| 130 "layers/contents_scaling_layer.h", | 132 "layers/contents_scaling_layer.h", |
| (...skipping 703 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 834 "//gpu/command_buffer/common:gles2_utils", | 836 "//gpu/command_buffer/common:gles2_utils", |
| 835 "//media", | 837 "//media", |
| 836 "//skia", | 838 "//skia", |
| 837 "//testing/gmock", | 839 "//testing/gmock", |
| 838 "//testing/gtest", | 840 "//testing/gtest", |
| 839 "//testing/perf", | 841 "//testing/perf", |
| 840 "//ui/gfx", | 842 "//ui/gfx", |
| 841 "//ui/gfx/geometry", | 843 "//ui/gfx/geometry", |
| 842 ] | 844 ] |
| 843 } | 845 } |
| OLD | NEW |