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

Unified Diff: cc/blink/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 | « cc/animation/animation_timeline.cc ('k') | cc/blink/cc_blink.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/blink/BUILD.gn
diff --git a/cc/blink/BUILD.gn b/cc/blink/BUILD.gn
index 1769efba303ac94fd547d3d6e14e115ddc75da8f..0a0aff687b28c2b0da1ba18f4bb17cba377aa97d 100644
--- a/cc/blink/BUILD.gn
+++ b/cc/blink/BUILD.gn
@@ -17,6 +17,10 @@ component("blink") {
"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/animation/animation_timeline.cc ('k') | cc/blink/cc_blink.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698