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

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: set NeedsRebaseline 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
« no previous file with comments | « Source/bindings/tests/results/V8TestSVG.cpp ('k') | Source/core/html/HTMLCanvasElement.h » ('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 582e2d8288aa137aae7afe900e60f232f2bb1f21..1721bfce748e6a97bd3aa7f3b3ac552676f30a31 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -2870,7 +2870,6 @@
'svg/SVGAnimatedNumberList.cpp',
'svg/SVGAnimatedNumberOptionalNumber.cpp',
'svg/SVGAnimatedPath.cpp',
- 'svg/SVGAnimatedPointList.cpp',
'svg/SVGAnimatedPreserveAspectRatio.cpp',
'svg/SVGAnimatedString.cpp',
'svg/SVGAnimatedTransformList.cpp',
@@ -3089,7 +3088,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',
« no previous file with comments | « Source/bindings/tests/results/V8TestSVG.cpp ('k') | Source/core/html/HTMLCanvasElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698