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

Unified Diff: Source/core/core.gypi

Issue 863863004: Implemented additive animations for length (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: More comprehensive non-negative length layout tests Created 5 years, 10 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 e50ebcee43e52774ee31c5909ae97d0fb8d76861..338b8bfb6dd35eda889e72d43814484a6e42b963 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -908,6 +908,11 @@
'animation/Interpolation.h',
'animation/InterpolationEffect.cpp',
'animation/InterpolationEffect.h',
+ 'animation/InterpolationFactory.h',
+ 'animation/InterpolationFactory.cpp',
+ 'animation/InterpolationPipeline.cpp',
+ 'animation/InterpolationPipeline.h',
+ 'animation/InterpolationPipelineStage.h',
'animation/KeyframeEffectModel.cpp',
'animation/KeyframeEffectModel.h',
'animation/LegacyStyleInterpolation.h',
@@ -3690,6 +3695,7 @@
'animation/EffectInputTest.cpp',
'animation/InterpolableValueTest.cpp',
'animation/InterpolationEffectTest.cpp',
+ 'animation/InterpolationPipelineTest.cpp',
'animation/KeyframeEffectModelTest.cpp',
'animation/LengthBoxStyleInterpolationTest.cpp',
'animation/LengthPairStyleInterpolationTest.cpp',

Powered by Google App Engine
This is Rietveld 408576698