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

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

Issue 1418193007: Web Animations: Add SVGNumberOptionalNumberInterpolationType (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@_svgIntegerInterpolationType
Patch Set: neutralKeyframe 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 eec568296dcfbda08bff573956e627c8cd3f55e2..aa8c128176965d30f2f654ac75a27ebe2efae1bf 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -898,7 +898,6 @@
'animation/ListInterpolationFunctions.h',
'animation/NonInterpolableValue.h',
'animation/NumberAttributeFunctions.h',
- 'animation/NumberOptionalNumberSVGInterpolation.h',
'animation/NumberPropertyFunctions.cpp',
'animation/NumberPropertyFunctions.h',
'animation/NumberSVGInterpolation.cpp',
@@ -920,6 +919,8 @@
'animation/SVGInterpolationType.h',
'animation/SVGNumberInterpolationType.cpp',
'animation/SVGNumberInterpolationType.h',
+ 'animation/SVGNumberOptionalNumberInterpolationType.cpp',
+ 'animation/SVGNumberOptionalNumberInterpolationType.h',
'animation/SVGPointListInterpolationType.cpp',
'animation/SVGPointListInterpolationType.h',
'animation/SVGStrokeDasharrayStyleInterpolation.cpp',

Powered by Google App Engine
This is Rietveld 408576698