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

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: Move MutatorHostClient back to cc/trees/ 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 | « no previous file | cc/animation/animation_host.h » ('j') | cc/animation/animation_host.cc » ('J')
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 64bf8e9ba8a086b58f31026df0a92e79b046ec33..5e7858730558790d6c2ff0c05b690b15caa12b6d 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -13,10 +13,18 @@ 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/element_animations.cc",
+ "animation/element_animations.h",
"animation/keyframed_animation_curve.cc",
"animation/keyframed_animation_curve.h",
"animation/layer_animation_controller.cc",
@@ -498,6 +506,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",
ajuma 2015/06/30 15:56:55 mutator_host_client.h?
loyso (OOO) 2015/07/01 02:25:47 Done.
"trees/layer_tree_settings.cc",
"trees/layer_tree_settings.h",
"trees/occlusion.cc",
@@ -559,6 +568,8 @@ source_set("test_support") {
sources = [
"test/animation_test_common.cc",
"test/animation_test_common.h",
+ "test/animation_timelines_test_common.cc",
+ "test/animation_timelines_test_common.h",
"test/begin_frame_args_test.cc",
"test/begin_frame_args_test.h",
"test/failure_output_surface.cc",
@@ -719,7 +730,11 @@ source_set("test_support") {
test("cc_unittests") {
sources = [
+ "animation/animation_host_unittest.cc",
+ "animation/animation_player_unittest.cc",
+ "animation/animation_timeline_unittest.cc",
"animation/animation_unittest.cc",
+ "animation/element_animations_unittest.cc",
"animation/keyframed_animation_curve_unittest.cc",
"animation/layer_animation_controller_unittest.cc",
"animation/scroll_offset_animation_curve_unittest.cc",
« no previous file with comments | « no previous file | cc/animation/animation_host.h » ('j') | cc/animation/animation_host.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698