| 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 6a30f3cdccf35512a4f7cf8e4d4930ae42c248b7..ff1442e8fc0220819c6f7103c137af1ab00ad140 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",
|
| - "AnimationTimeline.cpp",
|
| - "AnimationTimeline.h",
|
| "BasicShapeInterpolationFunctions.cpp",
|
| "BasicShapeInterpolationFunctions.h",
|
| "BasicShapePropertyFunctions.h",
|
| @@ -109,6 +107,7 @@ blink_core_sources("animation") {
|
| "DocumentAnimation.h",
|
| "DocumentAnimations.cpp",
|
| "DocumentAnimations.h",
|
| + "DocumentTimeline.cpp",
|
| "DocumentTimeline.h",
|
| "EffectInput.cpp",
|
| "EffectInput.h",
|
|
|