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 177183007: Web Animations: Add InterpolableValue hierarchy. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added unit tests Created 6 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 1523224ebda4ec13d03ee26565fb7afc2122b523..70a851bed67b79b35241d9dc4a0df0b04478f474 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -595,6 +595,8 @@
'animation/ElementAnimation.h',
'animation/InertAnimation.cpp',
'animation/InertAnimation.h',
+ 'animation/InterpolableValue.cpp',
+ 'animation/InterpolableValue.h',
'animation/KeyframeEffectModel.cpp',
'animation/KeyframeEffectModel.h',
'animation/Player.cpp',
@@ -3226,6 +3228,7 @@
'animation/CompositorAnimationsTestHelper.h',
'animation/CompositorAnimationsTimingFunctionReverserTest.cpp',
'animation/DocumentTimelineTest.cpp',
+ 'animation/InterpolableValueTest.cpp',
'animation/KeyframeEffectModelTest.cpp',
'animation/PlayerTest.cpp',
'animation/TimedItemCalculationsTest.cpp',

Powered by Google App Engine
This is Rietveld 408576698