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

Unified Diff: Source/core/core.gypi

Issue 96283002: Web Animations API: Start implementation of Element.animate(). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix nits Created 7 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 | « Source/core/animation/ElementAnimationTest.cpp ('k') | Source/core/css/resolver/StyleResolver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 3196bf018184e8a935b1e2138b1ed52d2b3d1210..22541196dfda8761a7eea06cd4639400b56743ed 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1,6 +1,7 @@
{
'variables': {
'core_idl_files': [
+ 'animation/ElementAnimation.idl',
'css/CSS.idl',
'css/CSSCharsetRule.idl',
'css/CSSFontFaceLoadEvent.idl',
@@ -573,6 +574,8 @@
'animation/AnimatableValue.h',
'animation/AnimatableVisibility.cpp',
'animation/AnimatableVisibility.h',
+ 'animation/ElementAnimation.cpp',
+ 'animation/ElementAnimation.h',
'animation/Animation.cpp',
'animation/Animation.h',
'animation/AnimationClock.h',
@@ -3314,6 +3317,7 @@
'animation/CompositorAnimationsTestHelper.h',
'animation/CompositorAnimationsTimingFunctionReverserTest.cpp',
'animation/DocumentTimelineTest.cpp',
+ 'animation/ElementAnimationTest.cpp',
'animation/KeyframeAnimationEffectTest.cpp',
'animation/PlayerTest.cpp',
'animation/TimedItemCalculationsTest.cpp',
« no previous file with comments | « Source/core/animation/ElementAnimationTest.cpp ('k') | Source/core/css/resolver/StyleResolver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698