Index: Source/core/core.gypi |
diff --git a/Source/core/core.gypi b/Source/core/core.gypi |
index 17af36e65e4a7f0e96f53a130086c41578e16b15..685d5e9603f3a517bb91e3a26391c47e07f96e02 100644 |
--- a/Source/core/core.gypi |
+++ b/Source/core/core.gypi |
@@ -3313,6 +3313,8 @@ |
'svg/SVGAnimatedString.cpp', |
'svg/SVGAnimatedTransformList.cpp', |
'svg/SVGAnimatedType.cpp', |
+ 'svg/SVGAnimatedTypeAnimator.cpp', |
+ 'svg/SVGAnimatedTypeAnimator.h', |
'svg/SVGAnimateElement.cpp', |
'svg/SVGAnimateElement.h', |
'svg/SVGAnimateMotionElement.cpp', |
@@ -3593,6 +3595,8 @@ |
'svg/graphics/filters/SVGFilter.h', |
'svg/graphics/filters/SVGFilterBuilder.cpp', |
'svg/graphics/filters/SVGFilterBuilder.h', |
+ 'svg/properties/SVGAnimatedProperty.cpp', |
+ 'svg/properties/SVGAnimatedProperty.h', |
'svg/properties/SVGAttributeToPropertyMap.cpp', |
'svg/properties/SVGAnimatedPathSegListPropertyTearOff.h', |
'svg/properties/SVGPathSegListPropertyTearOff.cpp', |