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

Unified Diff: third_party/WebKit/Source/core/core.gypi

Issue 2236193002: WIP: Implement CSS transitions on top of InterpolationTypes instead of AnimatableValues (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@_environmentStyle
Patch Set: Created 4 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
Index: third_party/WebKit/Source/core/core.gypi
diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
index 19a62bef4270070f8e8a8e72c82dacd1381f84a0..489d234fd1867b694c2a616cd55be963acbae3d5 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -979,7 +979,6 @@
'animation/InertEffect.h',
'animation/InterpolableValue.cpp',
'animation/InterpolableValue.h',
- 'animation/Interpolation.cpp',
'animation/Interpolation.h',
'animation/InterpolationEffect.cpp',
'animation/InterpolationEffect.h',
@@ -987,12 +986,12 @@
'animation/InterpolationEnvironment.h',
'animation/InterpolationType.h',
'animation/InterpolationValue.h',
- 'animation/InvalidatableInterpolation.cpp',
- 'animation/InvalidatableInterpolation.h',
'animation/Keyframe.cpp',
'animation/Keyframe.h',
'animation/KeyframeEffectModel.cpp',
'animation/KeyframeEffectModel.h',
+ 'animation/KeyframeInterpolation.cpp',
+ 'animation/KeyframeInterpolation.h',
'animation/LegacyStyleInterpolation.h',
'animation/LengthListPropertyFunctions.cpp',
'animation/LengthListPropertyFunctions.h',
@@ -1007,6 +1006,7 @@
'animation/NumberPropertyFunctions.h',
'animation/PaintPropertyFunctions.cpp',
'animation/PaintPropertyFunctions.h',
+ 'animation/PairwiseInterpolation.h',
'animation/PairwiseInterpolationValue.h',
'animation/PathInterpolationFunctions.cpp',
'animation/PathInterpolationFunctions.h',
@@ -1049,8 +1049,11 @@
'animation/SampledEffect.h',
'animation/ShadowInterpolationFunctions.cpp',
'animation/ShadowInterpolationFunctions.h',
+ 'animation/StackableInterpolation.cpp',
+ 'animation/StackableInterpolation.h',
'animation/StringKeyframe.cpp',
'animation/StringKeyframe.h',
+ 'animation/StyleInterpolation.cpp',
'animation/StyleInterpolation.h',
'animation/Timing.cpp',
'animation/Timing.h',

Powered by Google App Engine
This is Rietveld 408576698