Index: Source/core/core.gypi |
diff --git a/Source/core/core.gypi b/Source/core/core.gypi |
index 621b49a25ae8f035ec9e0e62bc5cb6a31410bcc7..3660b8a573ee1120607425410a4fb26a0d99db88 100644 |
--- a/Source/core/core.gypi |
+++ b/Source/core/core.gypi |
@@ -2861,7 +2861,6 @@ |
'svg/SVGAnimatedNumber.cpp', |
'svg/SVGAnimatedNumberOptionalNumber.cpp', |
'svg/SVGAnimatedPath.cpp', |
- 'svg/SVGAnimatedString.cpp', |
'svg/SVGAnimatedTransformList.cpp', |
'svg/SVGAnimatedType.cpp', |
'svg/SVGAnimatedTypeAnimator.cpp', |
@@ -3112,10 +3111,16 @@ |
'svg/SVGScriptElement.h', |
'svg/SVGSetElement.cpp', |
'svg/SVGSetElement.h', |
+ 'svg/SVGStaticStringList.cpp', |
+ 'svg/SVGStaticStringList.h', |
'svg/SVGStopElement.cpp', |
'svg/SVGStopElement.h', |
+ 'svg/SVGString.cpp', |
+ 'svg/SVGString.h', |
'svg/SVGStringList.cpp', |
'svg/SVGStringList.h', |
+ 'svg/SVGStringListTearOff.cpp', |
+ 'svg/SVGStringListTearOff.h', |
'svg/SVGStyleElement.cpp', |
'svg/SVGStyleElement.h', |
'svg/SVGSwitchElement.cpp', |