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

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: Adjust transitions/svg-transitions.html 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
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 27f2450cf985d4c5b312186cafa87904fcd8e44b..2a85adb3148944e67ae80f9a51111d0308da5a47 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',
@@ -3724,7 +3720,6 @@
'animation/LengthPairStyleInterpolationTest.cpp',
'animation/LengthStyleInterpolationTest.cpp',
'animation/ListStyleInterpolationTest.cpp',
- 'animation/SVGLengthStyleInterpolationTest.cpp',
'animation/SVGStrokeDasharrayStyleInterpolationTest.cpp',
'animation/ShadowStyleInterpolationTest.cpp',
'animation/TimingCalculationsTest.cpp',

Powered by Google App Engine
This is Rietveld 408576698