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("//build/config/ui.gni") | 5 import("//build/config/ui.gni") |
6 import("//testing/test.gni") | 6 import("//testing/test.gni") |
7 | 7 |
8 component("cc") { | 8 component("cc") { |
9 sources = [ | 9 sources = [ |
10 "animation/animation.cc", | 10 "animation/animation.cc", |
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
202 "output/buffer_to_texture_target_map.cc", | 202 "output/buffer_to_texture_target_map.cc", |
203 "output/buffer_to_texture_target_map.h", | 203 "output/buffer_to_texture_target_map.h", |
204 "output/ca_layer_overlay.cc", | 204 "output/ca_layer_overlay.cc", |
205 "output/ca_layer_overlay.h", | 205 "output/ca_layer_overlay.h", |
206 "output/color_lut_cache.cc", | 206 "output/color_lut_cache.cc", |
207 "output/color_lut_cache.h", | 207 "output/color_lut_cache.h", |
208 "output/compositor_frame.cc", | 208 "output/compositor_frame.cc", |
209 "output/compositor_frame.h", | 209 "output/compositor_frame.h", |
210 "output/compositor_frame_metadata.cc", | 210 "output/compositor_frame_metadata.cc", |
211 "output/compositor_frame_metadata.h", | 211 "output/compositor_frame_metadata.h", |
| 212 "output/compositor_frame_sink.cc", |
| 213 "output/compositor_frame_sink.h", |
| 214 "output/compositor_frame_sink_client.h", |
212 "output/context_cache_controller.cc", | 215 "output/context_cache_controller.cc", |
213 "output/context_cache_controller.h", | 216 "output/context_cache_controller.h", |
214 "output/context_provider.h", | 217 "output/context_provider.h", |
215 "output/copy_output_request.cc", | 218 "output/copy_output_request.cc", |
216 "output/copy_output_request.h", | 219 "output/copy_output_request.h", |
217 "output/copy_output_result.cc", | 220 "output/copy_output_result.cc", |
218 "output/copy_output_result.h", | 221 "output/copy_output_result.h", |
219 "output/delegated_frame_data.cc", | 222 "output/delegated_frame_data.cc", |
220 "output/delegated_frame_data.h", | 223 "output/delegated_frame_data.h", |
221 "output/direct_renderer.cc", | 224 "output/direct_renderer.cc", |
(...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
606 "test/animation_timelines_test_common.cc", | 609 "test/animation_timelines_test_common.cc", |
607 "test/animation_timelines_test_common.h", | 610 "test/animation_timelines_test_common.h", |
608 "test/begin_frame_args_test.cc", | 611 "test/begin_frame_args_test.cc", |
609 "test/begin_frame_args_test.h", | 612 "test/begin_frame_args_test.h", |
610 "test/begin_frame_source_test.cc", | 613 "test/begin_frame_source_test.cc", |
611 "test/begin_frame_source_test.h", | 614 "test/begin_frame_source_test.h", |
612 "test/fake_channel_impl.cc", | 615 "test/fake_channel_impl.cc", |
613 "test/fake_channel_impl.h", | 616 "test/fake_channel_impl.h", |
614 "test/fake_client_picture_cache.cc", | 617 "test/fake_client_picture_cache.cc", |
615 "test/fake_client_picture_cache.h", | 618 "test/fake_client_picture_cache.h", |
| 619 "test/fake_compositor_frame_sink.cc", |
| 620 "test/fake_compositor_frame_sink.h", |
| 621 "test/fake_compositor_frame_sink_client.cc", |
| 622 "test/fake_compositor_frame_sink_client.h", |
616 "test/fake_content_layer_client.cc", | 623 "test/fake_content_layer_client.cc", |
617 "test/fake_content_layer_client.h", | 624 "test/fake_content_layer_client.h", |
618 "test/fake_engine_picture_cache.cc", | 625 "test/fake_engine_picture_cache.cc", |
619 "test/fake_engine_picture_cache.h", | 626 "test/fake_engine_picture_cache.h", |
620 "test/fake_external_begin_frame_source.cc", | 627 "test/fake_external_begin_frame_source.cc", |
621 "test/fake_external_begin_frame_source.h", | 628 "test/fake_external_begin_frame_source.h", |
622 "test/fake_image_serialization_processor.cc", | 629 "test/fake_image_serialization_processor.cc", |
623 "test/fake_image_serialization_processor.h", | 630 "test/fake_image_serialization_processor.h", |
624 "test/fake_impl_task_runner_provider.h", | 631 "test/fake_impl_task_runner_provider.h", |
625 "test/fake_layer_tree_host.cc", | 632 "test/fake_layer_tree_host.cc", |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
717 "test/stub_layer_tree_host_client.cc", | 724 "test/stub_layer_tree_host_client.cc", |
718 "test/stub_layer_tree_host_client.h", | 725 "test/stub_layer_tree_host_client.h", |
719 "test/stub_layer_tree_host_single_thread_client.cc", | 726 "test/stub_layer_tree_host_single_thread_client.cc", |
720 "test/stub_layer_tree_host_single_thread_client.h", | 727 "test/stub_layer_tree_host_single_thread_client.h", |
721 "test/surface_aggregator_test_helpers.cc", | 728 "test/surface_aggregator_test_helpers.cc", |
722 "test/surface_aggregator_test_helpers.h", | 729 "test/surface_aggregator_test_helpers.h", |
723 "test/surface_hittest_test_helpers.cc", | 730 "test/surface_hittest_test_helpers.cc", |
724 "test/surface_hittest_test_helpers.h", | 731 "test/surface_hittest_test_helpers.h", |
725 "test/task_graph_runner_test_template.cc", | 732 "test/task_graph_runner_test_template.cc", |
726 "test/task_graph_runner_test_template.h", | 733 "test/task_graph_runner_test_template.h", |
| 734 "test/test_compositor_frame_sink.cc", |
| 735 "test/test_compositor_frame_sink.h", |
727 "test/test_context_provider.cc", | 736 "test/test_context_provider.cc", |
728 "test/test_context_provider.h", | 737 "test/test_context_provider.h", |
729 "test/test_context_support.cc", | 738 "test/test_context_support.cc", |
730 "test/test_context_support.h", | 739 "test/test_context_support.h", |
731 "test/test_delegating_output_surface.cc", | |
732 "test/test_delegating_output_surface.h", | |
733 "test/test_gles2_interface.cc", | 740 "test/test_gles2_interface.cc", |
734 "test/test_gles2_interface.h", | 741 "test/test_gles2_interface.h", |
735 "test/test_gpu_memory_buffer_manager.cc", | 742 "test/test_gpu_memory_buffer_manager.cc", |
736 "test/test_gpu_memory_buffer_manager.h", | 743 "test/test_gpu_memory_buffer_manager.h", |
737 "test/test_hooks.cc", | 744 "test/test_hooks.cc", |
738 "test/test_hooks.h", | 745 "test/test_hooks.h", |
739 "test/test_image_factory.cc", | 746 "test/test_image_factory.cc", |
740 "test/test_image_factory.h", | 747 "test/test_image_factory.h", |
741 "test/test_in_process_context_provider.cc", | 748 "test/test_in_process_context_provider.cc", |
742 "test/test_in_process_context_provider.h", | 749 "test/test_in_process_context_provider.h", |
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
940 "trees/layer_tree_impl_unittest.cc", | 947 "trees/layer_tree_impl_unittest.cc", |
941 "trees/occlusion_tracker_unittest.cc", | 948 "trees/occlusion_tracker_unittest.cc", |
942 "trees/occlusion_unittest.cc", | 949 "trees/occlusion_unittest.cc", |
943 "trees/property_tree_unittest.cc", | 950 "trees/property_tree_unittest.cc", |
944 "trees/proxy_common_unittest.cc", | 951 "trees/proxy_common_unittest.cc", |
945 "trees/surface_sequence_generator_unittest.cc", | 952 "trees/surface_sequence_generator_unittest.cc", |
946 "trees/swap_promise_manager_unittest.cc", | 953 "trees/swap_promise_manager_unittest.cc", |
947 "trees/tree_synchronizer_unittest.cc", | 954 "trees/tree_synchronizer_unittest.cc", |
948 | 955 |
949 # Surfaces test files. | 956 # Surfaces test files. |
| 957 "surfaces/direct_compositor_frame_sink_unittest.cc", |
950 "surfaces/display_scheduler_unittest.cc", | 958 "surfaces/display_scheduler_unittest.cc", |
951 "surfaces/display_unittest.cc", | 959 "surfaces/display_unittest.cc", |
952 "surfaces/surface_aggregator_unittest.cc", | 960 "surfaces/surface_aggregator_unittest.cc", |
953 "surfaces/surface_display_output_surface_unittest.cc", | |
954 "surfaces/surface_factory_unittest.cc", | 961 "surfaces/surface_factory_unittest.cc", |
955 "surfaces/surface_hittest_unittest.cc", | 962 "surfaces/surface_hittest_unittest.cc", |
956 "surfaces/surface_manager_unittest.cc", | 963 "surfaces/surface_manager_unittest.cc", |
957 "surfaces/surface_unittest.cc", | 964 "surfaces/surface_unittest.cc", |
958 "surfaces/surfaces_pixeltest.cc", | 965 "surfaces/surfaces_pixeltest.cc", |
959 | 966 |
960 # Setup. | 967 # Setup. |
961 "test/cc_test_suite.cc", | 968 "test/cc_test_suite.cc", |
962 "test/run_all_unittests.cc", | 969 "test/run_all_unittests.cc", |
963 ] | 970 ] |
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1040 "//testing/perf", | 1047 "//testing/perf", |
1041 "//ui/gfx", | 1048 "//ui/gfx", |
1042 "//ui/gfx/geometry", | 1049 "//ui/gfx/geometry", |
1043 "//ui/gl", | 1050 "//ui/gl", |
1044 "//ui/gl:test_support", | 1051 "//ui/gl:test_support", |
1045 ] | 1052 ] |
1046 | 1053 |
1047 # This target should not require the Chrome executable to run. | 1054 # This target should not require the Chrome executable to run. |
1048 assert_no_deps = [ "//chrome" ] | 1055 assert_no_deps = [ "//chrome" ] |
1049 } | 1056 } |
OLD | NEW |