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