Index: third_party/WebKit/Source/core/core.gypi |
diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi |
index aef0fdd5263ed525168012a7aaa36ad66c59f945..f740e4767b3cc8bf7869f7443b939d7b8c871eb9 100644 |
--- a/third_party/WebKit/Source/core/core.gypi |
+++ b/third_party/WebKit/Source/core/core.gypi |
@@ -322,27 +322,6 @@ |
'svg/SVGNumber.idl', |
'svg/SVGNumberList.idl', |
'svg/SVGPathElement.idl', |
- 'svg/SVGPathSeg.idl', |
- 'svg/SVGPathSegArcAbs.idl', |
- 'svg/SVGPathSegArcRel.idl', |
- 'svg/SVGPathSegClosePath.idl', |
- 'svg/SVGPathSegCurvetoCubicAbs.idl', |
- 'svg/SVGPathSegCurvetoCubicRel.idl', |
- 'svg/SVGPathSegCurvetoCubicSmoothAbs.idl', |
- 'svg/SVGPathSegCurvetoCubicSmoothRel.idl', |
- 'svg/SVGPathSegCurvetoQuadraticAbs.idl', |
- 'svg/SVGPathSegCurvetoQuadraticRel.idl', |
- 'svg/SVGPathSegCurvetoQuadraticSmoothAbs.idl', |
- 'svg/SVGPathSegCurvetoQuadraticSmoothRel.idl', |
- 'svg/SVGPathSegLinetoAbs.idl', |
- 'svg/SVGPathSegLinetoHorizontalAbs.idl', |
- 'svg/SVGPathSegLinetoHorizontalRel.idl', |
- 'svg/SVGPathSegLinetoRel.idl', |
- 'svg/SVGPathSegLinetoVerticalAbs.idl', |
- 'svg/SVGPathSegLinetoVerticalRel.idl', |
- 'svg/SVGPathSegList.idl', |
- 'svg/SVGPathSegMovetoAbs.idl', |
- 'svg/SVGPathSegMovetoRel.idl', |
'svg/SVGPatternElement.idl', |
'svg/SVGPoint.idl', |
'svg/SVGPointList.idl', |
@@ -3387,6 +3366,8 @@ |
'svg/SVGParserUtilities.cpp', |
'svg/SVGParserUtilities.h', |
'svg/SVGParsingError.h', |
+ 'svg/SVGPath.cpp', |
+ 'svg/SVGPath.h', |
'svg/SVGPathBlender.cpp', |
'svg/SVGPathBlender.h', |
'svg/SVGPathBuilder.cpp', |
@@ -3397,44 +3378,11 @@ |
'svg/SVGPathByteStreamSource.cpp', |
'svg/SVGPathByteStreamSource.h', |
'svg/SVGPathConsumer.h', |
+ 'svg/SVGPathData.h', |
'svg/SVGPathElement.cpp', |
'svg/SVGPathElement.h', |
'svg/SVGPathParser.cpp', |
'svg/SVGPathParser.h', |
- 'svg/SVGPathSeg.cpp', |
- 'svg/SVGPathSeg.h', |
- 'svg/SVGPathSegArc.h', |
- 'svg/SVGPathSegArcAbs.h', |
- 'svg/SVGPathSegArcRel.h', |
- 'svg/SVGPathSegClosePath.h', |
- 'svg/SVGPathSegCurvetoCubic.h', |
- 'svg/SVGPathSegCurvetoCubicAbs.h', |
- 'svg/SVGPathSegCurvetoCubicRel.h', |
- 'svg/SVGPathSegCurvetoCubicSmooth.h', |
- 'svg/SVGPathSegCurvetoCubicSmoothAbs.h', |
- 'svg/SVGPathSegCurvetoCubicSmoothRel.h', |
- 'svg/SVGPathSegCurvetoQuadratic.h', |
- 'svg/SVGPathSegCurvetoQuadraticAbs.h', |
- 'svg/SVGPathSegCurvetoQuadraticRel.h', |
- 'svg/SVGPathSegCurvetoQuadraticSmoothAbs.h', |
- 'svg/SVGPathSegCurvetoQuadraticSmoothRel.h', |
- 'svg/SVGPathSegLinetoAbs.h', |
- 'svg/SVGPathSegLinetoHorizontal.h', |
- 'svg/SVGPathSegLinetoHorizontalAbs.h', |
- 'svg/SVGPathSegLinetoHorizontalRel.h', |
- 'svg/SVGPathSegLinetoRel.h', |
- 'svg/SVGPathSegLinetoVertical.h', |
- 'svg/SVGPathSegLinetoVerticalAbs.h', |
- 'svg/SVGPathSegLinetoVerticalRel.h', |
- 'svg/SVGPathSegList.cpp', |
- 'svg/SVGPathSegList.h', |
- 'svg/SVGPathSegListBuilder.cpp', |
- 'svg/SVGPathSegListBuilder.h', |
- 'svg/SVGPathSegListSource.cpp', |
- 'svg/SVGPathSegListSource.h', |
- 'svg/SVGPathSegListTearOff.h', |
- 'svg/SVGPathSegMovetoAbs.h', |
- 'svg/SVGPathSegMovetoRel.h', |
'svg/SVGPathSource.h', |
'svg/SVGPathStringBuilder.cpp', |
'svg/SVGPathStringBuilder.h', |