| 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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 163 "layers/painted_scrollbar_layer_impl.cc", | 163 "layers/painted_scrollbar_layer_impl.cc", |
| 164 "layers/painted_scrollbar_layer_impl.h", | 164 "layers/painted_scrollbar_layer_impl.h", |
| 165 "layers/picture_image_layer.cc", | 165 "layers/picture_image_layer.cc", |
| 166 "layers/picture_image_layer.h", | 166 "layers/picture_image_layer.h", |
| 167 "layers/picture_image_layer_impl.cc", | 167 "layers/picture_image_layer_impl.cc", |
| 168 "layers/picture_image_layer_impl.h", | 168 "layers/picture_image_layer_impl.h", |
| 169 "layers/picture_layer.cc", | 169 "layers/picture_layer.cc", |
| 170 "layers/picture_layer.h", | 170 "layers/picture_layer.h", |
| 171 "layers/picture_layer_impl.cc", | 171 "layers/picture_layer_impl.cc", |
| 172 "layers/picture_layer_impl.h", | 172 "layers/picture_layer_impl.h", |
| 173 "layers/quad_sink.h", | |
| 174 "layers/quad_sink.cc", | |
| 175 "layers/render_pass_sink.h", | 173 "layers/render_pass_sink.h", |
| 176 "layers/render_surface.cc", | 174 "layers/render_surface.cc", |
| 177 "layers/render_surface.h", | 175 "layers/render_surface.h", |
| 178 "layers/render_surface_impl.cc", | 176 "layers/render_surface_impl.cc", |
| 179 "layers/render_surface_impl.h", | 177 "layers/render_surface_impl.h", |
| 180 "layers/scrollbar_layer_impl_base.cc", | 178 "layers/scrollbar_layer_impl_base.cc", |
| 181 "layers/scrollbar_layer_impl_base.h", | 179 "layers/scrollbar_layer_impl_base.h", |
| 182 "layers/scrollbar_layer_interface.h", | 180 "layers/scrollbar_layer_interface.h", |
| 183 "layers/solid_color_layer.cc", | 181 "layers/solid_color_layer.cc", |
| 184 "layers/solid_color_layer.h", | 182 "layers/solid_color_layer.h", |
| (...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 559 "test/layer_test_common.h", | 557 "test/layer_test_common.h", |
| 560 "test/layer_tree_host_common_test.cc", | 558 "test/layer_tree_host_common_test.cc", |
| 561 "test/layer_tree_host_common_test.h", | 559 "test/layer_tree_host_common_test.h", |
| 562 "test/layer_tree_json_parser.cc", | 560 "test/layer_tree_json_parser.cc", |
| 563 "test/layer_tree_json_parser.h", | 561 "test/layer_tree_json_parser.h", |
| 564 "test/layer_tree_pixel_test.cc", | 562 "test/layer_tree_pixel_test.cc", |
| 565 "test/layer_tree_pixel_test.h", | 563 "test/layer_tree_pixel_test.h", |
| 566 "test/layer_tree_test.cc", | 564 "test/layer_tree_test.cc", |
| 567 "test/layer_tree_test.h", | 565 "test/layer_tree_test.h", |
| 568 "test/mock_occlusion_tracker.h", | 566 "test/mock_occlusion_tracker.h", |
| 569 "test/mock_quad_culler.cc", | |
| 570 "test/mock_quad_culler.h", | |
| 571 "test/ordered_simple_task_runner.cc", | 567 "test/ordered_simple_task_runner.cc", |
| 572 "test/ordered_simple_task_runner.h", | 568 "test/ordered_simple_task_runner.h", |
| 573 "test/ordered_texture_map.cc", | 569 "test/ordered_texture_map.cc", |
| 574 "test/ordered_texture_map.h", | 570 "test/ordered_texture_map.h", |
| 575 "test/paths.cc", | 571 "test/paths.cc", |
| 576 "test/paths.h", | 572 "test/paths.h", |
| 577 "test/pixel_comparator.cc", | 573 "test/pixel_comparator.cc", |
| 578 "test/pixel_comparator.h", | 574 "test/pixel_comparator.h", |
| 579 "test/pixel_test.cc", | 575 "test/pixel_test.cc", |
| 580 "test/pixel_test.h", | 576 "test/pixel_test.h", |
| (...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 777 "//ui/gfx", | 773 "//ui/gfx", |
| 778 "//ui/gfx/geometry", | 774 "//ui/gfx/geometry", |
| 779 ] | 775 ] |
| 780 } | 776 } |
| 781 | 777 |
| 782 test("cc_perftests") { | 778 test("cc_perftests") { |
| 783 # TODO(GYP) | 779 # TODO(GYP) |
| 784 } | 780 } |
| 785 | 781 |
| 786 } # if false | 782 } # if false |
| OLD | NEW |