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 553 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
564 "test/geometry_test_utils.h", | 564 "test/geometry_test_utils.h", |
565 "test/test_in_process_context_provider.cc", | 565 "test/test_in_process_context_provider.cc", |
566 "test/test_in_process_context_provider.h", | 566 "test/test_in_process_context_provider.h", |
567 "test/impl_side_painting_settings.h", | 567 "test/impl_side_painting_settings.h", |
568 "test/layer_test_common.cc", | 568 "test/layer_test_common.cc", |
569 "test/layer_test_common.h", | 569 "test/layer_test_common.h", |
570 "test/layer_tree_host_common_test.cc", | 570 "test/layer_tree_host_common_test.cc", |
571 "test/layer_tree_host_common_test.h", | 571 "test/layer_tree_host_common_test.h", |
572 "test/layer_tree_json_parser.cc", | 572 "test/layer_tree_json_parser.cc", |
573 "test/layer_tree_json_parser.h", | 573 "test/layer_tree_json_parser.h", |
| 574 "test/layer_tree_pixel_resource_test.cc", |
| 575 "test/layer_tree_pixel_resource_test.h", |
574 "test/layer_tree_pixel_test.cc", | 576 "test/layer_tree_pixel_test.cc", |
575 "test/layer_tree_pixel_test.h", | 577 "test/layer_tree_pixel_test.h", |
576 "test/layer_tree_test.cc", | 578 "test/layer_tree_test.cc", |
577 "test/layer_tree_test.h", | 579 "test/layer_tree_test.h", |
578 "test/mock_occlusion_tracker.h", | 580 "test/mock_occlusion_tracker.h", |
579 "test/ordered_simple_task_runner.cc", | 581 "test/ordered_simple_task_runner.cc", |
580 "test/ordered_simple_task_runner.h", | 582 "test/ordered_simple_task_runner.h", |
581 "test/ordered_texture_map.cc", | 583 "test/ordered_texture_map.cc", |
582 "test/ordered_texture_map.h", | 584 "test/ordered_texture_map.h", |
583 "test/paths.cc", | 585 "test/paths.cc", |
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
829 "//gpu/command_buffer/common:gles2_utils", | 831 "//gpu/command_buffer/common:gles2_utils", |
830 "//media", | 832 "//media", |
831 "//skia", | 833 "//skia", |
832 "//testing/gmock", | 834 "//testing/gmock", |
833 "//testing/gtest", | 835 "//testing/gtest", |
834 "//testing/perf", | 836 "//testing/perf", |
835 "//ui/gfx", | 837 "//ui/gfx", |
836 "//ui/gfx/geometry", | 838 "//ui/gfx/geometry", |
837 ] | 839 ] |
838 } | 840 } |
OLD | NEW |