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

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: Merge IVP into LSI 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 dcdba911155f1d2182720a5646405dd3aa60f497..d3f3f03d7a3635c0a7e9921c35993e6443b8707b 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -648,6 +648,8 @@
'animation/InterpolationEffect.h',
'animation/KeyframeEffectModel.cpp',
'animation/KeyframeEffectModel.h',
+ 'animation/LegacyStyleInterpolation.cpp',
+ 'animation/LegacyStyleInterpolation.h',
'animation/SampledEffect.cpp',
'animation/SampledEffect.h',
'animation/StringKeyframe.cpp',
@@ -3334,6 +3336,7 @@
'animation/InterpolationTest.cpp',
'animation/InterpolableValueTest.cpp',
'animation/KeyframeEffectModelTest.cpp',
+ 'animation/LegacyStyleInterpolationTest.cpp',
'animation/TimedItemCalculationsTest.cpp',
'animation/TimedItemTest.cpp',
'animation/TimingInputTest.cpp',

Powered by Google App Engine
This is Rietveld 408576698