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 645 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
656 "base/float_quad_unittest.cc", | 656 "base/float_quad_unittest.cc", |
657 "base/math_util_unittest.cc", | 657 "base/math_util_unittest.cc", |
658 "base/region_unittest.cc", | 658 "base/region_unittest.cc", |
659 "base/rolling_time_delta_history_unittest.cc", | 659 "base/rolling_time_delta_history_unittest.cc", |
660 "base/scoped_ptr_vector_unittest.cc", | 660 "base/scoped_ptr_vector_unittest.cc", |
661 "base/simple_enclosed_region_unittest.cc", | 661 "base/simple_enclosed_region_unittest.cc", |
662 "base/tiling_data_unittest.cc", | 662 "base/tiling_data_unittest.cc", |
663 "base/util_unittest.cc", | 663 "base/util_unittest.cc", |
664 "debug/micro_benchmark_controller_unittest.cc", | 664 "debug/micro_benchmark_controller_unittest.cc", |
665 "input/top_controls_manager_unittest.cc", | 665 "input/top_controls_manager_unittest.cc", |
666 "layers/content_layer_unittest.cc", | |
667 "layers/contents_scaling_layer_unittest.cc", | 666 "layers/contents_scaling_layer_unittest.cc", |
668 "layers/delegated_frame_provider_unittest.cc", | 667 "layers/delegated_frame_provider_unittest.cc", |
669 "layers/delegated_frame_resource_collection_unittest.cc", | 668 "layers/delegated_frame_resource_collection_unittest.cc", |
670 "layers/delegated_renderer_layer_impl_unittest.cc", | 669 "layers/delegated_renderer_layer_impl_unittest.cc", |
671 "layers/delegated_renderer_layer_unittest.cc", | 670 "layers/delegated_renderer_layer_unittest.cc", |
672 "layers/heads_up_display_unittest.cc", | 671 "layers/heads_up_display_unittest.cc", |
673 "layers/heads_up_display_layer_impl_unittest.cc", | 672 "layers/heads_up_display_layer_impl_unittest.cc", |
674 "layers/io_surface_layer_impl_unittest.cc", | 673 "layers/io_surface_layer_impl_unittest.cc", |
675 "layers/layer_impl_unittest.cc", | 674 "layers/layer_impl_unittest.cc", |
676 "layers/layer_iterator_unittest.cc", | 675 "layers/layer_iterator_unittest.cc", |
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
811 "//gpu/command_buffer/common:gles2_utils", | 810 "//gpu/command_buffer/common:gles2_utils", |
812 "//media", | 811 "//media", |
813 "//skia", | 812 "//skia", |
814 "//testing/gmock", | 813 "//testing/gmock", |
815 "//testing/gtest", | 814 "//testing/gtest", |
816 "//testing/perf", | 815 "//testing/perf", |
817 "//ui/gfx", | 816 "//ui/gfx", |
818 "//ui/gfx/geometry", | 817 "//ui/gfx/geometry", |
819 ] | 818 ] |
820 } | 819 } |
OLD | NEW |