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

Unified Diff: Source/core/core.gypi

Issue 851633002: Animation: Add template for ListStyleInterpolation (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add else to shadowToInterpolableValue Created 5 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/core/animation/StringKeyframe.cpp ('k') | no next file » | 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 3dd3591257439673bb79a6a9c440cc66bf26017f..82f5e621dd256cb5a530aa638316c637140cdbaf 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -593,14 +593,13 @@
'animation/LengthBoxStyleInterpolation.h',
'animation/LengthPairStyleInterpolation.cpp',
'animation/LengthPairStyleInterpolation.h',
- 'animation/LengthPoint3DStyleInterpolation.cpp',
- 'animation/LengthPoint3DStyleInterpolation.h',
'animation/LengthStyleInterpolation.cpp',
'animation/LengthStyleInterpolation.h',
'animation/SVGLengthStyleInterpolation.cpp',
'animation/SVGLengthStyleInterpolation.h',
'animation/SampledEffect.cpp',
'animation/SampledEffect.h',
+ 'animation/ListStyleInterpolation.h',
'animation/ShadowStyleInterpolation.cpp',
'animation/ShadowStyleInterpolation.h',
'animation/StringKeyframe.cpp',
@@ -3663,8 +3662,8 @@
'animation/KeyframeEffectModelTest.cpp',
'animation/LengthBoxStyleInterpolationTest.cpp',
'animation/LengthPairStyleInterpolationTest.cpp',
- 'animation/LengthPoint3DStyleInterpolationTest.cpp',
'animation/LengthStyleInterpolationTest.cpp',
+ 'animation/ListStyleInterpolationTest.cpp',
'animation/SVGLengthStyleInterpolationTest.cpp',
'animation/ShadowStyleInterpolationTest.cpp',
'animation/TimingCalculationsTest.cpp',
« no previous file with comments | « Source/core/animation/StringKeyframe.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698