| Index: third_party/WebKit/Source/core/core.gypi
|
| diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
|
| index 3121507d2f3d06d3c4a59a56d431bff991c557c5..0a12fa96d48113fef58a7532f31276779e65f333 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -920,6 +920,8 @@
|
| 'animation/CSSTextIndentInterpolationType.cpp',
|
| 'animation/CSSTextIndentInterpolationType.h',
|
| 'animation/CSSTransformOriginInterpolationType.h',
|
| + 'animation/CSSTransformInterpolationType.cpp',
|
| + 'animation/CSSTransformInterpolationType.h',
|
| 'animation/CSSTranslateInterpolationType.cpp',
|
| 'animation/CSSTranslateInterpolationType.h',
|
| 'animation/CSSValueInterpolationType.cpp',
|
| @@ -972,6 +974,7 @@
|
| 'animation/LengthListPropertyFunctions.h',
|
| 'animation/LengthPropertyFunctions.cpp',
|
| 'animation/LengthPropertyFunctions.h',
|
| + 'animation/LengthUnitsChecker.h',
|
| 'animation/ListInterpolationFunctions.cpp',
|
| 'animation/ListInterpolationFunctions.h',
|
| 'animation/NonInterpolableValue.h',
|
|
|