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 import("//testing/test.gni") | 5 import("//testing/test.gni") |
6 | 6 |
7 component("cc") { | 7 component("cc") { |
8 sources = [ | 8 sources = [ |
9 "animation/animation.cc", | 9 "animation/animation.cc", |
10 "animation/animation.h", | 10 "animation/animation.h", |
(...skipping 788 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
799 "quads/draw_quad_unittest.cc", | 799 "quads/draw_quad_unittest.cc", |
800 "quads/list_container_unittest.cc", | 800 "quads/list_container_unittest.cc", |
801 "quads/render_pass_unittest.cc", | 801 "quads/render_pass_unittest.cc", |
802 "resources/display_item_list_unittest.cc", | 802 "resources/display_item_list_unittest.cc", |
803 "resources/layer_quad_unittest.cc", | 803 "resources/layer_quad_unittest.cc", |
804 "resources/picture_layer_tiling_set_unittest.cc", | 804 "resources/picture_layer_tiling_set_unittest.cc", |
805 "resources/picture_layer_tiling_unittest.cc", | 805 "resources/picture_layer_tiling_unittest.cc", |
806 "resources/picture_pile_impl_unittest.cc", | 806 "resources/picture_pile_impl_unittest.cc", |
807 "resources/picture_pile_unittest.cc", | 807 "resources/picture_pile_unittest.cc", |
808 "resources/picture_unittest.cc", | 808 "resources/picture_unittest.cc", |
809 "resources/platform_color_unittest.cc", | |
enne (OOO)
2015/02/18 22:32:27
What's with the platform color unittest? Is that f
danakj
2015/02/18 22:33:39
I added that to replace the GLRendererPixelTest I
| |
809 "resources/prioritized_resource_unittest.cc", | 810 "resources/prioritized_resource_unittest.cc", |
810 "resources/resource_provider_unittest.cc", | 811 "resources/resource_provider_unittest.cc", |
811 "resources/resource_update_controller_unittest.cc", | 812 "resources/resource_update_controller_unittest.cc", |
812 "resources/scoped_gpu_raster_unittest.cc", | 813 "resources/scoped_gpu_raster_unittest.cc", |
813 "resources/scoped_resource_unittest.cc", | 814 "resources/scoped_resource_unittest.cc", |
814 "resources/task_graph_runner_unittest.cc", | 815 "resources/task_graph_runner_unittest.cc", |
815 "resources/texture_mailbox_deleter_unittest.cc", | 816 "resources/texture_mailbox_deleter_unittest.cc", |
816 "resources/texture_uploader_unittest.cc", | 817 "resources/texture_uploader_unittest.cc", |
817 "resources/tile_manager_unittest.cc", | 818 "resources/tile_manager_unittest.cc", |
818 "resources/tile_priority_unittest.cc", | 819 "resources/tile_priority_unittest.cc", |
819 "resources/tile_task_worker_pool_unittest.cc", | 820 "resources/tile_task_worker_pool_unittest.cc", |
820 "resources/video_resource_updater_unittest.cc", | 821 "resources/video_resource_updater_unittest.cc", |
821 "scheduler/begin_frame_source_unittest.cc", | 822 "scheduler/begin_frame_source_unittest.cc", |
822 "scheduler/delay_based_time_source_unittest.cc", | 823 "scheduler/delay_based_time_source_unittest.cc", |
823 "scheduler/scheduler_state_machine_unittest.cc", | 824 "scheduler/scheduler_state_machine_unittest.cc", |
824 "scheduler/scheduler_unittest.cc", | 825 "scheduler/scheduler_unittest.cc", |
825 "test/layer_tree_json_parser_unittest.cc", | 826 "test/layer_tree_json_parser_unittest.cc", |
826 "test/test_web_graphics_context_3d_unittest.cc", | 827 "test/test_web_graphics_context_3d_unittest.cc", |
827 "trees/blocking_task_runner_unittest.cc", | 828 "trees/blocking_task_runner_unittest.cc", |
828 "trees/damage_tracker_unittest.cc", | 829 "trees/damage_tracker_unittest.cc", |
829 "trees/layer_sorter_unittest.cc", | 830 "trees/layer_sorter_unittest.cc", |
830 "trees/layer_tree_host_common_unittest.cc", | 831 "trees/layer_tree_host_common_unittest.cc", |
831 "trees/layer_tree_host_impl_unittest.cc", | 832 "trees/layer_tree_host_impl_unittest.cc", |
832 "trees/layer_tree_host_pixeltest_blending.cc", | 833 "trees/layer_tree_host_pixeltest_blending.cc", |
833 "trees/layer_tree_host_pixeltest_filters.cc", | 834 "trees/layer_tree_host_pixeltest_filters.cc", |
834 "trees/layer_tree_host_pixeltest_masks.cc", | 835 "trees/layer_tree_host_pixeltest_masks.cc", |
835 "trees/layer_tree_host_pixeltest_on_demand_raster.cc", | |
836 "trees/layer_tree_host_pixeltest_readback.cc", | 836 "trees/layer_tree_host_pixeltest_readback.cc", |
837 "trees/layer_tree_host_pixeltest_synchronous.cc", | 837 "trees/layer_tree_host_pixeltest_synchronous.cc", |
838 "trees/layer_tree_host_unittest.cc", | 838 "trees/layer_tree_host_unittest.cc", |
839 "trees/layer_tree_host_unittest_animation.cc", | 839 "trees/layer_tree_host_unittest_animation.cc", |
840 "trees/layer_tree_host_unittest_context.cc", | 840 "trees/layer_tree_host_unittest_context.cc", |
841 "trees/layer_tree_host_unittest_copyrequest.cc", | 841 "trees/layer_tree_host_unittest_copyrequest.cc", |
842 "trees/layer_tree_host_unittest_damage.cc", | 842 "trees/layer_tree_host_unittest_damage.cc", |
843 "trees/layer_tree_host_unittest_delegated.cc", | 843 "trees/layer_tree_host_unittest_delegated.cc", |
844 "trees/layer_tree_host_unittest_no_message_loop.cc", | 844 "trees/layer_tree_host_unittest_no_message_loop.cc", |
845 "trees/layer_tree_host_unittest_occlusion.cc", | 845 "trees/layer_tree_host_unittest_occlusion.cc", |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
914 "//media", | 914 "//media", |
915 "//skia", | 915 "//skia", |
916 "//testing/gmock", | 916 "//testing/gmock", |
917 "//testing/gtest", | 917 "//testing/gtest", |
918 "//testing/perf", | 918 "//testing/perf", |
919 "//ui/gfx", | 919 "//ui/gfx", |
920 "//ui/gfx/geometry", | 920 "//ui/gfx/geometry", |
921 "//ui/gl", | 921 "//ui/gl", |
922 ] | 922 ] |
923 } | 923 } |
OLD | NEW |