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

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: Make ConversionInvalidators independent of the InterpolationPrimitive conversion result 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
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 44ad79621b3c09d7be315ee13c43d3800fd01918..81b1ca5affe2d3b9c57cce2cead8bccc18dfb9a9 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -872,6 +872,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',
@@ -911,6 +915,9 @@
'animation/Interpolation.h',
'animation/InterpolationEffect.cpp',
'animation/InterpolationEffect.h',
+ 'animation/InterpolationPrimitive.h',
+ 'animation/InvalidatableStyleInterpolation.cpp',
+ 'animation/InvalidatableStyleInterpolation.h',
'animation/KeyframeEffectModel.cpp',
'animation/KeyframeEffectModel.h',
'animation/LegacyStyleInterpolation.h',
@@ -922,6 +929,7 @@
'animation/LengthSVGInterpolation.h',
'animation/LengthStyleInterpolation.cpp',
'animation/LengthStyleInterpolation.h',
+ 'animation/NonInterpolableValue.h',
'animation/NumberOptionalNumberSVGInterpolation.h',
'animation/NumberSVGInterpolation.cpp',
'animation/NumberSVGInterpolation.h',

Powered by Google App Engine
This is Rietveld 408576698