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

Unified Diff: third_party/WebKit/Source/core/animation/BUILD.gn

Issue 2650133002: Add TransitionInterpolation class for CSS Transition refactor (Closed)
Patch Set: lint Created 3 years, 10 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 | « no previous file | third_party/WebKit/Source/core/animation/InterpolableValue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/animation/BUILD.gn
diff --git a/third_party/WebKit/Source/core/animation/BUILD.gn b/third_party/WebKit/Source/core/animation/BUILD.gn
index d37569aff29ecfbdd43a93a57547df86ee454a0b..e58407250f43bf92f98949fc2cf7b4f12ce10f20 100644
--- a/third_party/WebKit/Source/core/animation/BUILD.gn
+++ b/third_party/WebKit/Source/core/animation/BUILD.gn
@@ -119,6 +119,7 @@ blink_core_sources("animation") {
"Interpolation.h",
"InterpolationEffect.cpp",
"InterpolationEffect.h",
+ "InterpolationEnvironment.h",
"InterpolationType.h",
"InterpolationTypesMap.h",
"InterpolationValue.h",
@@ -202,6 +203,8 @@ blink_core_sources("animation") {
"TimingCalculations.h",
"TimingInput.cpp",
"TimingInput.h",
+ "TransitionInterpolation.cpp",
+ "TransitionInterpolation.h",
"TypedInterpolationValue.h",
"UnderlyingValueOwner.cpp",
"UnderlyingValueOwner.h",
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/animation/InterpolableValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698