| 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",
|
|
|