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

Unified Diff: Source/core/core.gypi

Issue 25082007: Web Animations CSS: Split AnimatableNumber into AnimatableDouble and AnimatableLength (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Review changes Created 7 years, 2 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 3bd423c039428930dd39665d37c3c3f1290347fa..2b58e9c0f5d264a9a0882683c721bcbbe988827f 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -527,15 +527,17 @@
'animation/AnimatableClipPathOperation.h',
'animation/AnimatableColor.cpp',
'animation/AnimatableColor.h',
+ 'animation/AnimatableDouble.cpp',
+ 'animation/AnimatableDouble.h',
'animation/AnimatableImage.cpp',
'animation/AnimatableImage.h',
+ 'animation/AnimatableLength.cpp',
+ 'animation/AnimatableLength.h',
'animation/AnimatableLengthBox.cpp',
'animation/AnimatableLengthBox.h',
'animation/AnimatableLengthSize.cpp',
'animation/AnimatableLengthSize.h',
'animation/AnimatableNeutral.h',
- 'animation/AnimatableNumber.cpp',
- 'animation/AnimatableNumber.h',
'animation/AnimatableShapeValue.cpp',
'animation/AnimatableShapeValue.h',
'animation/AnimatableTransform.cpp',
@@ -3768,8 +3770,9 @@
],
'core_unittest_files': [
'animation/AnimatableColorTest.cpp',
+ 'animation/AnimatableDoubleTest.cpp',
+ 'animation/AnimatableLengthTest.cpp',
'animation/AnimatableNeutralTest.cpp',
- 'animation/AnimatableNumberTest.cpp',
'animation/AnimatableUnknownTest.cpp',
'animation/DocumentTimelineTest.cpp',
'animation/KeyframeAnimationEffectTest.cpp',
« no previous file with comments | « Source/core/animation/css/CSSAnimatableValueFactory.cpp ('k') | Source/core/css/resolver/AnimatedStyleBuilder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698