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

Unified Diff: Source/core/core.gypi

Issue 148173018: [SVG] SVGAnimatedString{,List} migration to new SVG property impl. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: remove if 0 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 37c1ee4e189cf74f6a5ba94f9882888050b1ac66..55214ffca6c1d3fa73dd41d977835e35fd8259e7 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -2864,7 +2864,6 @@
'svg/SVGAnimatedNumber.cpp',
'svg/SVGAnimatedNumberOptionalNumber.cpp',
'svg/SVGAnimatedPath.cpp',
- 'svg/SVGAnimatedString.cpp',
'svg/SVGAnimatedTransformList.cpp',
'svg/SVGAnimatedType.cpp',
'svg/SVGAnimatedTypeAnimator.cpp',
@@ -3115,10 +3114,16 @@
'svg/SVGScriptElement.h',
'svg/SVGSetElement.cpp',
'svg/SVGSetElement.h',
+ 'svg/SVGStaticStringList.cpp',
+ 'svg/SVGStaticStringList.h',
'svg/SVGStopElement.cpp',
'svg/SVGStopElement.h',
+ 'svg/SVGString.cpp',
+ 'svg/SVGString.h',
'svg/SVGStringList.cpp',
'svg/SVGStringList.h',
+ 'svg/SVGStringListTearOff.cpp',
+ 'svg/SVGStringListTearOff.h',
'svg/SVGStyleElement.cpp',
'svg/SVGStyleElement.h',
'svg/SVGSwitchElement.cpp',

Powered by Google App Engine
This is Rietveld 408576698