| 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 752 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 763 "resources/layer_quad_unittest.cc", | 763 "resources/layer_quad_unittest.cc", |
| 764 "resources/picture_layer_tiling_set_unittest.cc", | 764 "resources/picture_layer_tiling_set_unittest.cc", |
| 765 "resources/picture_layer_tiling_unittest.cc", | 765 "resources/picture_layer_tiling_unittest.cc", |
| 766 "resources/picture_pile_impl_unittest.cc", | 766 "resources/picture_pile_impl_unittest.cc", |
| 767 "resources/picture_pile_unittest.cc", | 767 "resources/picture_pile_unittest.cc", |
| 768 "resources/picture_unittest.cc", | 768 "resources/picture_unittest.cc", |
| 769 "resources/prioritized_resource_unittest.cc", | 769 "resources/prioritized_resource_unittest.cc", |
| 770 "resources/tile_task_worker_pool_unittest.cc", | 770 "resources/tile_task_worker_pool_unittest.cc", |
| 771 "resources/resource_provider_unittest.cc", | 771 "resources/resource_provider_unittest.cc", |
| 772 "resources/resource_update_controller_unittest.cc", | 772 "resources/resource_update_controller_unittest.cc", |
| 773 "resources/scoped_gpu_raster_unittest.cc", |
| 773 "resources/scoped_resource_unittest.cc", | 774 "resources/scoped_resource_unittest.cc", |
| 774 "resources/task_graph_runner_unittest.cc", | 775 "resources/task_graph_runner_unittest.cc", |
| 775 "resources/texture_mailbox_deleter_unittest.cc", | 776 "resources/texture_mailbox_deleter_unittest.cc", |
| 776 "resources/texture_uploader_unittest.cc", | 777 "resources/texture_uploader_unittest.cc", |
| 777 "resources/tile_manager_unittest.cc", | 778 "resources/tile_manager_unittest.cc", |
| 778 "resources/tile_priority_unittest.cc", | 779 "resources/tile_priority_unittest.cc", |
| 779 "scheduler/begin_frame_source_unittest.cc", | 780 "scheduler/begin_frame_source_unittest.cc", |
| 780 "scheduler/delay_based_time_source_unittest.cc", | 781 "scheduler/delay_based_time_source_unittest.cc", |
| 781 "scheduler/scheduler_state_machine_unittest.cc", | 782 "scheduler/scheduler_state_machine_unittest.cc", |
| 782 "scheduler/scheduler_unittest.cc", | 783 "scheduler/scheduler_unittest.cc", |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 868 "//gpu/command_buffer/common:gles2_utils", | 869 "//gpu/command_buffer/common:gles2_utils", |
| 869 "//skia", | 870 "//skia", |
| 870 "//testing/gmock", | 871 "//testing/gmock", |
| 871 "//testing/gtest", | 872 "//testing/gtest", |
| 872 "//testing/perf", | 873 "//testing/perf", |
| 873 "//ui/gfx", | 874 "//ui/gfx", |
| 874 "//ui/gfx/geometry", | 875 "//ui/gfx/geometry", |
| 875 "//ui/gl", | 876 "//ui/gl", |
| 876 ] | 877 ] |
| 877 } | 878 } |
| OLD | NEW |