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

Unified Diff: Source/core/core.gypi

Issue 19266007: Web Animations: Introduce ActiveAnimations and AnimationStack (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Removed maps. Store ActiveAnimations in ElementRareData. Created 7 years, 5 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 8ed03766d7d7913f997e5b20e303dac502785071..563531fc5db2b844c9987704f295a1c0725cace2 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -532,6 +532,7 @@
'accessibility/AccessibilityTableHeaderContainer.h',
'accessibility/AccessibilityTableRow.cpp',
'accessibility/AccessibilityTableRow.h',
+ 'animation/ActiveAnimations.h',
'animation/AnimatableNeutral.h',
'animation/AnimatableNumber.cpp',
'animation/AnimatableNumber.h',
@@ -541,6 +542,7 @@
'animation/Animation.cpp',
'animation/Animation.h',
'animation/AnimationEffect.h',
+ 'animation/AnimationStack.h',
'animation/DocumentTimeline.cpp',
'animation/DocumentTimeline.h',
'animation/KeyframeAnimationEffect.cpp',

Powered by Google App Engine
This is Rietveld 408576698