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

Unified Diff: cc/BUILD.gn

Issue 2349643003: CC Animation: Extract PropertyAnimationState as a non-nested struct. (Closed)
Patch Set: Created 4 years, 3 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/animation/animation_player.h » ('j') | cc/animation/property_animation_state.cc » ('J')
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 b4dcd57f26d7c0c5ea710585904c4f558748af89..b645627e31b6db10f0f9bcc555877850258bf202 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -28,6 +28,8 @@ component("cc") {
"animation/element_id.h",
"animation/keyframed_animation_curve.cc",
"animation/keyframed_animation_curve.h",
+ "animation/property_animation_state.cc",
+ "animation/property_animation_state.h",
"animation/scroll_offset_animation_curve.cc",
"animation/scroll_offset_animation_curve.h",
"animation/scroll_offset_animations.cc",
« no previous file with comments | « no previous file | cc/animation/animation_player.h » ('j') | cc/animation/property_animation_state.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698