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 766 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
777 "resources/layer_quad_unittest.cc", | 777 "resources/layer_quad_unittest.cc", |
778 "resources/picture_layer_tiling_set_unittest.cc", | 778 "resources/picture_layer_tiling_set_unittest.cc", |
779 "resources/picture_layer_tiling_unittest.cc", | 779 "resources/picture_layer_tiling_unittest.cc", |
780 "resources/picture_pile_impl_unittest.cc", | 780 "resources/picture_pile_impl_unittest.cc", |
781 "resources/picture_pile_unittest.cc", | 781 "resources/picture_pile_unittest.cc", |
782 "resources/picture_unittest.cc", | 782 "resources/picture_unittest.cc", |
783 "resources/prioritized_resource_unittest.cc", | 783 "resources/prioritized_resource_unittest.cc", |
784 "resources/tile_task_worker_pool_unittest.cc", | 784 "resources/tile_task_worker_pool_unittest.cc", |
785 "resources/resource_provider_unittest.cc", | 785 "resources/resource_provider_unittest.cc", |
786 "resources/resource_update_controller_unittest.cc", | 786 "resources/resource_update_controller_unittest.cc", |
| 787 "resources/scoped_gpu_raster_unittest.cc", |
787 "resources/scoped_resource_unittest.cc", | 788 "resources/scoped_resource_unittest.cc", |
788 "resources/task_graph_runner_unittest.cc", | 789 "resources/task_graph_runner_unittest.cc", |
789 "resources/texture_mailbox_deleter_unittest.cc", | 790 "resources/texture_mailbox_deleter_unittest.cc", |
790 "resources/texture_uploader_unittest.cc", | 791 "resources/texture_uploader_unittest.cc", |
791 "resources/tile_manager_unittest.cc", | 792 "resources/tile_manager_unittest.cc", |
792 "resources/tile_priority_unittest.cc", | 793 "resources/tile_priority_unittest.cc", |
793 "resources/video_resource_updater_unittest.cc", | 794 "resources/video_resource_updater_unittest.cc", |
794 "scheduler/begin_frame_source_unittest.cc", | 795 "scheduler/begin_frame_source_unittest.cc", |
795 "scheduler/delay_based_time_source_unittest.cc", | 796 "scheduler/delay_based_time_source_unittest.cc", |
796 "scheduler/scheduler_state_machine_unittest.cc", | 797 "scheduler/scheduler_state_machine_unittest.cc", |
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
886 "//media", | 887 "//media", |
887 "//skia", | 888 "//skia", |
888 "//testing/gmock", | 889 "//testing/gmock", |
889 "//testing/gtest", | 890 "//testing/gtest", |
890 "//testing/perf", | 891 "//testing/perf", |
891 "//ui/gfx", | 892 "//ui/gfx", |
892 "//ui/gfx/geometry", | 893 "//ui/gfx/geometry", |
893 "//ui/gl", | 894 "//ui/gl", |
894 ] | 895 ] |
895 } | 896 } |
OLD | NEW |