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

Unified Diff: Source/core/core.gypi

Issue 1210353004: Rename {Animation,Interpolation}Type and {Animation,Interpolation}Value (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 5 years, 6 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/StringKeyframe.cpp ('k') | no next file » | 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 0813e2d1e7fc8a6227636d46cc4f7a338b8a85ee..91a14a735cb8f5dd87a2cff45e9c31df00c572a8 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -876,10 +876,8 @@
'animation/AnimationTimeline.h',
'animation/AnimationTranslationUtil.cpp',
'animation/AnimationTranslationUtil.h',
- 'animation/AnimationType.h',
- 'animation/AnimationValue.h',
- 'animation/CSSValueAnimationType.cpp',
- 'animation/CSSValueAnimationType.h',
+ 'animation/CSSValueInterpolationType.cpp',
+ 'animation/CSSValueInterpolationType.h',
'animation/CompositorAnimations.cpp',
'animation/CompositorAnimations.h',
'animation/CompositorAnimationsImpl.h',
@@ -919,6 +917,8 @@
'animation/Interpolation.h',
'animation/InterpolationEffect.cpp',
'animation/InterpolationEffect.h',
+ 'animation/InterpolationType.h',
+ 'animation/InterpolationValue.h',
'animation/InvalidatableStyleInterpolation.cpp',
'animation/InvalidatableStyleInterpolation.h',
'animation/KeyframeEffectModel.cpp',
« no previous file with comments | « Source/core/animation/StringKeyframe.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698