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 983103003: Use Length for the stroke-width property in SVGLayoutStyle (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: lengthSetterForProperty Created 5 years, 9 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/core/animation/css/CSSPropertyEquality.cpp ('k') | Source/core/css/CSSProperties.in » ('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 8df7ffd2a3bebcfdbfc8b2fceeca5c6ce89ec4db..365180c30b6480fbd88c7a4de17ce718738b269c 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -921,8 +921,6 @@
'animation/LengthPairStyleInterpolation.h',
'animation/LengthStyleInterpolation.cpp',
'animation/LengthStyleInterpolation.h',
- 'animation/SVGLengthStyleInterpolation.cpp',
- 'animation/SVGLengthStyleInterpolation.h',
'animation/SVGStrokeDasharrayStyleInterpolation.cpp',
'animation/SVGStrokeDasharrayStyleInterpolation.h',
'animation/SampledEffect.cpp',
@@ -967,8 +965,6 @@
'animation/animatable/AnimatableNeutral.h',
'animation/animatable/AnimatableRepeatable.cpp',
'animation/animatable/AnimatableRepeatable.h',
- 'animation/animatable/AnimatableSVGLength.cpp',
- 'animation/animatable/AnimatableSVGLength.h',
'animation/animatable/AnimatableSVGPaint.cpp',
'animation/animatable/AnimatableSVGPaint.h',
'animation/animatable/AnimatableShadow.cpp',
@@ -3722,7 +3718,6 @@
'animation/LengthPairStyleInterpolationTest.cpp',
'animation/LengthStyleInterpolationTest.cpp',
'animation/ListStyleInterpolationTest.cpp',
- 'animation/SVGLengthStyleInterpolationTest.cpp',
'animation/SVGStrokeDasharrayStyleInterpolationTest.cpp',
'animation/ShadowStyleInterpolationTest.cpp',
'animation/TimingCalculationsTest.cpp',
« no previous file with comments | « Source/core/animation/css/CSSPropertyEquality.cpp ('k') | Source/core/css/CSSProperties.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698