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("//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 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
303 "playback/drawing_display_item.cc", | 303 "playback/drawing_display_item.cc", |
304 "playback/drawing_display_item.h", | 304 "playback/drawing_display_item.h", |
305 "playback/filter_display_item.cc", | 305 "playback/filter_display_item.cc", |
306 "playback/filter_display_item.h", | 306 "playback/filter_display_item.h", |
307 "playback/float_clip_display_item.cc", | 307 "playback/float_clip_display_item.cc", |
308 "playback/float_clip_display_item.h", | 308 "playback/float_clip_display_item.h", |
309 "playback/largest_display_item.cc", | 309 "playback/largest_display_item.cc", |
310 "playback/largest_display_item.h", | 310 "playback/largest_display_item.h", |
311 "playback/picture.cc", | 311 "playback/picture.cc", |
312 "playback/picture.h", | 312 "playback/picture.h", |
313 "playback/picture_pile.cc", | |
314 "playback/picture_pile.h", | |
315 "playback/picture_pile_impl.cc", | |
316 "playback/picture_pile_impl.h", | |
317 "playback/raster_source.h", | 313 "playback/raster_source.h", |
318 "playback/raster_source_helper.cc", | 314 "playback/raster_source_helper.cc", |
319 "playback/raster_source_helper.h", | 315 "playback/raster_source_helper.h", |
320 "playback/transform_display_item.cc", | 316 "playback/transform_display_item.cc", |
321 "playback/transform_display_item.h", | 317 "playback/transform_display_item.h", |
322 "quads/content_draw_quad_base.cc", | 318 "quads/content_draw_quad_base.cc", |
323 "quads/content_draw_quad_base.h", | 319 "quads/content_draw_quad_base.h", |
324 "quads/debug_border_draw_quad.cc", | 320 "quads/debug_border_draw_quad.cc", |
325 "quads/debug_border_draw_quad.h", | 321 "quads/debug_border_draw_quad.h", |
326 "quads/draw_polygon.cc", | 322 "quads/draw_polygon.cc", |
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
545 "test/begin_frame_args_test.cc", | 541 "test/begin_frame_args_test.cc", |
546 "test/begin_frame_args_test.h", | 542 "test/begin_frame_args_test.h", |
547 "test/failure_output_surface.cc", | 543 "test/failure_output_surface.cc", |
548 "test/failure_output_surface.h", | 544 "test/failure_output_surface.h", |
549 "test/fake_content_layer_client.cc", | 545 "test/fake_content_layer_client.cc", |
550 "test/fake_content_layer_client.h", | 546 "test/fake_content_layer_client.h", |
551 "test/fake_delegated_renderer_layer.cc", | 547 "test/fake_delegated_renderer_layer.cc", |
552 "test/fake_delegated_renderer_layer.h", | 548 "test/fake_delegated_renderer_layer.h", |
553 "test/fake_delegated_renderer_layer_impl.cc", | 549 "test/fake_delegated_renderer_layer_impl.cc", |
554 "test/fake_delegated_renderer_layer_impl.h", | 550 "test/fake_delegated_renderer_layer_impl.h", |
| 551 "test/fake_display_list_raster_source.cc", |
| 552 "test/fake_display_list_raster_source.h", |
555 "test/fake_display_list_recording_source.cc", | 553 "test/fake_display_list_recording_source.cc", |
556 "test/fake_display_list_recording_source.h", | 554 "test/fake_display_list_recording_source.h", |
557 "test/fake_external_begin_frame_source.cc", | 555 "test/fake_external_begin_frame_source.cc", |
558 "test/fake_external_begin_frame_source.h", | 556 "test/fake_external_begin_frame_source.h", |
559 "test/fake_impl_proxy.h", | 557 "test/fake_impl_proxy.h", |
560 "test/fake_layer_tree_host.cc", | 558 "test/fake_layer_tree_host.cc", |
561 "test/fake_layer_tree_host.h", | 559 "test/fake_layer_tree_host.h", |
562 "test/fake_layer_tree_host_client.cc", | 560 "test/fake_layer_tree_host_client.cc", |
563 "test/fake_layer_tree_host_client.h", | 561 "test/fake_layer_tree_host_client.h", |
564 "test/fake_layer_tree_host_impl.cc", | 562 "test/fake_layer_tree_host_impl.cc", |
565 "test/fake_layer_tree_host_impl.h", | 563 "test/fake_layer_tree_host_impl.h", |
566 "test/fake_layer_tree_host_impl_client.cc", | 564 "test/fake_layer_tree_host_impl_client.cc", |
567 "test/fake_layer_tree_host_impl_client.h", | 565 "test/fake_layer_tree_host_impl_client.h", |
568 "test/fake_output_surface.cc", | 566 "test/fake_output_surface.cc", |
569 "test/fake_output_surface.h", | 567 "test/fake_output_surface.h", |
570 "test/fake_output_surface_client.cc", | 568 "test/fake_output_surface_client.cc", |
571 "test/fake_output_surface_client.h", | 569 "test/fake_output_surface_client.h", |
572 "test/fake_painted_scrollbar_layer.cc", | 570 "test/fake_painted_scrollbar_layer.cc", |
573 "test/fake_painted_scrollbar_layer.h", | 571 "test/fake_painted_scrollbar_layer.h", |
574 "test/fake_picture_layer.cc", | 572 "test/fake_picture_layer.cc", |
575 "test/fake_picture_layer.h", | 573 "test/fake_picture_layer.h", |
576 "test/fake_picture_layer_impl.cc", | 574 "test/fake_picture_layer_impl.cc", |
577 "test/fake_picture_layer_impl.h", | 575 "test/fake_picture_layer_impl.h", |
578 "test/fake_picture_layer_tiling_client.cc", | 576 "test/fake_picture_layer_tiling_client.cc", |
579 "test/fake_picture_layer_tiling_client.h", | 577 "test/fake_picture_layer_tiling_client.h", |
580 "test/fake_picture_pile.cc", | |
581 "test/fake_picture_pile.h", | |
582 "test/fake_picture_pile_impl.cc", | |
583 "test/fake_picture_pile_impl.h", | |
584 "test/fake_proxy.cc", | 578 "test/fake_proxy.cc", |
585 "test/fake_proxy.h", | 579 "test/fake_proxy.h", |
586 "test/fake_renderer_client.cc", | 580 "test/fake_renderer_client.cc", |
587 "test/fake_renderer_client.h", | 581 "test/fake_renderer_client.h", |
588 "test/fake_rendering_stats_instrumentation.h", | 582 "test/fake_rendering_stats_instrumentation.h", |
589 "test/fake_resource_provider.h", | 583 "test/fake_resource_provider.h", |
590 "test/fake_scoped_ui_resource.cc", | 584 "test/fake_scoped_ui_resource.cc", |
591 "test/fake_scoped_ui_resource.h", | 585 "test/fake_scoped_ui_resource.h", |
592 "test/fake_scrollbar.cc", | 586 "test/fake_scrollbar.cc", |
593 "test/fake_scrollbar.h", | 587 "test/fake_scrollbar.h", |
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
779 "output/overlay_unittest.cc", | 773 "output/overlay_unittest.cc", |
780 "output/renderer_pixeltest.cc", | 774 "output/renderer_pixeltest.cc", |
781 "output/renderer_unittest.cc", | 775 "output/renderer_unittest.cc", |
782 "output/shader_unittest.cc", | 776 "output/shader_unittest.cc", |
783 "output/software_renderer_unittest.cc", | 777 "output/software_renderer_unittest.cc", |
784 "output/texture_mailbox_deleter_unittest.cc", | 778 "output/texture_mailbox_deleter_unittest.cc", |
785 "playback/discardable_image_map_unittest.cc", | 779 "playback/discardable_image_map_unittest.cc", |
786 "playback/display_item_list_unittest.cc", | 780 "playback/display_item_list_unittest.cc", |
787 "playback/display_list_raster_source_unittest.cc", | 781 "playback/display_list_raster_source_unittest.cc", |
788 "playback/display_list_recording_source_unittest.cc", | 782 "playback/display_list_recording_source_unittest.cc", |
789 "playback/picture_pile_impl_unittest.cc", | |
790 "playback/picture_pile_unittest.cc", | |
791 "playback/picture_unittest.cc", | 783 "playback/picture_unittest.cc", |
792 "playback/recording_source_unittest.cc", | |
793 "quads/draw_polygon_unittest.cc", | 784 "quads/draw_polygon_unittest.cc", |
794 "quads/draw_quad_unittest.cc", | 785 "quads/draw_quad_unittest.cc", |
795 "quads/render_pass_unittest.cc", | 786 "quads/render_pass_unittest.cc", |
796 "raster/scoped_gpu_raster_unittest.cc", | 787 "raster/scoped_gpu_raster_unittest.cc", |
797 "raster/task_graph_runner_unittest.cc", | 788 "raster/task_graph_runner_unittest.cc", |
798 "raster/texture_compressor_etc1_unittest.cc", | 789 "raster/texture_compressor_etc1_unittest.cc", |
799 "raster/tile_task_worker_pool_unittest.cc", | 790 "raster/tile_task_worker_pool_unittest.cc", |
800 "resources/platform_color_unittest.cc", | 791 "resources/platform_color_unittest.cc", |
801 "resources/resource_pool_unittest.cc", | 792 "resources/resource_pool_unittest.cc", |
802 "resources/resource_provider_unittest.cc", | 793 "resources/resource_provider_unittest.cc", |
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
886 "//ui/gl:test_support", | 877 "//ui/gl:test_support", |
887 ] | 878 ] |
888 | 879 |
889 data_deps = [ "//third_party/mesa:osmesa" ] | 880 data_deps = [ "//third_party/mesa:osmesa" ] |
890 } | 881 } |
891 | 882 |
892 test("cc_perftests") { | 883 test("cc_perftests") { |
893 sources = [ | 884 sources = [ |
894 "layers/layer_perftest.cc", | 885 "layers/layer_perftest.cc", |
895 "layers/picture_layer_impl_perftest.cc", | 886 "layers/picture_layer_impl_perftest.cc", |
896 "playback/picture_pile_impl_perftest.cc", | |
897 "quads/draw_quad_perftest.cc", | 887 "quads/draw_quad_perftest.cc", |
898 "raster/task_graph_runner_perftest.cc", | 888 "raster/task_graph_runner_perftest.cc", |
899 "raster/texture_compressor_perftest.cc", | 889 "raster/texture_compressor_perftest.cc", |
900 "raster/tile_task_worker_pool_perftest.cc", | 890 "raster/tile_task_worker_pool_perftest.cc", |
901 "surfaces/surface_aggregator_perftest.cc", | 891 "surfaces/surface_aggregator_perftest.cc", |
902 "test/cc_test_suite.cc", | 892 "test/cc_test_suite.cc", |
903 "test/run_all_perftests.cc", | 893 "test/run_all_perftests.cc", |
904 "tiles/picture_layer_tiling_perftest.cc", | 894 "tiles/picture_layer_tiling_perftest.cc", |
905 "tiles/tile_manager_perftest.cc", | 895 "tiles/tile_manager_perftest.cc", |
906 "trees/layer_tree_host_common_perftest.cc", | 896 "trees/layer_tree_host_common_perftest.cc", |
(...skipping 21 matching lines...) Expand all Loading... |
928 "//ui/gl", | 918 "//ui/gl", |
929 "//ui/gl:test_support", | 919 "//ui/gl:test_support", |
930 ] | 920 ] |
931 | 921 |
932 if (is_android) { | 922 if (is_android) { |
933 isolate_file = "cc_perftests.isolate" | 923 isolate_file = "cc_perftests.isolate" |
934 } | 924 } |
935 } | 925 } |
936 # When adding support for isolates, please have a look at run-time dependencies | 926 # When adding support for isolates, please have a look at run-time dependencies |
937 # in the cc_unittests_run target in cc_tests.gyp. | 927 # in the cc_unittests_run target in cc_tests.gyp. |
OLD | NEW |