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

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 debug print 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/scripts/code_generator_v8.pm ('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 621b49a25ae8f035ec9e0e62bc5cb6a31410bcc7..3660b8a573ee1120607425410a4fb26a0d99db88 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -2861,7 +2861,6 @@
'svg/SVGAnimatedNumber.cpp',
'svg/SVGAnimatedNumberOptionalNumber.cpp',
'svg/SVGAnimatedPath.cpp',
- 'svg/SVGAnimatedString.cpp',
'svg/SVGAnimatedTransformList.cpp',
'svg/SVGAnimatedType.cpp',
'svg/SVGAnimatedTypeAnimator.cpp',
@@ -3112,10 +3111,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',
« no previous file with comments | « Source/bindings/scripts/code_generator_v8.pm ('k') | Source/core/css/CSSCursorImageValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698