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

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

Issue 2241993002: CSS Motion Path: New names for properties (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 4 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: 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 17617e5babbeeb840b524873f28e175dc6c7be6b..60ac083709d00461ad1fc975cba51d46e33aa7e9 100644
--- a/third_party/WebKit/Source/core/animation/BUILD.gn
+++ b/third_party/WebKit/Source/core/animation/BUILD.gn
@@ -52,10 +52,10 @@ blink_core_sources("animation") {
"CSSLengthListInterpolationType.cpp",
"CSSLengthListInterpolationType.h",
"CSSLengthPairInterpolationType.h",
- "CSSMotionRotationInterpolationType.cpp",
- "CSSMotionRotationInterpolationType.h",
"CSSNumberInterpolationType.cpp",
"CSSNumberInterpolationType.h",
+ "CSSOffsetRotationInterpolationType.cpp",
+ "CSSOffsetRotationInterpolationType.h",
"CSSPaintInterpolationType.cpp",
"CSSPaintInterpolationType.h",
"CSSPathInterpolationType.cpp",

Powered by Google App Engine
This is Rietveld 408576698