| 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 ff1442e8fc0220819c6f7103c137af1ab00ad140..ae2783db5b99bea59dbd25fc979b2bd744b85f6a 100644
|
| --- a/third_party/WebKit/Source/core/animation/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/animation/BUILD.gn
|
| @@ -20,6 +20,7 @@ blink_core_sources("animation") {
|
| "AnimationEffectTimingReadOnly.h",
|
| "AnimationInputHelpers.cpp",
|
| "AnimationInputHelpers.h",
|
| + "AnimationTimeline.h",
|
| "BasicShapeInterpolationFunctions.cpp",
|
| "BasicShapeInterpolationFunctions.h",
|
| "BasicShapePropertyFunctions.h",
|
| @@ -214,7 +215,6 @@ blink_core_sources("animation") {
|
| "SizeListPropertyFunctions.h",
|
| "StringKeyframe.cpp",
|
| "StringKeyframe.h",
|
| - "SuperAnimationTimeline.h",
|
| "Timing.cpp",
|
| "Timing.h",
|
| "TimingCalculations.h",
|
|
|