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 563 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
574 "test/fake_scoped_ui_resource.cc", | 574 "test/fake_scoped_ui_resource.cc", |
575 "test/fake_scoped_ui_resource.h", | 575 "test/fake_scoped_ui_resource.h", |
576 "test/fake_scrollbar.cc", | 576 "test/fake_scrollbar.cc", |
577 "test/fake_scrollbar.h", | 577 "test/fake_scrollbar.h", |
578 "test/fake_tile_manager.cc", | 578 "test/fake_tile_manager.cc", |
579 "test/fake_tile_manager.h", | 579 "test/fake_tile_manager.h", |
580 "test/fake_tile_manager_client.cc", | 580 "test/fake_tile_manager_client.cc", |
581 "test/fake_tile_manager_client.h", | 581 "test/fake_tile_manager_client.h", |
582 "test/fake_ui_resource_layer_tree_host_impl.cc", | 582 "test/fake_ui_resource_layer_tree_host_impl.cc", |
583 "test/fake_ui_resource_layer_tree_host_impl.h", | 583 "test/fake_ui_resource_layer_tree_host_impl.h", |
| 584 "test/failure_output_surface.cc", |
| 585 "test/failure_output_surface.h", |
584 "test/geometry_test_utils.cc", | 586 "test/geometry_test_utils.cc", |
585 "test/geometry_test_utils.h", | 587 "test/geometry_test_utils.h", |
586 "test/test_in_process_context_provider.cc", | 588 "test/test_in_process_context_provider.cc", |
587 "test/test_in_process_context_provider.h", | 589 "test/test_in_process_context_provider.h", |
588 "test/impl_side_painting_settings.h", | 590 "test/impl_side_painting_settings.h", |
589 "test/layer_test_common.cc", | 591 "test/layer_test_common.cc", |
590 "test/layer_test_common.h", | 592 "test/layer_test_common.h", |
591 "test/layer_tree_host_common_test.cc", | 593 "test/layer_tree_host_common_test.cc", |
592 "test/layer_tree_host_common_test.h", | 594 "test/layer_tree_host_common_test.h", |
593 "test/layer_tree_json_parser.cc", | 595 "test/layer_tree_json_parser.cc", |
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
855 "//gpu/command_buffer/common:gles2_utils", | 857 "//gpu/command_buffer/common:gles2_utils", |
856 "//skia", | 858 "//skia", |
857 "//testing/gmock", | 859 "//testing/gmock", |
858 "//testing/gtest", | 860 "//testing/gtest", |
859 "//testing/perf", | 861 "//testing/perf", |
860 "//ui/gfx", | 862 "//ui/gfx", |
861 "//ui/gfx/geometry", | 863 "//ui/gfx/geometry", |
862 "//ui/gl", | 864 "//ui/gl", |
863 ] | 865 ] |
864 } | 866 } |
OLD | NEW |