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

Unified Diff: Source/core/core.gypi

Issue 215883005: Web Animations: Introduce String based KeyframeEffectModel (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 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
« no previous file with comments | « Source/core/animation/css/CSSAnimations.cpp ('k') | Source/core/css/resolver/StyleResolver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 9b9b0211c305bca63f8c6cf0bec8a4a9416a43bf..8978d2a0c72ec89e2d936c04d203a210110b83f5 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -611,6 +611,8 @@
'animation/AnimatableUnknown.h',
'animation/AnimatableValue.cpp',
'animation/AnimatableValue.h',
+ 'animation/AnimatableValueKeyframe.cpp',
+ 'animation/AnimatableValueKeyframe.h',
'animation/AnimatableVisibility.cpp',
'animation/AnimatableVisibility.h',
'animation/Animation.cpp',
@@ -619,6 +621,8 @@
'animation/AnimationClock.h',
'animation/AnimationEffect.h',
'animation/AnimationHelpers.h',
+ 'animation/AnimationPlayer.cpp',
+ 'animation/AnimationPlayer.h',
'animation/AnimationStack.cpp',
'animation/AnimationStack.h',
'animation/AnimationTranslationUtil.cpp',
@@ -644,8 +648,8 @@
'animation/InterpolationEffect.h',
'animation/KeyframeEffectModel.cpp',
'animation/KeyframeEffectModel.h',
- 'animation/AnimationPlayer.cpp',
- 'animation/AnimationPlayer.h',
+ 'animation/StringKeyframe.cpp',
+ 'animation/StringKeyframe.h',
'animation/TimedItem.cpp',
'animation/TimedItem.h',
'animation/TimedItemCalculations.h',
« no previous file with comments | « Source/core/animation/css/CSSAnimations.cpp ('k') | Source/core/css/resolver/StyleResolver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698