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

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

Issue 2579673002: Web Animations: Rename CSSOffsetRotationInterpolationType (Closed)
Patch Set: Created 4 years 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/CSSInterpolationTypesMap.cpp » ('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 b72f103417f4cb62a1a494555d009c04396f1806..029004a0b6d38e1fb518c30f0b4bf8a3ff3313b8 100644
--- a/third_party/WebKit/Source/core/animation/BUILD.gn
+++ b/third_party/WebKit/Source/core/animation/BUILD.gn
@@ -56,8 +56,8 @@ blink_core_sources("animation") {
"CSSLengthPairInterpolationType.h",
"CSSNumberInterpolationType.cpp",
"CSSNumberInterpolationType.h",
- "CSSOffsetRotationInterpolationType.cpp",
- "CSSOffsetRotationInterpolationType.h",
+ "CSSOffsetRotateInterpolationType.cpp",
+ "CSSOffsetRotateInterpolationType.h",
"CSSPaintInterpolationType.cpp",
"CSSPaintInterpolationType.h",
"CSSPathInterpolationType.cpp",
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/animation/CSSInterpolationTypesMap.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698