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

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: Attempt to fix bots 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
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 17af36e65e4a7f0e96f53a130086c41578e16b15..685d5e9603f3a517bb91e3a26391c47e07f96e02 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -3313,6 +3313,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',
@@ -3593,6 +3595,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') | Source/core/svg/SVGAnimatedTypeAnimator.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698