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

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: fix tests 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 98e6f5e0eec88ad0bc5d2009e3b8802fbb1cd4a2..ab3d4057275551625f42688714b3d7ef8b01e62f 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -2853,7 +2853,6 @@
'svg/SVGAnimatedInteger.cpp',
'svg/SVGAnimatedIntegerOptionalInteger.cpp',
'svg/SVGAnimatedLength.cpp',
- 'svg/SVGAnimatedLengthList.cpp',
'svg/SVGAnimatedNewPropertyAnimator.cpp',
'svg/SVGAnimatedNumber.cpp',
'svg/SVGAnimatedNumberList.cpp',
@@ -2997,6 +2996,7 @@
'svg/SVGLength.cpp',
'svg/SVGLengthContext.cpp',
'svg/SVGLengthList.cpp',
+ 'svg/SVGLengthTearOff.cpp',
'svg/SVGLineElement.cpp',
'svg/SVGLineElement.h',
'svg/SVGLinearGradientElement.cpp',

Powered by Google App Engine
This is Rietveld 408576698