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

Unified Diff: third_party/WebKit/Source/core/animation/BUILD.gn

Issue 2522823002: Blink Animation: Rename AnimationStack to EffectStack. (Closed)
Patch Set: Rename getter and data (and locals) 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
Index: third_party/WebKit/Source/core/animation/BUILD.gn
diff --git a/third_party/WebKit/Source/core/animation/BUILD.gn b/third_party/WebKit/Source/core/animation/BUILD.gn
index e52c540df7b6f8e985b11484e516c1628dcb2e90..d97848d1ddb0b95214cbf817197eff63e5ce5038 100644
--- a/third_party/WebKit/Source/core/animation/BUILD.gn
+++ b/third_party/WebKit/Source/core/animation/BUILD.gn
@@ -20,8 +20,6 @@ blink_core_sources("animation") {
"AnimationEffectTimingReadOnly.h",
"AnimationInputHelpers.cpp",
"AnimationInputHelpers.h",
- "AnimationStack.cpp",
- "AnimationStack.h",
"AnimationTimeline.cpp",
"AnimationTimeline.h",
"BasicShapeInterpolationFunctions.cpp",
@@ -101,6 +99,8 @@ blink_core_sources("animation") {
"EffectInput.cpp",
"EffectInput.h",
"EffectModel.h",
+ "EffectStack.cpp",
+ "EffectStack.h",
"ElementAnimation.h",
"ElementAnimations.cpp",
"ElementAnimations.h",

Powered by Google App Engine
This is Rietveld 408576698