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

Side by Side Diff: cc/BUILD.gn

Issue 2768143002: Back PaintRecord with PaintOpBuffer instead of SkPicture (Closed)
Patch Set: Rebase, move slow path counting 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') | cc/paint/display_item_list.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("//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 740 matching lines...) Expand 10 before | Expand all | Expand 10 after
751 "output/context_cache_controller_unittest.cc", 751 "output/context_cache_controller_unittest.cc",
752 "output/gl_renderer_unittest.cc", 752 "output/gl_renderer_unittest.cc",
753 "output/layer_quad_unittest.cc", 753 "output/layer_quad_unittest.cc",
754 "output/overlay_unittest.cc", 754 "output/overlay_unittest.cc",
755 "output/renderer_pixeltest.cc", 755 "output/renderer_pixeltest.cc",
756 "output/shader_unittest.cc", 756 "output/shader_unittest.cc",
757 "output/software_renderer_unittest.cc", 757 "output/software_renderer_unittest.cc",
758 "output/texture_mailbox_deleter_unittest.cc", 758 "output/texture_mailbox_deleter_unittest.cc",
759 "paint/discardable_image_map_unittest.cc", 759 "paint/discardable_image_map_unittest.cc",
760 "paint/display_item_list_unittest.cc", 760 "paint/display_item_list_unittest.cc",
761 "paint/paint_op_buffer_unittest.cc",
761 "quads/draw_polygon_unittest.cc", 762 "quads/draw_polygon_unittest.cc",
762 "quads/draw_quad_unittest.cc", 763 "quads/draw_quad_unittest.cc",
763 "quads/nine_patch_generator_unittest.cc", 764 "quads/nine_patch_generator_unittest.cc",
764 "quads/render_pass_unittest.cc", 765 "quads/render_pass_unittest.cc",
765 "raster/image_hijack_canvas_unittest.cc", 766 "raster/image_hijack_canvas_unittest.cc",
766 "raster/raster_buffer_provider_unittest.cc", 767 "raster/raster_buffer_provider_unittest.cc",
767 "raster/raster_source_unittest.cc", 768 "raster/raster_source_unittest.cc",
768 "raster/scoped_gpu_raster_unittest.cc", 769 "raster/scoped_gpu_raster_unittest.cc",
769 "raster/single_thread_task_graph_runner_unittest.cc", 770 "raster/single_thread_task_graph_runner_unittest.cc",
770 "raster/synchronous_task_graph_runner_unittest.cc", 771 "raster/synchronous_task_graph_runner_unittest.cc",
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
921 ] 922 ]
922 923
923 deps = [ 924 deps = [
924 ":cc", 925 ":cc",
925 ":test_support", 926 ":test_support",
926 "//base", 927 "//base",
927 "//base/test:test_support", 928 "//base/test:test_support",
928 "//cc/ipc", 929 "//cc/ipc",
929 "//cc/ipc:interfaces", 930 "//cc/ipc:interfaces",
930 "//cc/paint", 931 "//cc/paint",
932 "//cc/paint",
931 "//cc/surfaces", 933 "//cc/surfaces",
932 "//cc/surfaces:surface_id", 934 "//cc/surfaces:surface_id",
933 "//gpu", 935 "//gpu",
934 "//gpu:test_support", 936 "//gpu:test_support",
935 "//gpu/command_buffer/common:gles2_utils", 937 "//gpu/command_buffer/common:gles2_utils",
936 "//media", 938 "//media",
937 "//mojo/edk/system", 939 "//mojo/edk/system",
938 "//mojo/public/cpp/bindings", 940 "//mojo/public/cpp/bindings",
939 "//skia", 941 "//skia",
940 "//testing/gmock", 942 "//testing/gmock",
(...skipping 11 matching lines...) Expand all
952 data = [ 954 data = [
953 "test/data/", 955 "test/data/",
954 956
955 # Needed for isolate script to execute. 957 # Needed for isolate script to execute.
956 "//testing/scripts/common.py", 958 "//testing/scripts/common.py",
957 "//testing/xvfb.py", 959 "//testing/xvfb.py",
958 "//testing/scripts/run_gtest_perf_test.py", 960 "//testing/scripts/run_gtest_perf_test.py",
959 "//tools/perf/generate_legacy_perf_dashboard_json.py", 961 "//tools/perf/generate_legacy_perf_dashboard_json.py",
960 ] 962 ]
961 } 963 }
OLDNEW
« no previous file with comments | « no previous file | cc/paint/BUILD.gn » ('j') | cc/paint/display_item_list.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698