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

Unified Diff: Source/core/core.gypi

Issue 273683005: Web Animations API: Deferred computation of interpolated values (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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 4f92d84f2a1dde9bdda8286b8d8904fbdaca451f..f9554c516283d72fc64cca6a832e25364b2307a2 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -642,12 +642,16 @@
'animation/InertAnimation.h',
'animation/InterpolableValue.cpp',
'animation/InterpolableValue.h',
+ 'animation/InterpolableValuePromise.cpp',
+ 'animation/InterpolableValuePromise.h',
'animation/Interpolation.cpp',
'animation/Interpolation.h',
'animation/InterpolationEffect.cpp',
'animation/InterpolationEffect.h',
'animation/KeyframeEffectModel.cpp',
'animation/KeyframeEffectModel.h',
+ 'animation/LegacyStyleInterpolation.cpp',
+ 'animation/LegacyStyleInterpolation.h',
'animation/SampledEffect.cpp',
'animation/SampledEffect.h',
'animation/StringKeyframe.cpp',
@@ -3330,6 +3334,7 @@
'animation/EffectInputTest.cpp',
'animation/InterpolationEffectTest.cpp',
'animation/InterpolationTest.cpp',
+ 'animation/InterpolableValuePromiseTest.cpp',
'animation/InterpolableValueTest.cpp',
'animation/KeyframeEffectModelTest.cpp',
'animation/TimedItemCalculationsTest.cpp',

Powered by Google App Engine
This is Rietveld 408576698