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

Side by Side Diff: cc/BUILD.gn

Issue 2803913004: cc: Introduce embedded_surfaces in metadata for surface Ids in draw quads (Closed)
Patch Set: Addressed Dana's comments 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/ipc/cc_param_traits_macros.h » ('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 30 matching lines...) Expand all
41 "input/scroll_elasticity_helper.h", 41 "input/scroll_elasticity_helper.h",
42 "input/scroll_state.cc", 42 "input/scroll_state.cc",
43 "input/scroll_state.h", 43 "input/scroll_state.h",
44 "input/scroll_state_data.cc", 44 "input/scroll_state_data.cc",
45 "input/scroll_state_data.h", 45 "input/scroll_state_data.h",
46 "input/scrollbar_animation_controller.cc", 46 "input/scrollbar_animation_controller.cc",
47 "input/scrollbar_animation_controller.h", 47 "input/scrollbar_animation_controller.h",
48 "input/selection.h", 48 "input/selection.h",
49 "input/single_scrollbar_animation_controller_thinning.cc", 49 "input/single_scrollbar_animation_controller_thinning.cc",
50 "input/single_scrollbar_animation_controller_thinning.h", 50 "input/single_scrollbar_animation_controller_thinning.h",
51 "layers/append_quads_data.cc",
51 "layers/append_quads_data.h", 52 "layers/append_quads_data.h",
52 "layers/content_layer_client.h", 53 "layers/content_layer_client.h",
53 "layers/draw_properties.cc", 54 "layers/draw_properties.cc",
54 "layers/draw_properties.h", 55 "layers/draw_properties.h",
55 "layers/effect_tree_layer_list_iterator.cc", 56 "layers/effect_tree_layer_list_iterator.cc",
56 "layers/effect_tree_layer_list_iterator.h", 57 "layers/effect_tree_layer_list_iterator.h",
57 "layers/heads_up_display_layer.cc", 58 "layers/heads_up_display_layer.cc",
58 "layers/heads_up_display_layer.h", 59 "layers/heads_up_display_layer.h",
59 "layers/heads_up_display_layer_impl.cc", 60 "layers/heads_up_display_layer_impl.cc",
60 "layers/heads_up_display_layer_impl.h", 61 "layers/heads_up_display_layer_impl.h",
(...skipping 894 matching lines...) Expand 10 before | Expand all | Expand 10 after
955 data = [ 956 data = [
956 "test/data/", 957 "test/data/",
957 958
958 # Needed for isolate script to execute. 959 # Needed for isolate script to execute.
959 "//testing/scripts/common.py", 960 "//testing/scripts/common.py",
960 "//testing/xvfb.py", 961 "//testing/xvfb.py",
961 "//testing/scripts/run_gtest_perf_test.py", 962 "//testing/scripts/run_gtest_perf_test.py",
962 "//tools/perf/generate_legacy_perf_dashboard_json.py", 963 "//tools/perf/generate_legacy_perf_dashboard_json.py",
963 ] 964 ]
964 } 965 }
OLDNEW
« no previous file with comments | « no previous file | cc/ipc/cc_param_traits_macros.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698