| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 9a2257ecd405706b7818443a96f5ff5a62730d34..a5b3974023510ce88545a8f38c1c8ab7fdabd77e 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -2853,7 +2853,6 @@
|
| 'svg/SVGAnimatedNumberList.cpp',
|
| 'svg/SVGAnimatedNumberOptionalNumber.cpp',
|
| 'svg/SVGAnimatedPath.cpp',
|
| - 'svg/SVGAnimatedPointList.cpp',
|
| 'svg/SVGAnimatedPreserveAspectRatio.cpp',
|
| 'svg/SVGAnimatedString.cpp',
|
| 'svg/SVGAnimatedTransformList.cpp',
|
| @@ -3072,7 +3071,10 @@
|
| 'svg/SVGPathUtilities.h',
|
| 'svg/SVGPatternElement.cpp',
|
| 'svg/SVGPatternElement.h',
|
| + 'svg/SVGPoint.cpp',
|
| 'svg/SVGPoint.h',
|
| + 'svg/SVGPointTearOff.cpp',
|
| + 'svg/SVGPointTearOff.h',
|
| 'svg/SVGPointList.cpp',
|
| 'svg/SVGPointList.h',
|
| 'svg/SVGPolyElement.cpp',
|
|
|