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

Unified Diff: Source/core/core.gypi

Issue 23874019: Web Animations CSS: Start running animations on the compositor (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Cleanup isRunning* and shouldCompositeForAnimation 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 6c5f894486774c0b75cee8547d0619eb1b17092e..f54d0aeb6849f729aa25bf562ae41ae536f65fcf 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -532,6 +532,7 @@
'accessibility/AXTableHeaderContainer.h',
'accessibility/AXTableRow.cpp',
'accessibility/AXTableRow.h',
+ 'animation/ActiveAnimations.cpp',
'animation/ActiveAnimations.h',
'animation/AnimatableClipPathOperation.cpp',
'animation/AnimatableClipPathOperation.h',
@@ -598,6 +599,8 @@
'animation/css/CSSAnimatableValueFactory.h',
'animation/css/CSSAnimations.cpp',
'animation/css/CSSAnimations.h',
+ 'animation/css/CSSPendingAnimations.cpp',
+ 'animation/css/CSSPendingAnimations.h',
'animation/css/TransitionTimeline.cpp',
'animation/css/TransitionTimeline.h',
'css/BasicShapeFunctions.cpp',

Powered by Google App Engine
This is Rietveld 408576698