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 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
934 "trees/layer_tree_host_unittest_remote_server.cc", | 928 "trees/layer_tree_host_unittest_remote_server.cc", |
935 "trees/layer_tree_host_unittest_scroll.cc", | 929 "trees/layer_tree_host_unittest_scroll.cc", |
936 "trees/layer_tree_host_unittest_serialization.cc", | 930 "trees/layer_tree_host_unittest_serialization.cc", |
937 "trees/layer_tree_host_unittest_video.cc", | 931 "trees/layer_tree_host_unittest_video.cc", |
938 "trees/layer_tree_impl_unittest.cc", | 932 "trees/layer_tree_impl_unittest.cc", |
939 "trees/layer_tree_settings_unittest.cc", | 933 "trees/layer_tree_settings_unittest.cc", |
940 "trees/occlusion_tracker_unittest.cc", | 934 "trees/occlusion_tracker_unittest.cc", |
941 "trees/occlusion_unittest.cc", | 935 "trees/occlusion_unittest.cc", |
942 "trees/property_tree_unittest.cc", | 936 "trees/property_tree_unittest.cc", |
943 "trees/proxy_common_unittest.cc", | 937 "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", | 938 "trees/tree_synchronizer_unittest.cc", |
948 | 939 |
949 # Surfaces test files. | 940 # Surfaces test files. |
950 "surfaces/display_scheduler_unittest.cc", | 941 "surfaces/display_scheduler_unittest.cc", |
951 "surfaces/display_unittest.cc", | 942 "surfaces/display_unittest.cc", |
952 "surfaces/surface_aggregator_unittest.cc", | 943 "surfaces/surface_aggregator_unittest.cc", |
953 "surfaces/surface_display_output_surface_unittest.cc", | 944 "surfaces/surface_display_output_surface_unittest.cc", |
954 "surfaces/surface_factory_unittest.cc", | 945 "surfaces/surface_factory_unittest.cc", |
955 "surfaces/surface_hittest_unittest.cc", | 946 "surfaces/surface_hittest_unittest.cc", |
956 "surfaces/surface_manager_unittest.cc", | 947 "surfaces/surface_manager_unittest.cc", |
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1041 "//ui/gfx/geometry", | 1032 "//ui/gfx/geometry", |
1042 "//ui/gl", | 1033 "//ui/gl", |
1043 "//ui/gl:test_support", | 1034 "//ui/gl:test_support", |
1044 ] | 1035 ] |
1045 | 1036 |
1046 # This target should not require the Chrome executable to run. | 1037 # This target should not require the Chrome executable to run. |
1047 assert_no_deps = [ "//chrome" ] | 1038 assert_no_deps = [ "//chrome" ] |
1048 } | 1039 } |
1049 # When adding support for isolates, please have a look at run-time dependencies | 1040 # When adding support for isolates, please have a look at run-time dependencies |
1050 # in the cc_unittests_run target in cc_tests.gyp. | 1041 # in the cc_unittests_run target in cc_tests.gyp. |
OLD | NEW |