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

Unified Diff: Source/core/core.gypi

Issue 18707002: Reduce number of header includes in SVG (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add Samsung copyright Created 7 years, 5 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 | « no previous file | Source/core/rendering/RenderLayerFilterInfo.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 2f519259e930441894d0a98734038e90bcb73eb3..1bd73626d7863ce679bbda2f0efa85821522e8dd 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -3315,6 +3315,8 @@
'svg/SVGAnimatedString.cpp',
'svg/SVGAnimatedTransformList.cpp',
'svg/SVGAnimatedType.cpp',
+ 'svg/SVGAnimatedTypeAnimator.cpp',
+ 'svg/SVGAnimatedTypeAnimator.h',
'svg/SVGAnimateElement.cpp',
'svg/SVGAnimateElement.h',
'svg/SVGAnimateMotionElement.cpp',
@@ -3595,6 +3597,8 @@
'svg/graphics/filters/SVGFilter.h',
'svg/graphics/filters/SVGFilterBuilder.cpp',
'svg/graphics/filters/SVGFilterBuilder.h',
+ 'svg/properties/SVGAnimatedProperty.cpp',
+ 'svg/properties/SVGAnimatedProperty.h',
'svg/properties/SVGAttributeToPropertyMap.cpp',
'svg/properties/SVGAnimatedPathSegListPropertyTearOff.h',
'svg/properties/SVGPathSegListPropertyTearOff.cpp',
« no previous file with comments | « no previous file | Source/core/rendering/RenderLayerFilterInfo.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698