| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 39c90ef167c968e8fe01fd2f1f6901793ba5f99f..35d418b34e1b5c57d67dd2b85491900f5dbd3bad 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -2867,7 +2867,6 @@
|
| 'svg/SVGAnimatedNumber.cpp',
|
| 'svg/SVGAnimatedNumberOptionalNumber.cpp',
|
| 'svg/SVGAnimatedPath.cpp',
|
| - 'svg/SVGAnimatedTransformList.cpp',
|
| 'svg/SVGAnimatedType.cpp',
|
| 'svg/SVGAnimatedTypeAnimator.cpp',
|
| 'svg/SVGAnimatedTypeAnimator.h',
|
| @@ -3008,8 +3007,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',
|
| @@ -3018,6 +3017,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',
|
| @@ -3148,9 +3149,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.h',
|
|
|