| 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 650 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 661 "base/scoped_ptr_vector_unittest.cc", | 661 "base/scoped_ptr_vector_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", | 666 "layers/content_layer_unittest.cc", |
| 667 "layers/contents_scaling_layer_unittest.cc", | 667 "layers/contents_scaling_layer_unittest.cc", |
| 668 "layers/delegated_frame_provider_unittest.cc", | 668 "layers/delegated_frame_provider_unittest.cc", |
| 669 "layers/delegated_frame_resource_collection_unittest.cc", | 669 "layers/delegated_frame_resource_collection_unittest.cc", |
| 670 "layers/delegated_renderer_layer_impl_unittest.cc", | 670 "layers/delegated_renderer_layer_impl_unittest.cc", |
| 671 "layers/delegated_renderer_layer_unittest.cc", |
| 671 "layers/heads_up_display_unittest.cc", | 672 "layers/heads_up_display_unittest.cc", |
| 672 "layers/heads_up_display_layer_impl_unittest.cc", | 673 "layers/heads_up_display_layer_impl_unittest.cc", |
| 673 "layers/io_surface_layer_impl_unittest.cc", | 674 "layers/io_surface_layer_impl_unittest.cc", |
| 674 "layers/layer_impl_unittest.cc", | 675 "layers/layer_impl_unittest.cc", |
| 675 "layers/layer_iterator_unittest.cc", | 676 "layers/layer_iterator_unittest.cc", |
| 676 "layers/layer_position_constraint_unittest.cc", | 677 "layers/layer_position_constraint_unittest.cc", |
| 677 "layers/layer_unittest.cc", | 678 "layers/layer_unittest.cc", |
| 678 "layers/layer_utils_unittest.cc", | 679 "layers/layer_utils_unittest.cc", |
| 679 "layers/nine_patch_layer_impl_unittest.cc", | 680 "layers/nine_patch_layer_impl_unittest.cc", |
| 680 "layers/nine_patch_layer_unittest.cc", | 681 "layers/nine_patch_layer_unittest.cc", |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 782 "//ui/gfx", | 783 "//ui/gfx", |
| 783 "//ui/gfx/geometry", | 784 "//ui/gfx/geometry", |
| 784 ] | 785 ] |
| 785 } | 786 } |
| 786 | 787 |
| 787 test("cc_perftests") { | 788 test("cc_perftests") { |
| 788 # TODO(GYP) | 789 # TODO(GYP) |
| 789 } | 790 } |
| 790 | 791 |
| 791 } # if false | 792 } # if false |
| OLD | NEW |