Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(916)

Side by Side Diff: cc/BUILD.gn

Issue 886323002: Remove more targets from GN Windows build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ash/BUILD.gn ('k') | chrome/test/perf/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 713 matching lines...) Expand 10 before | Expand all | Expand 10 after
724 "//ui/gfx/geometry", 724 "//ui/gfx/geometry",
725 "//ui/gfx:test_support", 725 "//ui/gfx:test_support",
726 "//ui/gl", 726 "//ui/gl",
727 ] 727 ]
728 728
729 if (!is_android) { # TODO(GYP) Enable on Android when osmesa links. 729 if (!is_android) { # TODO(GYP) Enable on Android when osmesa links.
730 deps += [ "//third_party/mesa:osmesa" ] 730 deps += [ "//third_party/mesa:osmesa" ]
731 } 731 }
732 } 732 }
733 733
734 test("cc_unittests") { 734 if (!is_win || link_chrome_on_windows) {
735 sources = [ 735 test("cc_unittests") {
736 "animation/animation_unittest.cc", 736 sources = [
737 "animation/keyframed_animation_curve_unittest.cc", 737 "animation/animation_unittest.cc",
738 "animation/layer_animation_controller_unittest.cc", 738 "animation/keyframed_animation_curve_unittest.cc",
739 "animation/scroll_offset_animation_curve_unittest.cc", 739 "animation/layer_animation_controller_unittest.cc",
740 "animation/scrollbar_animation_controller_linear_fade_unittest.cc", 740 "animation/scroll_offset_animation_curve_unittest.cc",
741 "animation/scrollbar_animation_controller_thinning_unittest.cc", 741 "animation/scrollbar_animation_controller_linear_fade_unittest.cc",
742 "animation/transform_operations_unittest.cc", 742 "animation/scrollbar_animation_controller_thinning_unittest.cc",
743 "base/float_quad_unittest.cc", 743 "animation/transform_operations_unittest.cc",
744 "base/math_util_unittest.cc", 744 "base/float_quad_unittest.cc",
745 "base/region_unittest.cc", 745 "base/math_util_unittest.cc",
746 "base/rolling_time_delta_history_unittest.cc", 746 "base/region_unittest.cc",
747 "base/scoped_ptr_vector_unittest.cc", 747 "base/rolling_time_delta_history_unittest.cc",
748 "base/simple_enclosed_region_unittest.cc", 748 "base/scoped_ptr_vector_unittest.cc",
749 "base/tiling_data_unittest.cc", 749 "base/simple_enclosed_region_unittest.cc",
750 "base/util_unittest.cc", 750 "base/tiling_data_unittest.cc",
751 "debug/frame_timing_tracker_unittest.cc", 751 "base/util_unittest.cc",
752 "debug/micro_benchmark_controller_unittest.cc", 752 "debug/frame_timing_tracker_unittest.cc",
753 "input/top_controls_manager_unittest.cc", 753 "debug/micro_benchmark_controller_unittest.cc",
754 "layers/contents_scaling_layer_unittest.cc", 754 "input/top_controls_manager_unittest.cc",
755 "layers/delegated_frame_provider_unittest.cc", 755 "layers/contents_scaling_layer_unittest.cc",
756 "layers/delegated_frame_resource_collection_unittest.cc", 756 "layers/delegated_frame_provider_unittest.cc",
757 "layers/delegated_renderer_layer_impl_unittest.cc", 757 "layers/delegated_frame_resource_collection_unittest.cc",
758 "layers/delegated_renderer_layer_unittest.cc", 758 "layers/delegated_renderer_layer_impl_unittest.cc",
759 "layers/heads_up_display_unittest.cc", 759 "layers/delegated_renderer_layer_unittest.cc",
760 "layers/heads_up_display_layer_impl_unittest.cc", 760 "layers/heads_up_display_unittest.cc",
761 "layers/io_surface_layer_impl_unittest.cc", 761 "layers/heads_up_display_layer_impl_unittest.cc",
762 "layers/layer_impl_unittest.cc", 762 "layers/io_surface_layer_impl_unittest.cc",
763 "layers/layer_iterator_unittest.cc", 763 "layers/layer_impl_unittest.cc",
764 "layers/layer_position_constraint_unittest.cc", 764 "layers/layer_iterator_unittest.cc",
765 "layers/layer_unittest.cc", 765 "layers/layer_position_constraint_unittest.cc",
766 "layers/layer_utils_unittest.cc", 766 "layers/layer_unittest.cc",
767 "layers/nine_patch_layer_impl_unittest.cc", 767 "layers/layer_utils_unittest.cc",
768 "layers/nine_patch_layer_unittest.cc", 768 "layers/nine_patch_layer_impl_unittest.cc",
769 "layers/painted_scrollbar_layer_impl_unittest.cc", 769 "layers/nine_patch_layer_unittest.cc",
770 "layers/picture_image_layer_impl_unittest.cc", 770 "layers/painted_scrollbar_layer_impl_unittest.cc",
771 "layers/picture_image_layer_unittest.cc", 771 "layers/picture_image_layer_impl_unittest.cc",
772 "layers/picture_layer_impl_unittest.cc", 772 "layers/picture_image_layer_unittest.cc",
773 "layers/picture_layer_unittest.cc", 773 "layers/picture_layer_impl_unittest.cc",
774 "layers/render_surface_unittest.cc", 774 "layers/picture_layer_unittest.cc",
775 "layers/render_surface_impl_unittest.cc", 775 "layers/render_surface_unittest.cc",
776 "layers/scrollbar_layer_unittest.cc", 776 "layers/render_surface_impl_unittest.cc",
777 "layers/solid_color_layer_impl_unittest.cc", 777 "layers/scrollbar_layer_unittest.cc",
778 "layers/solid_color_scrollbar_layer_impl_unittest.cc", 778 "layers/solid_color_layer_impl_unittest.cc",
779 "layers/surface_layer_unittest.cc", 779 "layers/solid_color_scrollbar_layer_impl_unittest.cc",
780 "layers/surface_layer_impl_unittest.cc", 780 "layers/surface_layer_unittest.cc",
781 "layers/texture_layer_unittest.cc", 781 "layers/surface_layer_impl_unittest.cc",
782 "layers/texture_layer_impl_unittest.cc", 782 "layers/texture_layer_unittest.cc",
783 "layers/tiled_layer_impl_unittest.cc", 783 "layers/texture_layer_impl_unittest.cc",
784 "layers/tiled_layer_unittest.cc", 784 "layers/tiled_layer_impl_unittest.cc",
785 "layers/ui_resource_layer_impl_unittest.cc", 785 "layers/tiled_layer_unittest.cc",
786 "layers/ui_resource_layer_unittest.cc", 786 "layers/ui_resource_layer_impl_unittest.cc",
787 "layers/video_layer_impl_unittest.cc", 787 "layers/ui_resource_layer_unittest.cc",
788 "output/begin_frame_args_unittest.cc", 788 "layers/video_layer_impl_unittest.cc",
789 "output/delegating_renderer_unittest.cc", 789 "output/begin_frame_args_unittest.cc",
790 "output/filter_operations_unittest.cc", 790 "output/delegating_renderer_unittest.cc",
791 "output/gl_renderer_unittest.cc", 791 "output/filter_operations_unittest.cc",
792 "output/output_surface_unittest.cc", 792 "output/gl_renderer_unittest.cc",
793 "output/overlay_unittest.cc", 793 "output/output_surface_unittest.cc",
794 "output/renderer_pixeltest.cc", 794 "output/overlay_unittest.cc",
795 "output/renderer_unittest.cc", 795 "output/renderer_pixeltest.cc",
796 "output/shader_unittest.cc", 796 "output/renderer_unittest.cc",
797 "output/software_renderer_unittest.cc", 797 "output/shader_unittest.cc",
798 "quads/draw_quad_unittest.cc", 798 "output/software_renderer_unittest.cc",
799 "quads/list_container_unittest.cc", 799 "quads/draw_quad_unittest.cc",
800 "quads/render_pass_unittest.cc", 800 "quads/list_container_unittest.cc",
801 "resources/display_item_list_unittest.cc", 801 "quads/render_pass_unittest.cc",
802 "resources/layer_quad_unittest.cc", 802 "resources/display_item_list_unittest.cc",
803 "resources/picture_layer_tiling_set_unittest.cc", 803 "resources/layer_quad_unittest.cc",
804 "resources/picture_layer_tiling_unittest.cc", 804 "resources/picture_layer_tiling_set_unittest.cc",
805 "resources/picture_pile_impl_unittest.cc", 805 "resources/picture_layer_tiling_unittest.cc",
806 "resources/picture_pile_unittest.cc", 806 "resources/picture_pile_impl_unittest.cc",
807 "resources/picture_unittest.cc", 807 "resources/picture_pile_unittest.cc",
808 "resources/prioritized_resource_unittest.cc", 808 "resources/picture_unittest.cc",
809 "resources/tile_task_worker_pool_unittest.cc", 809 "resources/prioritized_resource_unittest.cc",
810 "resources/resource_provider_unittest.cc", 810 "resources/tile_task_worker_pool_unittest.cc",
811 "resources/resource_update_controller_unittest.cc", 811 "resources/resource_provider_unittest.cc",
812 "resources/scoped_gpu_raster_unittest.cc", 812 "resources/resource_update_controller_unittest.cc",
813 "resources/scoped_resource_unittest.cc", 813 "resources/scoped_gpu_raster_unittest.cc",
814 "resources/task_graph_runner_unittest.cc", 814 "resources/scoped_resource_unittest.cc",
815 "resources/texture_mailbox_deleter_unittest.cc", 815 "resources/task_graph_runner_unittest.cc",
816 "resources/texture_uploader_unittest.cc", 816 "resources/texture_mailbox_deleter_unittest.cc",
817 "resources/tile_manager_unittest.cc", 817 "resources/texture_uploader_unittest.cc",
818 "resources/tile_priority_unittest.cc", 818 "resources/tile_manager_unittest.cc",
819 "resources/video_resource_updater_unittest.cc", 819 "resources/tile_priority_unittest.cc",
820 "scheduler/begin_frame_source_unittest.cc", 820 "resources/video_resource_updater_unittest.cc",
821 "scheduler/delay_based_time_source_unittest.cc", 821 "scheduler/begin_frame_source_unittest.cc",
822 "scheduler/scheduler_state_machine_unittest.cc", 822 "scheduler/delay_based_time_source_unittest.cc",
823 "scheduler/scheduler_unittest.cc", 823 "scheduler/scheduler_state_machine_unittest.cc",
824 "test/layer_tree_json_parser_unittest.cc", 824 "scheduler/scheduler_unittest.cc",
825 "test/test_web_graphics_context_3d_unittest.cc", 825 "test/layer_tree_json_parser_unittest.cc",
826 "trees/blocking_task_runner_unittest.cc", 826 "test/test_web_graphics_context_3d_unittest.cc",
827 "trees/damage_tracker_unittest.cc", 827 "trees/blocking_task_runner_unittest.cc",
828 "trees/layer_sorter_unittest.cc", 828 "trees/damage_tracker_unittest.cc",
829 "trees/layer_tree_host_common_unittest.cc", 829 "trees/layer_sorter_unittest.cc",
830 "trees/layer_tree_host_impl_unittest.cc", 830 "trees/layer_tree_host_common_unittest.cc",
831 "trees/layer_tree_host_pixeltest_blending.cc", 831 "trees/layer_tree_host_impl_unittest.cc",
832 "trees/layer_tree_host_pixeltest_filters.cc", 832 "trees/layer_tree_host_pixeltest_blending.cc",
833 "trees/layer_tree_host_pixeltest_masks.cc", 833 "trees/layer_tree_host_pixeltest_filters.cc",
834 "trees/layer_tree_host_pixeltest_on_demand_raster.cc", 834 "trees/layer_tree_host_pixeltest_masks.cc",
835 "trees/layer_tree_host_pixeltest_readback.cc", 835 "trees/layer_tree_host_pixeltest_on_demand_raster.cc",
836 "trees/layer_tree_host_pixeltest_synchronous.cc", 836 "trees/layer_tree_host_pixeltest_readback.cc",
837 "trees/layer_tree_host_unittest.cc", 837 "trees/layer_tree_host_pixeltest_synchronous.cc",
838 "trees/layer_tree_host_unittest_animation.cc", 838 "trees/layer_tree_host_unittest.cc",
839 "trees/layer_tree_host_unittest_context.cc", 839 "trees/layer_tree_host_unittest_animation.cc",
840 "trees/layer_tree_host_unittest_copyrequest.cc", 840 "trees/layer_tree_host_unittest_context.cc",
841 "trees/layer_tree_host_unittest_damage.cc", 841 "trees/layer_tree_host_unittest_copyrequest.cc",
842 "trees/layer_tree_host_unittest_delegated.cc", 842 "trees/layer_tree_host_unittest_damage.cc",
843 "trees/layer_tree_host_unittest_occlusion.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_occlusion.cc",
845 "trees/layer_tree_host_unittest_picture.cc", 845 "trees/layer_tree_host_unittest_no_message_loop.cc",
846 "trees/layer_tree_host_unittest_proxy.cc", 846 "trees/layer_tree_host_unittest_picture.cc",
847 "trees/layer_tree_host_unittest_scroll.cc", 847 "trees/layer_tree_host_unittest_proxy.cc",
848 "trees/layer_tree_host_unittest_video.cc", 848 "trees/layer_tree_host_unittest_scroll.cc",
849 "trees/layer_tree_impl_unittest.cc", 849 "trees/layer_tree_host_unittest_video.cc",
850 "trees/occlusion_tracker_unittest.cc", 850 "trees/layer_tree_impl_unittest.cc",
851 "trees/occlusion_unittest.cc", 851 "trees/occlusion_tracker_unittest.cc",
852 "trees/property_tree_unittest.cc", 852 "trees/occlusion_unittest.cc",
853 "trees/tree_synchronizer_unittest.cc", 853 "trees/property_tree_unittest.cc",
854 "trees/tree_synchronizer_unittest.cc",
854 855
855 # Surfaces test files. 856 # Surfaces test files.
856 "surfaces/surface_aggregator_test_helpers.cc", 857 "surfaces/surface_aggregator_test_helpers.cc",
857 "surfaces/surface_aggregator_test_helpers.h", 858 "surfaces/surface_aggregator_test_helpers.h",
858 "surfaces/surface_aggregator_unittest.cc", 859 "surfaces/surface_aggregator_unittest.cc",
859 "surfaces/surface_unittest.cc", 860 "surfaces/surface_unittest.cc",
860 "surfaces/surfaces_pixeltest.cc", 861 "surfaces/surfaces_pixeltest.cc",
861 862
862 # Setup. 863 # Setup.
863 "test/run_all_unittests.cc", 864 "test/run_all_unittests.cc",
864 "test/cc_test_suite.cc", 865 "test/cc_test_suite.cc",
865 ] 866 ]
866 867
867 deps = [ 868 deps = [
868 ":cc", 869 ":cc",
869 ":test_support", 870 ":test_support",
870 "//base/test:test_support", 871 "//base/test:test_support",
871 "//cc/surfaces", 872 "//cc/surfaces",
872 "//cc/surfaces:surface_id", 873 "//cc/surfaces:surface_id",
873 "//gpu", 874 "//gpu",
874 "//gpu:test_support", 875 "//gpu:test_support",
875 "//gpu/command_buffer/client:gles2_interface", 876 "//gpu/command_buffer/client:gles2_interface",
876 "//gpu/command_buffer/common:gles2_utils", 877 "//gpu/command_buffer/common:gles2_utils",
877 "//media", 878 "//media",
878 "//testing/gmock", 879 "//testing/gmock",
879 "//testing/gtest", 880 "//testing/gtest",
880 "//ui/events:events_base", 881 "//ui/events:events_base",
881 "//ui/gfx", 882 "//ui/gfx",
882 "//ui/gfx/geometry", 883 "//ui/gfx/geometry",
883 "//ui/gfx:test_support", 884 "//ui/gfx:test_support",
884 "//ui/gl", 885 "//ui/gl",
885 ] 886 ]
887 }
886 } 888 }
887 889
888 test("cc_perftests") { 890 test("cc_perftests") {
889 sources = [ 891 sources = [
890 "layers/layer_perftest.cc", 892 "layers/layer_perftest.cc",
891 "layers/picture_layer_impl_perftest.cc", 893 "layers/picture_layer_impl_perftest.cc",
892 "resources/picture_layer_tiling_perftest.cc", 894 "resources/picture_layer_tiling_perftest.cc",
893 "resources/picture_pile_impl_perftest.cc", 895 "resources/picture_pile_impl_perftest.cc",
894 "resources/tile_task_worker_pool_perftest.cc", 896 "resources/tile_task_worker_pool_perftest.cc",
895 "resources/task_graph_runner_perftest.cc", 897 "resources/task_graph_runner_perftest.cc",
(...skipping 16 matching lines...) Expand all
912 "//media", 914 "//media",
913 "//skia", 915 "//skia",
914 "//testing/gmock", 916 "//testing/gmock",
915 "//testing/gtest", 917 "//testing/gtest",
916 "//testing/perf", 918 "//testing/perf",
917 "//ui/gfx", 919 "//ui/gfx",
918 "//ui/gfx/geometry", 920 "//ui/gfx/geometry",
919 "//ui/gl", 921 "//ui/gl",
920 ] 922 ]
921 } 923 }
OLDNEW
« no previous file with comments | « ash/BUILD.gn ('k') | chrome/test/perf/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698