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

Side by Side Diff: cc/BUILD.gn

Issue 2820133005: 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 629 matching lines...) Expand 10 before | Expand all | Expand 10 after
640 "test/test_hooks.h", 640 "test/test_hooks.h",
641 "test/test_image_factory.cc", 641 "test/test_image_factory.cc",
642 "test/test_image_factory.h", 642 "test/test_image_factory.h",
643 "test/test_in_process_context_provider.cc", 643 "test/test_in_process_context_provider.cc",
644 "test/test_in_process_context_provider.h", 644 "test/test_in_process_context_provider.h",
645 "test/test_layer_tree_host_base.cc", 645 "test/test_layer_tree_host_base.cc",
646 "test/test_layer_tree_host_base.h", 646 "test/test_layer_tree_host_base.h",
647 "test/test_occlusion_tracker.h", 647 "test/test_occlusion_tracker.h",
648 "test/test_shared_bitmap_manager.cc", 648 "test/test_shared_bitmap_manager.cc",
649 "test/test_shared_bitmap_manager.h", 649 "test/test_shared_bitmap_manager.h",
650 "test/test_skcanvas.cc",
651 "test/test_skcanvas.h",
652 "test/test_task_graph_runner.cc", 650 "test/test_task_graph_runner.cc",
653 "test/test_task_graph_runner.h", 651 "test/test_task_graph_runner.h",
654 "test/test_texture.cc", 652 "test/test_texture.cc",
655 "test/test_texture.h", 653 "test/test_texture.h",
656 "test/test_tile_priorities.cc", 654 "test/test_tile_priorities.cc",
657 "test/test_tile_priorities.h", 655 "test/test_tile_priorities.h",
658 "test/test_tile_task_runner.cc", 656 "test/test_tile_task_runner.cc",
659 "test/test_tile_task_runner.h", 657 "test/test_tile_task_runner.h",
660 "test/test_web_graphics_context_3d.cc", 658 "test/test_web_graphics_context_3d.cc",
661 "test/test_web_graphics_context_3d.h", 659 "test/test_web_graphics_context_3d.h",
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
759 "output/context_cache_controller_unittest.cc", 757 "output/context_cache_controller_unittest.cc",
760 "output/gl_renderer_unittest.cc", 758 "output/gl_renderer_unittest.cc",
761 "output/layer_quad_unittest.cc", 759 "output/layer_quad_unittest.cc",
762 "output/overlay_unittest.cc", 760 "output/overlay_unittest.cc",
763 "output/renderer_pixeltest.cc", 761 "output/renderer_pixeltest.cc",
764 "output/shader_unittest.cc", 762 "output/shader_unittest.cc",
765 "output/software_renderer_unittest.cc", 763 "output/software_renderer_unittest.cc",
766 "output/texture_mailbox_deleter_unittest.cc", 764 "output/texture_mailbox_deleter_unittest.cc",
767 "paint/discardable_image_map_unittest.cc", 765 "paint/discardable_image_map_unittest.cc",
768 "paint/display_item_list_unittest.cc", 766 "paint/display_item_list_unittest.cc",
769 "paint/paint_op_buffer_unittest.cc",
770 "quads/draw_polygon_unittest.cc", 767 "quads/draw_polygon_unittest.cc",
771 "quads/draw_quad_unittest.cc", 768 "quads/draw_quad_unittest.cc",
772 "quads/nine_patch_generator_unittest.cc", 769 "quads/nine_patch_generator_unittest.cc",
773 "quads/render_pass_unittest.cc", 770 "quads/render_pass_unittest.cc",
774 "raster/image_hijack_canvas_unittest.cc", 771 "raster/image_hijack_canvas_unittest.cc",
775 "raster/raster_buffer_provider_unittest.cc", 772 "raster/raster_buffer_provider_unittest.cc",
776 "raster/raster_source_unittest.cc", 773 "raster/raster_source_unittest.cc",
777 "raster/scoped_gpu_raster_unittest.cc", 774 "raster/scoped_gpu_raster_unittest.cc",
778 "raster/single_thread_task_graph_runner_unittest.cc", 775 "raster/single_thread_task_graph_runner_unittest.cc",
779 "raster/synchronous_task_graph_runner_unittest.cc", 776 "raster/synchronous_task_graph_runner_unittest.cc",
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
930 ] 927 ]
931 928
932 deps = [ 929 deps = [
933 ":cc", 930 ":cc",
934 ":test_support", 931 ":test_support",
935 "//base", 932 "//base",
936 "//base/test:test_support", 933 "//base/test:test_support",
937 "//cc/ipc", 934 "//cc/ipc",
938 "//cc/ipc:interfaces", 935 "//cc/ipc:interfaces",
939 "//cc/paint", 936 "//cc/paint",
940 "//cc/paint",
941 "//cc/surfaces", 937 "//cc/surfaces",
942 "//cc/surfaces:surface_id", 938 "//cc/surfaces:surface_id",
943 "//gpu", 939 "//gpu",
944 "//gpu:test_support", 940 "//gpu:test_support",
945 "//gpu/command_buffer/common:gles2_utils", 941 "//gpu/command_buffer/common:gles2_utils",
946 "//media", 942 "//media",
947 "//mojo/edk/system", 943 "//mojo/edk/system",
948 "//mojo/public/cpp/bindings", 944 "//mojo/public/cpp/bindings",
949 "//skia", 945 "//skia",
950 "//testing/gmock", 946 "//testing/gmock",
(...skipping 11 matching lines...) Expand all
962 data = [ 958 data = [
963 "test/data/", 959 "test/data/",
964 960
965 # Needed for isolate script to execute. 961 # Needed for isolate script to execute.
966 "//testing/scripts/common.py", 962 "//testing/scripts/common.py",
967 "//testing/xvfb.py", 963 "//testing/xvfb.py",
968 "//testing/scripts/run_gtest_perf_test.py", 964 "//testing/scripts/run_gtest_perf_test.py",
969 "//tools/perf/generate_legacy_perf_dashboard_json.py", 965 "//tools/perf/generate_legacy_perf_dashboard_json.py",
970 ] 966 ]
971 } 967 }
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