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 748 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
759 "trees/layer_tree_host_unittest_damage.cc", | 759 "trees/layer_tree_host_unittest_damage.cc", |
760 "trees/layer_tree_host_unittest_delegated.cc", | 760 "trees/layer_tree_host_unittest_delegated.cc", |
761 "trees/layer_tree_host_unittest_occlusion.cc", | 761 "trees/layer_tree_host_unittest_occlusion.cc", |
762 "trees/layer_tree_host_unittest_no_message_loop.cc", | 762 "trees/layer_tree_host_unittest_no_message_loop.cc", |
763 "trees/layer_tree_host_unittest_picture.cc", | 763 "trees/layer_tree_host_unittest_picture.cc", |
764 "trees/layer_tree_host_unittest_proxy.cc", | 764 "trees/layer_tree_host_unittest_proxy.cc", |
765 "trees/layer_tree_host_unittest_scroll.cc", | 765 "trees/layer_tree_host_unittest_scroll.cc", |
766 "trees/layer_tree_host_unittest_video.cc", | 766 "trees/layer_tree_host_unittest_video.cc", |
767 "trees/layer_tree_impl_unittest.cc", | 767 "trees/layer_tree_impl_unittest.cc", |
768 "trees/occlusion_tracker_unittest.cc", | 768 "trees/occlusion_tracker_unittest.cc", |
| 769 "trees/occlusion_unittest.cc", |
769 "trees/tree_synchronizer_unittest.cc", | 770 "trees/tree_synchronizer_unittest.cc", |
770 | 771 |
771 # Surfaces test files. | 772 # Surfaces test files. |
772 "surfaces/surface_aggregator_test_helpers.cc", | 773 "surfaces/surface_aggregator_test_helpers.cc", |
773 "surfaces/surface_aggregator_test_helpers.h", | 774 "surfaces/surface_aggregator_test_helpers.h", |
774 "surfaces/surface_aggregator_unittest.cc", | 775 "surfaces/surface_aggregator_unittest.cc", |
775 "surfaces/surface_unittest.cc", | 776 "surfaces/surface_unittest.cc", |
776 "surfaces/surfaces_pixeltest.cc", | 777 "surfaces/surfaces_pixeltest.cc", |
777 | 778 |
778 # Setup. | 779 # Setup. |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
823 "//gpu/command_buffer/common:gles2_utils", | 824 "//gpu/command_buffer/common:gles2_utils", |
824 "//media", | 825 "//media", |
825 "//skia", | 826 "//skia", |
826 "//testing/gmock", | 827 "//testing/gmock", |
827 "//testing/gtest", | 828 "//testing/gtest", |
828 "//testing/perf", | 829 "//testing/perf", |
829 "//ui/gfx", | 830 "//ui/gfx", |
830 "//ui/gfx/geometry", | 831 "//ui/gfx/geometry", |
831 ] | 832 ] |
832 } | 833 } |
OLD | NEW |