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

Unified Diff: cc/BUILD.gn

Issue 2492133002: CC Animation: Move ElementId from animation to trees. (Closed)
Patch Set: Rebase. Created 4 years, 1 month 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/animation/animation_events.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 7b541f1fccc4b3af56663d682d195c4a7b75049e..a5a859e12ee9d50d88f5f23c04e7f341d5039f72 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -24,8 +24,6 @@ component("cc") {
"animation/animation_timeline.h",
"animation/element_animations.cc",
"animation/element_animations.h",
- "animation/element_id.cc",
- "animation/element_id.h",
"animation/keyframed_animation_curve.cc",
"animation/keyframed_animation_curve.h",
"animation/property_animation_state.cc",
@@ -510,6 +508,8 @@ component("cc") {
"trees/draw_property_utils.h",
"trees/effect_node.cc",
"trees/effect_node.h",
+ "trees/element_id.cc",
+ "trees/element_id.h",
"trees/latency_info_swap_promise_monitor.cc",
"trees/latency_info_swap_promise_monitor.h",
"trees/layer_tree.cc",
« no previous file with comments | « no previous file | cc/animation/animation_events.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698