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

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: Rebased onto virtual enum change Created 7 years, 3 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 c3b33e52b3d89eae29e237ec3d0e015c8ca40844..a2e5016975bc4eed71140b8e432a02be01a266a1 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -524,15 +524,17 @@
'animation/ActiveAnimations.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/AnimatableTransform.cpp',
'animation/AnimatableTransform.h',
'animation/AnimatableUnknown.h',
@@ -3794,8 +3796,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',

Powered by Google App Engine
This is Rietveld 408576698