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

Unified Diff: cc/cc.gyp

Issue 947033002: CC Animations: Establish AnimationHost, AnimationTimeline and AnimationPlayer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix MSVC warning. Created 5 years, 6 months 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 | « cc/blink/web_compositor_support_impl.cc ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/cc.gyp
diff --git a/cc/cc.gyp b/cc/cc.gyp
index dc8688132de7c59f84cd15aea174490da1890e97..d4a2ea02fe7199c8c5da6410131607777c7948a5 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -39,10 +39,18 @@
'animation/animation_delegate.h',
'animation/animation_events.cc',
'animation/animation_events.h',
+ 'animation/animation_host.cc',
+ 'animation/animation_host.h',
'animation/animation_id_provider.cc',
'animation/animation_id_provider.h',
+ 'animation/animation_player.cc',
+ 'animation/animation_player.h',
'animation/animation_registrar.cc',
'animation/animation_registrar.h',
+ 'animation/animation_timeline.cc',
+ 'animation/animation_timeline.h',
+ 'animation/element_animations.cc',
+ 'animation/element_animations.h',
'animation/keyframed_animation_curve.cc',
'animation/keyframed_animation_curve.h',
'animation/layer_animation_controller.cc',
@@ -529,6 +537,7 @@
'trees/layer_tree_impl.h',
'trees/layer_tree_settings.cc',
'trees/layer_tree_settings.h',
+ 'trees/mutator_host_client.h',
'trees/occlusion.cc',
'trees/occlusion.h',
'trees/occlusion_tracker.cc',
« no previous file with comments | « cc/blink/web_compositor_support_impl.cc ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698