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

Unified Diff: Source/core/core.gypi

Issue 132233016: [SVG] SVGAnimatedPointList migration to new SVG property impl. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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 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',

Powered by Google App Engine
This is Rietveld 408576698