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

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

Issue 1416703004: Web Animations: Add SVGIntegerOptionalIntegerInterpolationType (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@_svgNONInterpolationType
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 aa8c128176965d30f2f654ac75a27ebe2efae1bf..0ff2f969a5c68758e190362c30a8368df3bd0efc 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -868,8 +868,6 @@
'animation/ImageSliceStyleInterpolation.h',
'animation/InertEffect.cpp',
'animation/InertEffect.h',
- 'animation/IntegerOptionalIntegerSVGInterpolation.cpp',
- 'animation/IntegerOptionalIntegerSVGInterpolation.h',
'animation/IntegerSVGInterpolation.h',
'animation/InterpolableValue.cpp',
'animation/InterpolableValue.h',
@@ -913,6 +911,8 @@
'animation/SVGAngleInterpolationType.h',
'animation/SVGIntegerInterpolationType.cpp',
'animation/SVGIntegerInterpolationType.h',
+ 'animation/SVGIntegerOptionalIntegerInterpolationType.cpp',
+ 'animation/SVGIntegerOptionalIntegerInterpolationType.h',
'animation/SVGInterpolation.cpp',
'animation/SVGInterpolation.h',
'animation/SVGInterpolationType.cpp',

Powered by Google App Engine
This is Rietveld 408576698