| 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 e1109ccca9c3f4e4af2d82b9d5ef3ec96b3feeac..d37569aff29ecfbdd43a93a57547df86ee454a0b 100644
|
| --- a/third_party/WebKit/Source/core/animation/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/animation/BUILD.gn
|
| @@ -116,7 +116,6 @@ blink_core_sources("animation") {
|
| "InertEffect.h",
|
| "InterpolableValue.cpp",
|
| "InterpolableValue.h",
|
| - "Interpolation.cpp",
|
| "Interpolation.h",
|
| "InterpolationEffect.cpp",
|
| "InterpolationEffect.h",
|
| @@ -133,6 +132,7 @@ blink_core_sources("animation") {
|
| "KeyframeEffectModel.h",
|
| "KeyframeEffectReadOnly.cpp",
|
| "KeyframeEffectReadOnly.h",
|
| + "LegacyStyleInterpolation.cpp",
|
| "LegacyStyleInterpolation.h",
|
| "LengthInterpolationFunctions.cpp",
|
| "LengthInterpolationFunctions.h",
|
|
|