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

Side by Side Diff: cc/BUILD.gn

Issue 2751783002: cc: Replace LayerIterator with iterator that walks layer list and effect tree (Closed)
Patch Set: Rebase 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/layers/effect_tree_layer_list_iterator.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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
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.h", 51 "layers/append_quads_data.h",
52 "layers/content_layer_client.h", 52 "layers/content_layer_client.h",
53 "layers/draw_properties.cc", 53 "layers/draw_properties.cc",
54 "layers/draw_properties.h", 54 "layers/draw_properties.h",
55 "layers/effect_tree_layer_list_iterator.cc",
56 "layers/effect_tree_layer_list_iterator.h",
55 "layers/heads_up_display_layer.cc", 57 "layers/heads_up_display_layer.cc",
56 "layers/heads_up_display_layer.h", 58 "layers/heads_up_display_layer.h",
57 "layers/heads_up_display_layer_impl.cc", 59 "layers/heads_up_display_layer_impl.cc",
58 "layers/heads_up_display_layer_impl.h", 60 "layers/heads_up_display_layer_impl.h",
59 "layers/layer.cc", 61 "layers/layer.cc",
60 "layers/layer.h", 62 "layers/layer.h",
61 "layers/layer_client.h", 63 "layers/layer_client.h",
62 "layers/layer_collections.h", 64 "layers/layer_collections.h",
63 "layers/layer_impl.cc", 65 "layers/layer_impl.cc",
64 "layers/layer_impl.h", 66 "layers/layer_impl.h",
65 "layers/layer_impl_test_properties.cc", 67 "layers/layer_impl_test_properties.cc",
66 "layers/layer_impl_test_properties.h", 68 "layers/layer_impl_test_properties.h",
67 "layers/layer_iterator.h",
68 "layers/layer_list_iterator.cc", 69 "layers/layer_list_iterator.cc",
69 "layers/layer_list_iterator.h", 70 "layers/layer_list_iterator.h",
70 "layers/layer_position_constraint.cc", 71 "layers/layer_position_constraint.cc",
71 "layers/layer_position_constraint.h", 72 "layers/layer_position_constraint.h",
72 "layers/layer_sticky_position_constraint.cc", 73 "layers/layer_sticky_position_constraint.cc",
73 "layers/layer_sticky_position_constraint.h", 74 "layers/layer_sticky_position_constraint.h",
74 "layers/layer_utils.cc", 75 "layers/layer_utils.cc",
75 "layers/layer_utils.h", 76 "layers/layer_utils.h",
76 "layers/nine_patch_layer.cc", 77 "layers/nine_patch_layer.cc",
77 "layers/nine_patch_layer.h", 78 "layers/nine_patch_layer.h",
(...skipping 631 matching lines...) Expand 10 before | Expand all | Expand 10 after
709 "base/tiling_data_unittest.cc", 710 "base/tiling_data_unittest.cc",
710 "base/unique_notifier_unittest.cc", 711 "base/unique_notifier_unittest.cc",
711 "benchmarks/micro_benchmark_controller_unittest.cc", 712 "benchmarks/micro_benchmark_controller_unittest.cc",
712 "debug/rendering_stats_unittest.cc", 713 "debug/rendering_stats_unittest.cc",
713 "input/browser_controls_offset_manager_unittest.cc", 714 "input/browser_controls_offset_manager_unittest.cc",
714 "input/scroll_state_unittest.cc", 715 "input/scroll_state_unittest.cc",
715 "input/scrollbar_animation_controller_unittest.cc", 716 "input/scrollbar_animation_controller_unittest.cc",
716 "input/single_scrollbar_animation_controller_thinning_unittest.cc", 717 "input/single_scrollbar_animation_controller_thinning_unittest.cc",
717 "ipc/cc_param_traits_unittest.cc", 718 "ipc/cc_param_traits_unittest.cc",
718 "ipc/struct_traits_unittest.cc", 719 "ipc/struct_traits_unittest.cc",
720 "layers/effect_tree_layer_list_iterator_unittest.cc",
719 "layers/heads_up_display_layer_impl_unittest.cc", 721 "layers/heads_up_display_layer_impl_unittest.cc",
720 "layers/heads_up_display_unittest.cc", 722 "layers/heads_up_display_unittest.cc",
721 "layers/layer_impl_unittest.cc", 723 "layers/layer_impl_unittest.cc",
722 "layers/layer_iterator_unittest.cc",
723 "layers/layer_list_iterator_unittest.cc", 724 "layers/layer_list_iterator_unittest.cc",
724 "layers/layer_position_constraint_unittest.cc", 725 "layers/layer_position_constraint_unittest.cc",
725 "layers/layer_unittest.cc", 726 "layers/layer_unittest.cc",
726 "layers/layer_utils_unittest.cc", 727 "layers/layer_utils_unittest.cc",
727 "layers/nine_patch_layer_impl_unittest.cc", 728 "layers/nine_patch_layer_impl_unittest.cc",
728 "layers/nine_patch_layer_unittest.cc", 729 "layers/nine_patch_layer_unittest.cc",
729 "layers/painted_scrollbar_layer_impl_unittest.cc", 730 "layers/painted_scrollbar_layer_impl_unittest.cc",
730 "layers/painted_scrollbar_layer_unittest.cc", 731 "layers/painted_scrollbar_layer_unittest.cc",
731 "layers/picture_image_layer_unittest.cc", 732 "layers/picture_image_layer_unittest.cc",
732 "layers/picture_layer_impl_unittest.cc", 733 "layers/picture_layer_impl_unittest.cc",
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
954 data = [ 955 data = [
955 "test/data/", 956 "test/data/",
956 957
957 # Needed for isolate script to execute. 958 # Needed for isolate script to execute.
958 "//testing/scripts/common.py", 959 "//testing/scripts/common.py",
959 "//testing/xvfb.py", 960 "//testing/xvfb.py",
960 "//testing/scripts/run_gtest_perf_test.py", 961 "//testing/scripts/run_gtest_perf_test.py",
961 "//tools/perf/generate_legacy_perf_dashboard_json.py", 962 "//tools/perf/generate_legacy_perf_dashboard_json.py",
962 ] 963 ]
963 } 964 }
OLDNEW
« no previous file with comments | « no previous file | cc/layers/effect_tree_layer_list_iterator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698