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

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

Issue 1473963004: CSS animation for SVG presentation attribute 'd' (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Oilpan Created 5 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
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 a9098c0293c2bed67e5e40fe8346e7ed3f97f633..17f5660660fde49cd3e98f7e6cfbf5dec466d41c 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -980,6 +980,8 @@
'animation/animatable/AnimatableLengthSize.cpp',
'animation/animatable/AnimatableLengthSize.h',
'animation/animatable/AnimatableNeutral.h',
+ 'animation/animatable/AnimatablePath.cpp',
+ 'animation/animatable/AnimatablePath.h',
'animation/animatable/AnimatableRepeatable.cpp',
'animation/animatable/AnimatableRepeatable.h',
'animation/animatable/AnimatableSVGPaint.cpp',

Powered by Google App Engine
This is Rietveld 408576698