Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(436)

Unified Diff: Source/core/core.gypi

Issue 18706003: Get rid of SVGPathSeg* special casing in the bindings generator (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/bindings/scripts/deprecated_code_generator_v8.pm ('k') | Source/core/svg/SVGPathElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « Source/bindings/scripts/deprecated_code_generator_v8.pm ('k') | Source/core/svg/SVGPathElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698