Index: Source/core/core.gypi |
diff --git a/Source/core/core.gypi b/Source/core/core.gypi |
index 4f59c0b432141485cef8950558c2b10eb197d232..619fd765bdf078acb32ead61eea823e6a7c8770d 100644 |
--- a/Source/core/core.gypi |
+++ b/Source/core/core.gypi |
@@ -3511,21 +3511,36 @@ |
'svg/SVGPathParser.h', |
'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/SVGPathSegCurvetoQuadraticSmooth.h', |
- 'svg/SVGPathSegLineto.h', |
+ 'svg/SVGPathSegCurvetoQuadraticAbs.h', |
+ 'svg/SVGPathSegCurvetoQuadraticRel.h', |
+ 'svg/SVGPathSegCurvetoQuadraticSmoothAbs.h', |
+ 'svg/SVGPathSegCurvetoQuadraticSmoothRel.h', |
+ 'svg/SVGPathSegLinetoAbs.h', |
+ 'svg/SVGPathSegLinetoRel.h', |
'svg/SVGPathSegLinetoHorizontal.h', |
+ 'svg/SVGPathSegLinetoHorizontalAbs.h', |
+ 'svg/SVGPathSegLinetoHorizontalRel.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/SVGPathSegMoveto.h', |
+ 'svg/SVGPathSegMovetoAbs.h', |
+ 'svg/SVGPathSegMovetoRel.h', |
'svg/SVGPathSegWithContext.h', |
'svg/SVGPathSource.h', |
'svg/SVGPathStringBuilder.cpp', |