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

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

Issue 2555923003: Make InvalidatableInterpolation's InterpolationTypes decided at effect application time (Closed)
Patch Set: Extended InterpolationTypesMap lifetime scope to fix release crash 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.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 d97848d1ddb0b95214cbf817197eff63e5ce5038..b72f103417f4cb62a1a494555d009c04396f1806 100644
--- a/third_party/WebKit/Source/core/animation/BUILD.gn
+++ b/third_party/WebKit/Source/core/animation/BUILD.gn
@@ -47,6 +47,8 @@ blink_core_sources("animation") {
"CSSImageSliceInterpolationType.h",
"CSSInterpolationType.cpp",
"CSSInterpolationType.h",
+ "CSSInterpolationTypesMap.cpp",
+ "CSSInterpolationTypesMap.h",
"CSSLengthInterpolationType.cpp",
"CSSLengthInterpolationType.h",
"CSSLengthListInterpolationType.cpp",
@@ -119,6 +121,7 @@ blink_core_sources("animation") {
"InterpolationEffect.cpp",
"InterpolationEffect.h",
"InterpolationType.h",
+ "InterpolationTypesMap.h",
"InterpolationValue.h",
"InvalidatableInterpolation.cpp",
"InvalidatableInterpolation.h",
@@ -152,8 +155,6 @@ blink_core_sources("animation") {
"PrimitiveInterpolation.h",
"PropertyHandle.cpp",
"PropertyHandle.h",
- "PropertyInterpolationTypesMapping.cpp",
- "PropertyInterpolationTypesMapping.h",
"SVGAngleInterpolationType.cpp",
"SVGAngleInterpolationType.h",
"SVGIntegerInterpolationType.cpp",
@@ -162,6 +163,8 @@ blink_core_sources("animation") {
"SVGIntegerOptionalIntegerInterpolationType.h",
"SVGInterpolationType.cpp",
"SVGInterpolationType.h",
+ "SVGInterpolationTypesMap.cpp",
+ "SVGInterpolationTypesMap.h",
"SVGLengthInterpolationType.cpp",
"SVGLengthInterpolationType.h",
"SVGLengthListInterpolationType.cpp",
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/animation/CSSInterpolationTypesMap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698