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 681 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
692 "test/pixel_comparator.cc", | 692 "test/pixel_comparator.cc", |
693 "test/pixel_comparator.h", | 693 "test/pixel_comparator.h", |
694 "test/pixel_test.cc", | 694 "test/pixel_test.cc", |
695 "test/pixel_test.h", | 695 "test/pixel_test.h", |
696 "test/pixel_test_output_surface.cc", | 696 "test/pixel_test_output_surface.cc", |
697 "test/pixel_test_output_surface.h", | 697 "test/pixel_test_output_surface.h", |
698 "test/pixel_test_software_output_device.cc", | 698 "test/pixel_test_software_output_device.cc", |
699 "test/pixel_test_software_output_device.h", | 699 "test/pixel_test_software_output_device.h", |
700 "test/pixel_test_utils.cc", | 700 "test/pixel_test_utils.cc", |
701 "test/pixel_test_utils.h", | 701 "test/pixel_test_utils.h", |
702 "test/proxy_impl_for_test.cc", | |
703 "test/proxy_impl_for_test.h", | |
704 "test/proxy_main_for_test.cc", | |
705 "test/proxy_main_for_test.h", | |
706 "test/remote_channel_impl_for_test.cc", | |
707 "test/remote_channel_impl_for_test.h", | |
708 "test/remote_proto_channel_bridge.cc", | 702 "test/remote_proto_channel_bridge.cc", |
709 "test/remote_proto_channel_bridge.h", | 703 "test/remote_proto_channel_bridge.h", |
710 "test/render_pass_test_utils.cc", | 704 "test/render_pass_test_utils.cc", |
711 "test/render_pass_test_utils.h", | 705 "test/render_pass_test_utils.h", |
712 "test/scheduler_test_common.cc", | 706 "test/scheduler_test_common.cc", |
713 "test/scheduler_test_common.h", | 707 "test/scheduler_test_common.h", |
714 "test/skia_common.cc", | 708 "test/skia_common.cc", |
715 "test/skia_common.h", | 709 "test/skia_common.h", |
716 "test/solid_color_content_layer_client.cc", | 710 "test/solid_color_content_layer_client.cc", |
717 "test/solid_color_content_layer_client.h", | 711 "test/solid_color_content_layer_client.h", |
(...skipping 27 matching lines...) Expand all Loading... |
745 "test/test_task_graph_runner.cc", | 739 "test/test_task_graph_runner.cc", |
746 "test/test_task_graph_runner.h", | 740 "test/test_task_graph_runner.h", |
747 "test/test_texture.cc", | 741 "test/test_texture.cc", |
748 "test/test_texture.h", | 742 "test/test_texture.h", |
749 "test/test_tile_priorities.cc", | 743 "test/test_tile_priorities.cc", |
750 "test/test_tile_priorities.h", | 744 "test/test_tile_priorities.h", |
751 "test/test_tile_task_runner.cc", | 745 "test/test_tile_task_runner.cc", |
752 "test/test_tile_task_runner.h", | 746 "test/test_tile_task_runner.h", |
753 "test/test_web_graphics_context_3d.cc", | 747 "test/test_web_graphics_context_3d.cc", |
754 "test/test_web_graphics_context_3d.h", | 748 "test/test_web_graphics_context_3d.h", |
755 "test/threaded_channel_for_test.cc", | |
756 "test/threaded_channel_for_test.h", | |
757 ] | 749 ] |
758 | 750 |
759 configs += [ "//build/config:precompiled_headers" ] | 751 configs += [ "//build/config:precompiled_headers" ] |
760 | 752 |
761 public_deps = [ | 753 public_deps = [ |
762 ":cc", | 754 ":cc", |
763 "//gpu:test_support", | 755 "//gpu:test_support", |
764 ] | 756 ] |
765 deps = [ | 757 deps = [ |
766 "//base", | 758 "//base", |
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
934 "trees/layer_tree_host_unittest_remote_server.cc", | 926 "trees/layer_tree_host_unittest_remote_server.cc", |
935 "trees/layer_tree_host_unittest_scroll.cc", | 927 "trees/layer_tree_host_unittest_scroll.cc", |
936 "trees/layer_tree_host_unittest_serialization.cc", | 928 "trees/layer_tree_host_unittest_serialization.cc", |
937 "trees/layer_tree_host_unittest_video.cc", | 929 "trees/layer_tree_host_unittest_video.cc", |
938 "trees/layer_tree_impl_unittest.cc", | 930 "trees/layer_tree_impl_unittest.cc", |
939 "trees/layer_tree_settings_unittest.cc", | 931 "trees/layer_tree_settings_unittest.cc", |
940 "trees/occlusion_tracker_unittest.cc", | 932 "trees/occlusion_tracker_unittest.cc", |
941 "trees/occlusion_unittest.cc", | 933 "trees/occlusion_unittest.cc", |
942 "trees/property_tree_unittest.cc", | 934 "trees/property_tree_unittest.cc", |
943 "trees/proxy_common_unittest.cc", | 935 "trees/proxy_common_unittest.cc", |
944 "trees/proxy_impl_unittest.cc", | |
945 "trees/remote_channel_unittest.cc", | |
946 "trees/threaded_channel_unittest.cc", | |
947 "trees/tree_synchronizer_unittest.cc", | 936 "trees/tree_synchronizer_unittest.cc", |
948 | 937 |
949 # Surfaces test files. | 938 # Surfaces test files. |
950 "surfaces/display_scheduler_unittest.cc", | 939 "surfaces/display_scheduler_unittest.cc", |
951 "surfaces/display_unittest.cc", | 940 "surfaces/display_unittest.cc", |
952 "surfaces/surface_aggregator_unittest.cc", | 941 "surfaces/surface_aggregator_unittest.cc", |
953 "surfaces/surface_display_output_surface_unittest.cc", | 942 "surfaces/surface_display_output_surface_unittest.cc", |
954 "surfaces/surface_factory_unittest.cc", | 943 "surfaces/surface_factory_unittest.cc", |
955 "surfaces/surface_hittest_unittest.cc", | 944 "surfaces/surface_hittest_unittest.cc", |
956 "surfaces/surface_manager_unittest.cc", | 945 "surfaces/surface_manager_unittest.cc", |
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1041 "//ui/gfx/geometry", | 1030 "//ui/gfx/geometry", |
1042 "//ui/gl", | 1031 "//ui/gl", |
1043 "//ui/gl:test_support", | 1032 "//ui/gl:test_support", |
1044 ] | 1033 ] |
1045 | 1034 |
1046 # This target should not require the Chrome executable to run. | 1035 # This target should not require the Chrome executable to run. |
1047 assert_no_deps = [ "//chrome" ] | 1036 assert_no_deps = [ "//chrome" ] |
1048 } | 1037 } |
1049 # When adding support for isolates, please have a look at run-time dependencies | 1038 # When adding support for isolates, please have a look at run-time dependencies |
1050 # in the cc_unittests_run target in cc_tests.gyp. | 1039 # in the cc_unittests_run target in cc_tests.gyp. |
OLD | NEW |