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 738 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
749 "layers/io_surface_layer_impl_unittest.cc", | 749 "layers/io_surface_layer_impl_unittest.cc", |
750 "layers/layer_impl_unittest.cc", | 750 "layers/layer_impl_unittest.cc", |
751 "layers/layer_iterator_unittest.cc", | 751 "layers/layer_iterator_unittest.cc", |
752 "layers/layer_position_constraint_unittest.cc", | 752 "layers/layer_position_constraint_unittest.cc", |
753 "layers/layer_unittest.cc", | 753 "layers/layer_unittest.cc", |
754 "layers/layer_utils_unittest.cc", | 754 "layers/layer_utils_unittest.cc", |
755 "layers/nine_patch_layer_impl_unittest.cc", | 755 "layers/nine_patch_layer_impl_unittest.cc", |
756 "layers/nine_patch_layer_unittest.cc", | 756 "layers/nine_patch_layer_unittest.cc", |
757 "layers/painted_scrollbar_layer_impl_unittest.cc", | 757 "layers/painted_scrollbar_layer_impl_unittest.cc", |
758 "layers/picture_image_layer_impl_unittest.cc", | 758 "layers/picture_image_layer_impl_unittest.cc", |
| 759 "layers/picture_image_layer_unittest.cc", |
759 "layers/picture_layer_impl_unittest.cc", | 760 "layers/picture_layer_impl_unittest.cc", |
760 "layers/picture_layer_unittest.cc", | 761 "layers/picture_layer_unittest.cc", |
761 "layers/render_surface_unittest.cc", | 762 "layers/render_surface_unittest.cc", |
762 "layers/render_surface_impl_unittest.cc", | 763 "layers/render_surface_impl_unittest.cc", |
763 "layers/scrollbar_layer_unittest.cc", | 764 "layers/scrollbar_layer_unittest.cc", |
764 "layers/solid_color_layer_impl_unittest.cc", | 765 "layers/solid_color_layer_impl_unittest.cc", |
765 "layers/solid_color_scrollbar_layer_impl_unittest.cc", | 766 "layers/solid_color_scrollbar_layer_impl_unittest.cc", |
766 "layers/surface_layer_unittest.cc", | 767 "layers/surface_layer_unittest.cc", |
767 "layers/surface_layer_impl_unittest.cc", | 768 "layers/surface_layer_impl_unittest.cc", |
768 "layers/texture_layer_unittest.cc", | 769 "layers/texture_layer_unittest.cc", |
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
899 "//media", | 900 "//media", |
900 "//skia", | 901 "//skia", |
901 "//testing/gmock", | 902 "//testing/gmock", |
902 "//testing/gtest", | 903 "//testing/gtest", |
903 "//testing/perf", | 904 "//testing/perf", |
904 "//ui/gfx", | 905 "//ui/gfx", |
905 "//ui/gfx/geometry", | 906 "//ui/gfx/geometry", |
906 "//ui/gl", | 907 "//ui/gl", |
907 ] | 908 ] |
908 } | 909 } |
OLD | NEW |