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

Side by Side Diff: cc/BUILD.gn

Issue 1362663002: cc: Remove PicturePile and PicturePileImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 | « no previous file | cc/cc.gyp » ('j') | cc/layers/picture_layer_impl_unittest.cc » ('J')
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 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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
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", 784 "playback/recording_source_unittest.cc",
793 "quads/draw_polygon_unittest.cc", 785 "quads/draw_polygon_unittest.cc",
794 "quads/draw_quad_unittest.cc", 786 "quads/draw_quad_unittest.cc",
795 "quads/render_pass_unittest.cc", 787 "quads/render_pass_unittest.cc",
796 "raster/scoped_gpu_raster_unittest.cc", 788 "raster/scoped_gpu_raster_unittest.cc",
797 "raster/task_graph_runner_unittest.cc", 789 "raster/task_graph_runner_unittest.cc",
798 "raster/texture_compressor_etc1_unittest.cc", 790 "raster/texture_compressor_etc1_unittest.cc",
799 "raster/tile_task_worker_pool_unittest.cc", 791 "raster/tile_task_worker_pool_unittest.cc",
800 "resources/platform_color_unittest.cc", 792 "resources/platform_color_unittest.cc",
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
886 "//ui/gl:test_support", 878 "//ui/gl:test_support",
887 ] 879 ]
888 880
889 data_deps = [ "//third_party/mesa:osmesa" ] 881 data_deps = [ "//third_party/mesa:osmesa" ]
890 } 882 }
891 883
892 test("cc_perftests") { 884 test("cc_perftests") {
893 sources = [ 885 sources = [
894 "layers/layer_perftest.cc", 886 "layers/layer_perftest.cc",
895 "layers/picture_layer_impl_perftest.cc", 887 "layers/picture_layer_impl_perftest.cc",
896 "playback/picture_pile_impl_perftest.cc",
897 "quads/draw_quad_perftest.cc", 888 "quads/draw_quad_perftest.cc",
898 "raster/task_graph_runner_perftest.cc", 889 "raster/task_graph_runner_perftest.cc",
899 "raster/texture_compressor_perftest.cc", 890 "raster/texture_compressor_perftest.cc",
900 "raster/tile_task_worker_pool_perftest.cc", 891 "raster/tile_task_worker_pool_perftest.cc",
901 "surfaces/surface_aggregator_perftest.cc", 892 "surfaces/surface_aggregator_perftest.cc",
902 "test/cc_test_suite.cc", 893 "test/cc_test_suite.cc",
903 "test/run_all_perftests.cc", 894 "test/run_all_perftests.cc",
904 "tiles/picture_layer_tiling_perftest.cc", 895 "tiles/picture_layer_tiling_perftest.cc",
905 "tiles/tile_manager_perftest.cc", 896 "tiles/tile_manager_perftest.cc",
906 "trees/layer_tree_host_common_perftest.cc", 897 "trees/layer_tree_host_common_perftest.cc",
(...skipping 21 matching lines...) Expand all
928 "//ui/gl", 919 "//ui/gl",
929 "//ui/gl:test_support", 920 "//ui/gl:test_support",
930 ] 921 ]
931 922
932 if (is_android) { 923 if (is_android) {
933 isolate_file = "cc_perftests.isolate" 924 isolate_file = "cc_perftests.isolate"
934 } 925 }
935 } 926 }
936 # When adding support for isolates, please have a look at run-time dependencies 927 # When adding support for isolates, please have a look at run-time dependencies
937 # in the cc_unittests_run target in cc_tests.gyp. 928 # in the cc_unittests_run target in cc_tests.gyp.
OLDNEW
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | cc/layers/picture_layer_impl_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698