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

Unified Diff: cc/blink/cc_blink.gyp

Issue 947033002: CC Animations: Establish AnimationHost, AnimationTimeline and AnimationPlayer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Set up impl-only timelines for ScrollOffset animations Created 5 years, 8 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/BUILD.gn ('k') | cc/blink/web_compositor_animation_player_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/blink/cc_blink.gyp
diff --git a/cc/blink/cc_blink.gyp b/cc/blink/cc_blink.gyp
index e9934bf9653ec787e7afcecb610bf6ced8ad9afa..c55213c54445fad50a7bd438324967680f13618a 100644
--- a/cc/blink/cc_blink.gyp
+++ b/cc/blink/cc_blink.gyp
@@ -33,6 +33,10 @@
'web_animation_curve_common.h',
'web_animation_impl.cc',
'web_animation_impl.h',
+ 'web_compositor_animation_player_impl.cc',
+ 'web_compositor_animation_player_impl.h',
+ 'web_compositor_animation_timeline_impl.cc',
+ 'web_compositor_animation_timeline_impl.h',
'web_compositor_support_impl.cc',
'web_compositor_support_impl.h',
'web_content_layer_impl.cc',
« no previous file with comments | « cc/blink/BUILD.gn ('k') | cc/blink/web_compositor_animation_player_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698