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

Unified Diff: Source/core/core.gypi

Issue 112003003: [SVG] SVGLength{,List} migration to new SVG property impl. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: revert aggressive svgAttributeChanged, add 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/core/animation/AnimatableValueTestHelperTest.cpp ('k') | Source/core/css/CSSCursorImageValue.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 98e6842ec91fd05b2f9203a52d4c39d22a8efdd2..0cd7b2b9ccbfe838a95047de7216f71b2116eb9e 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -2861,7 +2861,6 @@
'svg/SVGAnimatedInteger.cpp',
'svg/SVGAnimatedIntegerOptionalInteger.cpp',
'svg/SVGAnimatedLength.cpp',
- 'svg/SVGAnimatedLengthList.cpp',
'svg/SVGAnimatedNewPropertyAnimator.cpp',
'svg/SVGAnimatedNumber.cpp',
'svg/SVGAnimatedNumberList.cpp',
@@ -3003,6 +3002,7 @@
'svg/SVGLength.cpp',
'svg/SVGLengthContext.cpp',
'svg/SVGLengthList.cpp',
+ 'svg/SVGLengthTearOff.cpp',
'svg/SVGLineElement.cpp',
'svg/SVGLineElement.h',
'svg/SVGLinearGradientElement.cpp',
« no previous file with comments | « Source/core/animation/AnimatableValueTestHelperTest.cpp ('k') | Source/core/css/CSSCursorImageValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698