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

Unified Diff: cc/BUILD.gn

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 | « no previous file | cc/animation/animation_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/BUILD.gn
diff --git a/cc/BUILD.gn b/cc/BUILD.gn
index b0b27543f548fd2de8889666c7c8d4ce8fb21bd0..224796611cf498c2fa6f33813967e4770a60c834 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -13,10 +13,16 @@ component("cc") {
"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/keyframed_animation_curve.cc",
"animation/keyframed_animation_curve.h",
"animation/layer_animation_controller.cc",
@@ -502,6 +508,7 @@ component("cc") {
"trees/layer_tree_host_single_thread_client.h",
"trees/layer_tree_impl.cc",
"trees/layer_tree_impl.h",
+ "trees/layer_tree_mutators_client.h",
"trees/layer_tree_settings.cc",
"trees/layer_tree_settings.h",
"trees/occlusion.cc",
« no previous file with comments | « no previous file | cc/animation/animation_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698