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

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

Issue 1410343009: [WIP] Web Animations: Migrate SVG number list interpolation to interpolation types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 e16344559d7001d5c8cb82c5d65e193b942c0fc9..fda79abf3dd7e5a182cf27051018370095c071c5 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -916,6 +916,8 @@
'animation/SVGInterpolationType.h',
'animation/SVGNumberInterpolationType.cpp',
'animation/SVGNumberInterpolationType.h',
+ 'animation/SVGNumberListInterpolationType.cpp',
+ 'animation/SVGNumberListInterpolationType.h',
'animation/SVGStrokeDasharrayStyleInterpolation.cpp',
'animation/SVGStrokeDasharrayStyleInterpolation.h',
'animation/SVGValueInterpolationType.cpp',

Powered by Google App Engine
This is Rietveld 408576698