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

Side by Side Diff: cc/BUILD.gn

Issue 974543002: Remove link_chrome_on_windows GN flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | « build/config/BUILDCONFIG.gn ('k') | cc/blink/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 if (!is_win || link_chrome_on_windows) { 734 test("cc_unittests") {
735 test("cc_unittests") { 735 sources = [
736 sources = [ 736 "animation/animation_unittest.cc",
737 "animation/animation_unittest.cc", 737 "animation/keyframed_animation_curve_unittest.cc",
738 "animation/keyframed_animation_curve_unittest.cc", 738 "animation/layer_animation_controller_unittest.cc",
739 "animation/layer_animation_controller_unittest.cc", 739 "animation/scroll_offset_animation_curve_unittest.cc",
740 "animation/scroll_offset_animation_curve_unittest.cc", 740 "animation/scrollbar_animation_controller_linear_fade_unittest.cc",
741 "animation/scrollbar_animation_controller_linear_fade_unittest.cc", 741 "animation/scrollbar_animation_controller_thinning_unittest.cc",
742 "animation/scrollbar_animation_controller_thinning_unittest.cc", 742 "animation/transform_operations_unittest.cc",
743 "animation/transform_operations_unittest.cc", 743 "base/float_quad_unittest.cc",
744 "base/float_quad_unittest.cc", 744 "base/math_util_unittest.cc",
745 "base/math_util_unittest.cc", 745 "base/region_unittest.cc",
746 "base/region_unittest.cc", 746 "base/rolling_time_delta_history_unittest.cc",
747 "base/rolling_time_delta_history_unittest.cc", 747 "base/scoped_ptr_vector_unittest.cc",
748 "base/scoped_ptr_vector_unittest.cc", 748 "base/simple_enclosed_region_unittest.cc",
749 "base/simple_enclosed_region_unittest.cc", 749 "base/tiling_data_unittest.cc",
750 "base/tiling_data_unittest.cc", 750 "base/util_unittest.cc",
751 "base/util_unittest.cc", 751 "debug/frame_timing_tracker_unittest.cc",
752 "debug/frame_timing_tracker_unittest.cc", 752 "debug/micro_benchmark_controller_unittest.cc",
753 "debug/micro_benchmark_controller_unittest.cc", 753 "input/top_controls_manager_unittest.cc",
754 "input/top_controls_manager_unittest.cc", 754 "layers/contents_scaling_layer_unittest.cc",
755 "layers/contents_scaling_layer_unittest.cc", 755 "layers/delegated_frame_provider_unittest.cc",
756 "layers/delegated_frame_provider_unittest.cc", 756 "layers/delegated_frame_resource_collection_unittest.cc",
757 "layers/delegated_frame_resource_collection_unittest.cc", 757 "layers/delegated_renderer_layer_impl_unittest.cc",
758 "layers/delegated_renderer_layer_impl_unittest.cc", 758 "layers/delegated_renderer_layer_unittest.cc",
759 "layers/delegated_renderer_layer_unittest.cc", 759 "layers/heads_up_display_layer_impl_unittest.cc",
760 "layers/heads_up_display_layer_impl_unittest.cc", 760 "layers/heads_up_display_unittest.cc",
761 "layers/heads_up_display_unittest.cc", 761 "layers/io_surface_layer_impl_unittest.cc",
762 "layers/io_surface_layer_impl_unittest.cc", 762 "layers/layer_impl_unittest.cc",
763 "layers/layer_impl_unittest.cc", 763 "layers/layer_iterator_unittest.cc",
764 "layers/layer_iterator_unittest.cc", 764 "layers/layer_position_constraint_unittest.cc",
765 "layers/layer_position_constraint_unittest.cc", 765 "layers/layer_unittest.cc",
766 "layers/layer_unittest.cc", 766 "layers/layer_utils_unittest.cc",
767 "layers/layer_utils_unittest.cc", 767 "layers/nine_patch_layer_impl_unittest.cc",
768 "layers/nine_patch_layer_impl_unittest.cc", 768 "layers/nine_patch_layer_unittest.cc",
769 "layers/nine_patch_layer_unittest.cc", 769 "layers/painted_scrollbar_layer_impl_unittest.cc",
770 "layers/painted_scrollbar_layer_impl_unittest.cc", 770 "layers/picture_image_layer_impl_unittest.cc",
771 "layers/picture_image_layer_impl_unittest.cc", 771 "layers/picture_image_layer_unittest.cc",
772 "layers/picture_image_layer_unittest.cc", 772 "layers/picture_layer_impl_unittest.cc",
773 "layers/picture_layer_impl_unittest.cc", 773 "layers/picture_layer_unittest.cc",
774 "layers/picture_layer_unittest.cc", 774 "layers/render_surface_impl_unittest.cc",
775 "layers/render_surface_impl_unittest.cc", 775 "layers/render_surface_unittest.cc",
776 "layers/render_surface_unittest.cc", 776 "layers/scrollbar_layer_unittest.cc",
777 "layers/scrollbar_layer_unittest.cc", 777 "layers/solid_color_layer_impl_unittest.cc",
778 "layers/solid_color_layer_impl_unittest.cc", 778 "layers/solid_color_scrollbar_layer_impl_unittest.cc",
779 "layers/solid_color_scrollbar_layer_impl_unittest.cc", 779 "layers/surface_layer_impl_unittest.cc",
780 "layers/surface_layer_impl_unittest.cc", 780 "layers/surface_layer_unittest.cc",
781 "layers/surface_layer_unittest.cc", 781 "layers/texture_layer_impl_unittest.cc",
782 "layers/texture_layer_impl_unittest.cc", 782 "layers/texture_layer_unittest.cc",
783 "layers/texture_layer_unittest.cc", 783 "layers/tiled_layer_impl_unittest.cc",
784 "layers/tiled_layer_impl_unittest.cc", 784 "layers/tiled_layer_unittest.cc",
785 "layers/tiled_layer_unittest.cc", 785 "layers/ui_resource_layer_impl_unittest.cc",
786 "layers/ui_resource_layer_impl_unittest.cc", 786 "layers/ui_resource_layer_unittest.cc",
787 "layers/ui_resource_layer_unittest.cc", 787 "layers/video_layer_impl_unittest.cc",
788 "layers/video_layer_impl_unittest.cc", 788 "output/begin_frame_args_unittest.cc",
789 "output/begin_frame_args_unittest.cc", 789 "output/delegating_renderer_unittest.cc",
790 "output/delegating_renderer_unittest.cc", 790 "output/filter_operations_unittest.cc",
791 "output/filter_operations_unittest.cc", 791 "output/gl_renderer_unittest.cc",
792 "output/gl_renderer_unittest.cc", 792 "output/output_surface_unittest.cc",
793 "output/output_surface_unittest.cc", 793 "output/overlay_unittest.cc",
794 "output/overlay_unittest.cc", 794 "output/renderer_pixeltest.cc",
795 "output/renderer_pixeltest.cc", 795 "output/renderer_unittest.cc",
796 "output/renderer_unittest.cc", 796 "output/shader_unittest.cc",
797 "output/shader_unittest.cc", 797 "output/software_renderer_unittest.cc",
798 "output/software_renderer_unittest.cc", 798 "quads/draw_quad_unittest.cc",
799 "quads/draw_quad_unittest.cc", 799 "quads/list_container_unittest.cc",
800 "quads/list_container_unittest.cc", 800 "quads/render_pass_unittest.cc",
801 "quads/render_pass_unittest.cc", 801 "resources/display_item_list_unittest.cc",
802 "resources/display_item_list_unittest.cc", 802 "resources/layer_quad_unittest.cc",
803 "resources/layer_quad_unittest.cc", 803 "resources/picture_layer_tiling_set_unittest.cc",
804 "resources/picture_layer_tiling_set_unittest.cc", 804 "resources/picture_layer_tiling_unittest.cc",
805 "resources/picture_layer_tiling_unittest.cc", 805 "resources/picture_pile_impl_unittest.cc",
806 "resources/picture_pile_impl_unittest.cc", 806 "resources/picture_pile_unittest.cc",
807 "resources/picture_pile_unittest.cc", 807 "resources/picture_unittest.cc",
808 "resources/picture_unittest.cc", 808 "resources/platform_color_unittest.cc",
809 "resources/platform_color_unittest.cc", 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_readback.cc",
836 "trees/layer_tree_host_pixeltest_readback.cc", 836 "trees/layer_tree_host_pixeltest_synchronous.cc",
837 "trees/layer_tree_host_pixeltest_synchronous.cc", 837 "trees/layer_tree_host_unittest.cc",
838 "trees/layer_tree_host_unittest.cc", 838 "trees/layer_tree_host_unittest_animation.cc",
839 "trees/layer_tree_host_unittest_animation.cc", 839 "trees/layer_tree_host_unittest_context.cc",
840 "trees/layer_tree_host_unittest_context.cc", 840 "trees/layer_tree_host_unittest_copyrequest.cc",
841 "trees/layer_tree_host_unittest_copyrequest.cc", 841 "trees/layer_tree_host_unittest_damage.cc",
842 "trees/layer_tree_host_unittest_damage.cc", 842 "trees/layer_tree_host_unittest_delegated.cc",
843 "trees/layer_tree_host_unittest_delegated.cc", 843 "trees/layer_tree_host_unittest_no_message_loop.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_occlusion.cc", 845 "trees/layer_tree_host_unittest_picture.cc",
846 "trees/layer_tree_host_unittest_picture.cc", 846 "trees/layer_tree_host_unittest_proxy.cc",
847 "trees/layer_tree_host_unittest_proxy.cc", 847 "trees/layer_tree_host_unittest_scroll.cc",
848 "trees/layer_tree_host_unittest_scroll.cc", 848 "trees/layer_tree_host_unittest_video.cc",
849 "trees/layer_tree_host_unittest_video.cc", 849 "trees/layer_tree_impl_unittest.cc",
850 "trees/layer_tree_impl_unittest.cc", 850 "trees/occlusion_tracker_unittest.cc",
851 "trees/occlusion_tracker_unittest.cc", 851 "trees/occlusion_unittest.cc",
852 "trees/occlusion_unittest.cc", 852 "trees/property_tree_unittest.cc",
853 "trees/property_tree_unittest.cc", 853 "trees/tree_synchronizer_unittest.cc",
854 "trees/tree_synchronizer_unittest.cc",
855 854
856 # Surfaces test files. 855 # Surfaces test files.
857 "surfaces/surface_aggregator_test_helpers.cc", 856 "surfaces/surface_aggregator_test_helpers.cc",
858 "surfaces/surface_aggregator_test_helpers.h", 857 "surfaces/surface_aggregator_test_helpers.h",
859 "surfaces/surface_aggregator_unittest.cc", 858 "surfaces/surface_aggregator_unittest.cc",
860 "surfaces/surface_unittest.cc", 859 "surfaces/surface_unittest.cc",
861 "surfaces/surfaces_pixeltest.cc", 860 "surfaces/surfaces_pixeltest.cc",
862 861
863 # Setup. 862 # Setup.
864 "test/cc_test_suite.cc", 863 "test/cc_test_suite.cc",
865 "test/run_all_unittests.cc", 864 "test/run_all_unittests.cc",
866 ] 865 ]
867 866
868 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] 867 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
869 868
870 deps = [ 869 deps = [
871 ":cc", 870 ":cc",
872 ":test_support", 871 ":test_support",
873 "//base/test:test_support", 872 "//base/test:test_support",
874 "//cc/surfaces", 873 "//cc/surfaces",
875 "//cc/surfaces:surface_id", 874 "//cc/surfaces:surface_id",
876 "//gpu", 875 "//gpu",
877 "//gpu:test_support", 876 "//gpu:test_support",
878 "//gpu/command_buffer/client:gles2_interface", 877 "//gpu/command_buffer/client:gles2_interface",
879 "//gpu/command_buffer/common:gles2_utils", 878 "//gpu/command_buffer/common:gles2_utils",
880 "//media", 879 "//media",
881 "//testing/gmock", 880 "//testing/gmock",
882 "//testing/gtest", 881 "//testing/gtest",
883 "//ui/events:events_base", 882 "//ui/events:events_base",
884 "//ui/gfx", 883 "//ui/gfx",
885 "//ui/gfx/geometry", 884 "//ui/gfx/geometry",
886 "//ui/gfx:test_support", 885 "//ui/gfx:test_support",
887 "//ui/gl", 886 "//ui/gl",
888 ] 887 ]
889 }
890 } 888 }
891 889
892 test("cc_perftests") { 890 test("cc_perftests") {
893 sources = [ 891 sources = [
894 "layers/layer_perftest.cc", 892 "layers/layer_perftest.cc",
895 "layers/picture_layer_impl_perftest.cc", 893 "layers/picture_layer_impl_perftest.cc",
896 "resources/picture_layer_tiling_perftest.cc", 894 "resources/picture_layer_tiling_perftest.cc",
897 "resources/picture_pile_impl_perftest.cc", 895 "resources/picture_pile_impl_perftest.cc",
898 "resources/task_graph_runner_perftest.cc", 896 "resources/task_graph_runner_perftest.cc",
899 "resources/tile_manager_perftest.cc", 897 "resources/tile_manager_perftest.cc",
(...skipping 18 matching lines...) Expand all
918 "//media", 916 "//media",
919 "//skia", 917 "//skia",
920 "//testing/gmock", 918 "//testing/gmock",
921 "//testing/gtest", 919 "//testing/gtest",
922 "//testing/perf", 920 "//testing/perf",
923 "//ui/gfx", 921 "//ui/gfx",
924 "//ui/gfx/geometry", 922 "//ui/gfx/geometry",
925 "//ui/gl", 923 "//ui/gl",
926 ] 924 ]
927 } 925 }
OLDNEW
« no previous file with comments | « build/config/BUILDCONFIG.gn ('k') | cc/blink/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698