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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | cc/layers/effect_tree_layer_list_iterator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/BUILD.gn
diff --git a/cc/BUILD.gn b/cc/BUILD.gn
index 76923ac76697d977cc3217c2c4938fa286dd250b..6ffaeddd3670dbde3cb77e8515ba87106109ef93 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -52,6 +52,8 @@ cc_component("cc") {
"layers/content_layer_client.h",
"layers/draw_properties.cc",
"layers/draw_properties.h",
+ "layers/effect_tree_layer_list_iterator.cc",
+ "layers/effect_tree_layer_list_iterator.h",
"layers/heads_up_display_layer.cc",
"layers/heads_up_display_layer.h",
"layers/heads_up_display_layer_impl.cc",
@@ -64,7 +66,6 @@ cc_component("cc") {
"layers/layer_impl.h",
"layers/layer_impl_test_properties.cc",
"layers/layer_impl_test_properties.h",
- "layers/layer_iterator.h",
"layers/layer_list_iterator.cc",
"layers/layer_list_iterator.h",
"layers/layer_position_constraint.cc",
@@ -716,10 +717,10 @@ cc_test("cc_unittests") {
"input/single_scrollbar_animation_controller_thinning_unittest.cc",
"ipc/cc_param_traits_unittest.cc",
"ipc/struct_traits_unittest.cc",
+ "layers/effect_tree_layer_list_iterator_unittest.cc",
"layers/heads_up_display_layer_impl_unittest.cc",
"layers/heads_up_display_unittest.cc",
"layers/layer_impl_unittest.cc",
- "layers/layer_iterator_unittest.cc",
"layers/layer_list_iterator_unittest.cc",
"layers/layer_position_constraint_unittest.cc",
"layers/layer_unittest.cc",
« 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