Index: Source/core/core.gypi |
diff --git a/Source/core/core.gypi b/Source/core/core.gypi |
index 2f519259e930441894d0a98734038e90bcb73eb3..1bd73626d7863ce679bbda2f0efa85821522e8dd 100644 |
--- a/Source/core/core.gypi |
+++ b/Source/core/core.gypi |
@@ -3315,6 +3315,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', |
@@ -3595,6 +3597,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', |