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

Side by Side Diff: cc/BUILD.gn

Issue 2839343002: Revert of Back PaintRecord with PaintOpBuffer instead of SkPicture (Closed)
Patch Set: Created 3 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/paint/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("//cc/cc.gni") 5 import("//cc/cc.gni")
6 import("//gpu/vulkan/features.gni") 6 import("//gpu/vulkan/features.gni")
7 7
8 cc_component("cc") { 8 cc_component("cc") {
9 sources = [ 9 sources = [
10 "benchmarks/benchmark_instrumentation.cc", 10 "benchmarks/benchmark_instrumentation.cc",
(...skipping 634 matching lines...) Expand 10 before | Expand all | Expand 10 after
645 "test/test_hooks.h", 645 "test/test_hooks.h",
646 "test/test_image_factory.cc", 646 "test/test_image_factory.cc",
647 "test/test_image_factory.h", 647 "test/test_image_factory.h",
648 "test/test_in_process_context_provider.cc", 648 "test/test_in_process_context_provider.cc",
649 "test/test_in_process_context_provider.h", 649 "test/test_in_process_context_provider.h",
650 "test/test_layer_tree_host_base.cc", 650 "test/test_layer_tree_host_base.cc",
651 "test/test_layer_tree_host_base.h", 651 "test/test_layer_tree_host_base.h",
652 "test/test_occlusion_tracker.h", 652 "test/test_occlusion_tracker.h",
653 "test/test_shared_bitmap_manager.cc", 653 "test/test_shared_bitmap_manager.cc",
654 "test/test_shared_bitmap_manager.h", 654 "test/test_shared_bitmap_manager.h",
655 "test/test_skcanvas.cc",
656 "test/test_skcanvas.h",
657 "test/test_task_graph_runner.cc", 655 "test/test_task_graph_runner.cc",
658 "test/test_task_graph_runner.h", 656 "test/test_task_graph_runner.h",
659 "test/test_texture.cc", 657 "test/test_texture.cc",
660 "test/test_texture.h", 658 "test/test_texture.h",
661 "test/test_tile_priorities.cc", 659 "test/test_tile_priorities.cc",
662 "test/test_tile_priorities.h", 660 "test/test_tile_priorities.h",
663 "test/test_tile_task_runner.cc", 661 "test/test_tile_task_runner.cc",
664 "test/test_tile_task_runner.h", 662 "test/test_tile_task_runner.h",
665 "test/test_web_graphics_context_3d.cc", 663 "test/test_web_graphics_context_3d.cc",
666 "test/test_web_graphics_context_3d.h", 664 "test/test_web_graphics_context_3d.h",
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
764 "output/context_cache_controller_unittest.cc", 762 "output/context_cache_controller_unittest.cc",
765 "output/gl_renderer_unittest.cc", 763 "output/gl_renderer_unittest.cc",
766 "output/layer_quad_unittest.cc", 764 "output/layer_quad_unittest.cc",
767 "output/overlay_unittest.cc", 765 "output/overlay_unittest.cc",
768 "output/renderer_pixeltest.cc", 766 "output/renderer_pixeltest.cc",
769 "output/shader_unittest.cc", 767 "output/shader_unittest.cc",
770 "output/software_renderer_unittest.cc", 768 "output/software_renderer_unittest.cc",
771 "output/texture_mailbox_deleter_unittest.cc", 769 "output/texture_mailbox_deleter_unittest.cc",
772 "paint/discardable_image_map_unittest.cc", 770 "paint/discardable_image_map_unittest.cc",
773 "paint/display_item_list_unittest.cc", 771 "paint/display_item_list_unittest.cc",
774 "paint/paint_op_buffer_unittest.cc",
775 "quads/draw_polygon_unittest.cc", 772 "quads/draw_polygon_unittest.cc",
776 "quads/draw_quad_unittest.cc", 773 "quads/draw_quad_unittest.cc",
777 "quads/nine_patch_generator_unittest.cc", 774 "quads/nine_patch_generator_unittest.cc",
778 "quads/render_pass_unittest.cc", 775 "quads/render_pass_unittest.cc",
779 "raster/image_hijack_canvas_unittest.cc", 776 "raster/image_hijack_canvas_unittest.cc",
780 "raster/raster_buffer_provider_unittest.cc", 777 "raster/raster_buffer_provider_unittest.cc",
781 "raster/raster_source_unittest.cc", 778 "raster/raster_source_unittest.cc",
782 "raster/scoped_gpu_raster_unittest.cc", 779 "raster/scoped_gpu_raster_unittest.cc",
783 "raster/single_thread_task_graph_runner_unittest.cc", 780 "raster/single_thread_task_graph_runner_unittest.cc",
784 "raster/synchronous_task_graph_runner_unittest.cc", 781 "raster/synchronous_task_graph_runner_unittest.cc",
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
935 ] 932 ]
936 933
937 deps = [ 934 deps = [
938 ":cc", 935 ":cc",
939 ":test_support", 936 ":test_support",
940 "//base", 937 "//base",
941 "//base/test:test_support", 938 "//base/test:test_support",
942 "//cc/ipc", 939 "//cc/ipc",
943 "//cc/ipc:interfaces", 940 "//cc/ipc:interfaces",
944 "//cc/paint", 941 "//cc/paint",
945 "//cc/paint",
946 "//cc/surfaces", 942 "//cc/surfaces",
947 "//cc/surfaces:surface_id", 943 "//cc/surfaces:surface_id",
948 "//gpu", 944 "//gpu",
949 "//gpu:test_support", 945 "//gpu:test_support",
950 "//gpu/command_buffer/common:gles2_utils", 946 "//gpu/command_buffer/common:gles2_utils",
951 "//media", 947 "//media",
952 "//mojo/edk/system", 948 "//mojo/edk/system",
953 "//mojo/public/cpp/bindings", 949 "//mojo/public/cpp/bindings",
954 "//skia", 950 "//skia",
955 "//testing/gmock", 951 "//testing/gmock",
(...skipping 11 matching lines...) Expand all
967 data = [ 963 data = [
968 "test/data/", 964 "test/data/",
969 965
970 # Needed for isolate script to execute. 966 # Needed for isolate script to execute.
971 "//testing/scripts/common.py", 967 "//testing/scripts/common.py",
972 "//testing/xvfb.py", 968 "//testing/xvfb.py",
973 "//testing/scripts/run_gtest_perf_test.py", 969 "//testing/scripts/run_gtest_perf_test.py",
974 "//tools/perf/generate_legacy_perf_dashboard_json.py", 970 "//tools/perf/generate_legacy_perf_dashboard_json.py",
975 ] 971 ]
976 } 972 }
OLDNEW
« no previous file with comments | « no previous file | cc/paint/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698