| 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 d97848d1ddb0b95214cbf817197eff63e5ce5038..b72f103417f4cb62a1a494555d009c04396f1806 100644
|
| --- a/third_party/WebKit/Source/core/animation/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/animation/BUILD.gn
|
| @@ -47,6 +47,8 @@ blink_core_sources("animation") {
|
| "CSSImageSliceInterpolationType.h",
|
| "CSSInterpolationType.cpp",
|
| "CSSInterpolationType.h",
|
| + "CSSInterpolationTypesMap.cpp",
|
| + "CSSInterpolationTypesMap.h",
|
| "CSSLengthInterpolationType.cpp",
|
| "CSSLengthInterpolationType.h",
|
| "CSSLengthListInterpolationType.cpp",
|
| @@ -119,6 +121,7 @@ blink_core_sources("animation") {
|
| "InterpolationEffect.cpp",
|
| "InterpolationEffect.h",
|
| "InterpolationType.h",
|
| + "InterpolationTypesMap.h",
|
| "InterpolationValue.h",
|
| "InvalidatableInterpolation.cpp",
|
| "InvalidatableInterpolation.h",
|
| @@ -152,8 +155,6 @@ blink_core_sources("animation") {
|
| "PrimitiveInterpolation.h",
|
| "PropertyHandle.cpp",
|
| "PropertyHandle.h",
|
| - "PropertyInterpolationTypesMapping.cpp",
|
| - "PropertyInterpolationTypesMapping.h",
|
| "SVGAngleInterpolationType.cpp",
|
| "SVGAngleInterpolationType.h",
|
| "SVGIntegerInterpolationType.cpp",
|
| @@ -162,6 +163,8 @@ blink_core_sources("animation") {
|
| "SVGIntegerOptionalIntegerInterpolationType.h",
|
| "SVGInterpolationType.cpp",
|
| "SVGInterpolationType.h",
|
| + "SVGInterpolationTypesMap.cpp",
|
| + "SVGInterpolationTypesMap.h",
|
| "SVGLengthInterpolationType.cpp",
|
| "SVGLengthInterpolationType.h",
|
| "SVGLengthListInterpolationType.cpp",
|
|
|