| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 37c1ee4e189cf74f6a5ba94f9882888050b1ac66..55214ffca6c1d3fa73dd41d977835e35fd8259e7 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -2864,7 +2864,6 @@
|
| 'svg/SVGAnimatedNumber.cpp',
|
| 'svg/SVGAnimatedNumberOptionalNumber.cpp',
|
| 'svg/SVGAnimatedPath.cpp',
|
| - 'svg/SVGAnimatedString.cpp',
|
| 'svg/SVGAnimatedTransformList.cpp',
|
| 'svg/SVGAnimatedType.cpp',
|
| 'svg/SVGAnimatedTypeAnimator.cpp',
|
| @@ -3115,10 +3114,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',
|
|
|