| 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 9ab2e0d24aa69a5c6c7524bc5efacd749bbf071c..17617e5babbeeb840b524873f28e175dc6c7be6b 100644
|
| --- a/third_party/WebKit/Source/core/animation/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/animation/BUILD.gn
|
| @@ -69,6 +69,7 @@ blink_core_sources("animation") {
|
| "CSSScaleInterpolationType.h",
|
| "CSSShadowListInterpolationType.cpp",
|
| "CSSShadowListInterpolationType.h",
|
| + "CSSSizeListInterpolationType.cpp",
|
| "CSSSizeListInterpolationType.h",
|
| "CSSTextIndentInterpolationType.cpp",
|
| "CSSTextIndentInterpolationType.h",
|
| @@ -183,6 +184,10 @@ blink_core_sources("animation") {
|
| "SampledEffect.h",
|
| "ShadowInterpolationFunctions.cpp",
|
| "ShadowInterpolationFunctions.h",
|
| + "SizeInterpolationFunctions.cpp",
|
| + "SizeInterpolationFunctions.h",
|
| + "SizeListPropertyFunctions.cpp",
|
| + "SizeListPropertyFunctions.h",
|
| "StringKeyframe.cpp",
|
| "StringKeyframe.h",
|
| "StyleInterpolation.h",
|
|
|