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

Unified Diff: cc/BUILD.gn

Issue 1973083002: Use element id's for animations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address reviewer feedback Created 4 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
Index: cc/BUILD.gn
diff --git a/cc/BUILD.gn b/cc/BUILD.gn
index 3ec648eaf5b3d0da08f364e3f601e1e1d4069088..923d7524c6b55ae4c6b732d7dc62000e4207ff06 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -24,6 +24,8 @@ component("cc") {
"animation/animation_timeline.h",
"animation/element_animations.cc",
"animation/element_animations.h",
+ "animation/element_id.cc",
+ "animation/element_id.h",
"animation/keyframed_animation_curve.cc",
"animation/keyframed_animation_curve.h",
"animation/scroll_offset_animation_curve.cc",

Powered by Google App Engine
This is Rietveld 408576698