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

Unified Diff: cc/cc.gyp

Issue 1973083002: Use element id's for animations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 7 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/cc.gyp
diff --git a/cc/cc.gyp b/cc/cc.gyp
index bb6bfaedf2f76b875fded456cecf832d6384a984..19bcfa9b554291aa933923a1eb845266821904aa 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -52,6 +52,8 @@
'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',
@@ -617,6 +619,7 @@
'proto/compositor_message_to_impl.proto',
'proto/compositor_message_to_main.proto',
'proto/display_item.proto',
+ 'proto/element_id.proto',
'proto/layer.proto',
'proto/layer_position_constraint.proto',
'proto/layer_tree_debug_state.proto',

Powered by Google App Engine
This is Rietveld 408576698