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

Unified Diff: Source/core/core.gypi

Issue 153883003: [SVG] SVGAnimatedTransform{,List} migration to new SVG property impl. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: haraken review Created 6 years, 10 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
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 9486915257383598f65200c895a4d5edb1dcb054..058ffca1f95af724c6fb657effcad20acdf41917 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -2840,7 +2840,6 @@
'svg/SVGAnimatedNumber.cpp',
'svg/SVGAnimatedNumberOptionalNumber.cpp',
'svg/SVGAnimatedPath.cpp',
- 'svg/SVGAnimatedTransformList.cpp',
'svg/SVGAnimatedType.cpp',
'svg/SVGAnimatedTypeAnimator.cpp',
'svg/SVGAnimatedTypeAnimator.h',
@@ -2981,8 +2980,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',
@@ -2991,6 +2990,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',
@@ -3121,9 +3122,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',

Powered by Google App Engine
This is Rietveld 408576698