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

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: Created 7 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: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index ee77754726e18ba631527d6f0c0bb8c6fad1ef52..afbfa7acf589d88ed9286d134ce23262bd5b8e33 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1,6 +1,7 @@
{
'variables': {
'core_idl_files': [
+ 'animation/AnimatedElement.idl',
'css/CSS.idl',
'css/CSSCharsetRule.idl',
'css/CSSFontFaceLoadEvent.idl',
@@ -573,6 +574,8 @@
'animation/AnimatableValue.h',
'animation/AnimatableVisibility.cpp',
'animation/AnimatableVisibility.h',
+ 'animation/AnimatedElement.cpp',
+ 'animation/AnimatedElement.h',
'animation/Animation.cpp',
'animation/Animation.h',
'animation/AnimationClock.h',

Powered by Google App Engine
This is Rietveld 408576698