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

Unified Diff: Source/core/core.gypi

Issue 22799020: Web Animations CSS: Support Animation of StyleImage and LengthBox (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 7 years, 4 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/CSSComputedStyleDeclaration.cpp » ('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 04cb171661ce3f43ed50335ac86bacf258e3cb09..74963cc676df69c56c2485d8ae4dd8d67acf900f 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -526,6 +526,10 @@
'accessibility/AccessibilityTableRow.cpp',
'accessibility/AccessibilityTableRow.h',
'animation/ActiveAnimations.h',
+ 'animation/AnimatableImage.cpp',
+ 'animation/AnimatableImage.h',
+ 'animation/AnimatableLengthBox.cpp',
+ 'animation/AnimatableLengthBox.h',
'animation/AnimatableNeutral.h',
'animation/AnimatableNumber.cpp',
'animation/AnimatableNumber.h',
« no previous file with comments | « Source/core/animation/css/CSSAnimations.cpp ('k') | Source/core/css/CSSComputedStyleDeclaration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698