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

Side by Side Diff: cc/BUILD.gn

Issue 1047413003: Revert of Implement DisplayList GatherPixelRefs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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_tests.gyp » ('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 552 matching lines...) Expand 10 before | Expand all | Expand 10 after
563 "test/fake_content_layer.cc", 563 "test/fake_content_layer.cc",
564 "test/fake_content_layer.h", 564 "test/fake_content_layer.h",
565 "test/fake_content_layer_client.cc", 565 "test/fake_content_layer_client.cc",
566 "test/fake_content_layer_client.h", 566 "test/fake_content_layer_client.h",
567 "test/fake_content_layer_impl.cc", 567 "test/fake_content_layer_impl.cc",
568 "test/fake_content_layer_impl.h", 568 "test/fake_content_layer_impl.h",
569 "test/fake_delegated_renderer_layer.cc", 569 "test/fake_delegated_renderer_layer.cc",
570 "test/fake_delegated_renderer_layer.h", 570 "test/fake_delegated_renderer_layer.h",
571 "test/fake_delegated_renderer_layer_impl.cc", 571 "test/fake_delegated_renderer_layer_impl.cc",
572 "test/fake_delegated_renderer_layer_impl.h", 572 "test/fake_delegated_renderer_layer_impl.h",
573 "test/fake_display_list_recording_source.h",
574 "test/fake_external_begin_frame_source.cc", 573 "test/fake_external_begin_frame_source.cc",
575 "test/fake_external_begin_frame_source.h", 574 "test/fake_external_begin_frame_source.h",
576 "test/fake_impl_proxy.h", 575 "test/fake_impl_proxy.h",
577 "test/fake_layer_tree_host.cc", 576 "test/fake_layer_tree_host.cc",
578 "test/fake_layer_tree_host.h", 577 "test/fake_layer_tree_host.h",
579 "test/fake_layer_tree_host_client.cc", 578 "test/fake_layer_tree_host_client.cc",
580 "test/fake_layer_tree_host_client.h", 579 "test/fake_layer_tree_host_client.h",
581 "test/fake_layer_tree_host_impl.cc", 580 "test/fake_layer_tree_host_impl.cc",
582 "test/fake_layer_tree_host_impl.h", 581 "test/fake_layer_tree_host_impl.h",
583 "test/fake_layer_tree_host_impl_client.cc", 582 "test/fake_layer_tree_host_impl_client.cc",
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
783 "output/output_surface_unittest.cc", 782 "output/output_surface_unittest.cc",
784 "output/overlay_unittest.cc", 783 "output/overlay_unittest.cc",
785 "output/renderer_pixeltest.cc", 784 "output/renderer_pixeltest.cc",
786 "output/renderer_unittest.cc", 785 "output/renderer_unittest.cc",
787 "output/shader_unittest.cc", 786 "output/shader_unittest.cc",
788 "output/software_renderer_unittest.cc", 787 "output/software_renderer_unittest.cc",
789 "quads/draw_quad_unittest.cc", 788 "quads/draw_quad_unittest.cc",
790 "quads/list_container_unittest.cc", 789 "quads/list_container_unittest.cc",
791 "quads/render_pass_unittest.cc", 790 "quads/render_pass_unittest.cc",
792 "resources/display_item_list_unittest.cc", 791 "resources/display_item_list_unittest.cc",
793 "resources/display_list_recording_source_unittest.cc",
794 "resources/layer_quad_unittest.cc", 792 "resources/layer_quad_unittest.cc",
795 "resources/picture_layer_tiling_set_unittest.cc", 793 "resources/picture_layer_tiling_set_unittest.cc",
796 "resources/picture_layer_tiling_unittest.cc", 794 "resources/picture_layer_tiling_unittest.cc",
797 "resources/picture_pile_impl_unittest.cc", 795 "resources/picture_pile_impl_unittest.cc",
798 "resources/picture_pile_unittest.cc", 796 "resources/picture_pile_unittest.cc",
799 "resources/picture_unittest.cc", 797 "resources/picture_unittest.cc",
800 "resources/pixel_ref_map_unittest.cc", 798 "resources/pixel_ref_map_unittest.cc",
801 "resources/platform_color_unittest.cc", 799 "resources/platform_color_unittest.cc",
802 "resources/prioritized_resource_unittest.cc", 800 "resources/prioritized_resource_unittest.cc",
803 "resources/recording_source_unittest.cc",
804 "resources/resource_provider_unittest.cc", 801 "resources/resource_provider_unittest.cc",
805 "resources/resource_update_controller_unittest.cc", 802 "resources/resource_update_controller_unittest.cc",
806 "resources/scoped_gpu_raster_unittest.cc", 803 "resources/scoped_gpu_raster_unittest.cc",
807 "resources/scoped_resource_unittest.cc", 804 "resources/scoped_resource_unittest.cc",
808 "resources/task_graph_runner_unittest.cc", 805 "resources/task_graph_runner_unittest.cc",
809 "resources/texture_mailbox_deleter_unittest.cc", 806 "resources/texture_mailbox_deleter_unittest.cc",
810 "resources/texture_uploader_unittest.cc", 807 "resources/texture_uploader_unittest.cc",
811 "resources/tile_manager_unittest.cc", 808 "resources/tile_manager_unittest.cc",
812 "resources/tile_priority_unittest.cc", 809 "resources/tile_priority_unittest.cc",
813 "resources/tile_task_worker_pool_unittest.cc", 810 "resources/tile_task_worker_pool_unittest.cc",
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
912 "//testing/gmock", 909 "//testing/gmock",
913 "//testing/gtest", 910 "//testing/gtest",
914 "//testing/perf", 911 "//testing/perf",
915 "//ui/gfx", 912 "//ui/gfx",
916 "//ui/gfx/geometry", 913 "//ui/gfx/geometry",
917 "//ui/gl", 914 "//ui/gl",
918 ] 915 ]
919 } 916 }
920 # When adding support for isolates, please have a look at run-time dependencies 917 # When adding support for isolates, please have a look at run-time dependencies
921 # in the cc_unittests_run target in cc_tests.gyp. 918 # in the cc_unittests_run target in cc_tests.gyp.
OLDNEW
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698