| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 9175e23e618812e8787b97eefc83e918d75d632c..7fb0cb36fe84166e3455c6f0c6e851cf2d3b2499 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -2843,7 +2843,6 @@
|
| 'svg/SVGAnimatedNumber.cpp',
|
| 'svg/SVGAnimatedNumberOptionalNumber.cpp',
|
| 'svg/SVGAnimatedPath.cpp',
|
| - 'svg/SVGAnimatedTransformList.cpp',
|
| 'svg/SVGAnimatedType.cpp',
|
| 'svg/SVGAnimatedTypeAnimator.cpp',
|
| 'svg/SVGAnimatedTypeAnimator.h',
|
| @@ -2989,8 +2988,8 @@
|
| 'svg/SVGLineElement.h',
|
| 'svg/SVGLinearGradientElement.cpp',
|
| 'svg/SVGLinearGradientElement.h',
|
| - 'svg/SVGMPathElement.cpp',
|
| - 'svg/SVGMPathElement.h',
|
| + 'svg/SVGMatrixTearOff.cpp',
|
| + 'svg/SVGMatrixTearOff.h',
|
| 'svg/SVGMarkerElement.cpp',
|
| 'svg/SVGMarkerElement.h',
|
| 'svg/SVGMaskElement.cpp',
|
| @@ -2999,6 +2998,8 @@
|
| 'svg/SVGMetadataElement.h',
|
| 'svg/SVGMissingGlyphElement.cpp',
|
| 'svg/SVGMissingGlyphElement.h',
|
| + 'svg/SVGMPathElement.cpp',
|
| + 'svg/SVGMPathElement.h',
|
| 'svg/SVGNumber.h',
|
| 'svg/SVGNumber.cpp',
|
| 'svg/SVGNumberOptionalNumber.cpp',
|
| @@ -3129,9 +3130,11 @@
|
| 'svg/SVGTitleElement.cpp',
|
| 'svg/SVGTitleElement.h',
|
| 'svg/SVGTransform.cpp',
|
| + 'svg/SVGTransformTearOff.cpp',
|
| 'svg/SVGTransformDistance.cpp',
|
| 'svg/SVGTransformDistance.h',
|
| 'svg/SVGTransformList.cpp',
|
| + 'svg/SVGTransformListTearOff.cpp',
|
| 'svg/SVGURIReference.cpp',
|
| 'svg/SVGURIReference.h',
|
| 'svg/SVGUnitTypes.cpp',
|
|
|