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

Unified Diff: Source/core/core.gypi

Issue 1153943003: Add foundation for removing AnimatableValues from StyleInterpolation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Review changes Created 5 years, 6 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 b5817efb05fa2a8488c8a70bc9a20cacf54c6ced..f33a93212ad258e4c2b130e5be16381f46332cff 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -878,6 +878,10 @@
'animation/AnimationTimeline.h',
'animation/AnimationTranslationUtil.cpp',
'animation/AnimationTranslationUtil.h',
+ 'animation/AnimationType.h',
+ 'animation/AnimationValue.h',
+ 'animation/CSSValueAnimationType.cpp',
+ 'animation/CSSValueAnimationType.h',
'animation/CompositorAnimations.cpp',
'animation/CompositorAnimations.h',
'animation/CompositorAnimationsImpl.h',
@@ -917,6 +921,8 @@
'animation/Interpolation.h',
'animation/InterpolationEffect.cpp',
'animation/InterpolationEffect.h',
+ 'animation/InvalidatableStyleInterpolation.cpp',
+ 'animation/InvalidatableStyleInterpolation.h',
'animation/KeyframeEffectModel.cpp',
'animation/KeyframeEffectModel.h',
'animation/LegacyStyleInterpolation.h',
@@ -928,9 +934,11 @@
'animation/LengthSVGInterpolation.h',
'animation/LengthStyleInterpolation.cpp',
'animation/LengthStyleInterpolation.h',
+ 'animation/NonInterpolableValue.h',
'animation/NumberOptionalNumberSVGInterpolation.h',
'animation/NumberSVGInterpolation.cpp',
'animation/NumberSVGInterpolation.h',
+ 'animation/PrimitiveInterpolation.h',
'animation/PropertyHandle.cpp',
'animation/PropertyHandle.h',
'animation/RectSVGInterpolation.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