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

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: rebase 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
« no previous file with comments | « cc/blink/web_layer_impl.cc ('k') | cc/input/scroll_state_data.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/cc.gyp
diff --git a/cc/cc.gyp b/cc/cc.gyp
index fe365781a1468cc2f93d563c326709eadfd8961e..3d0394e85b72d1abb8d9f1baf0f9647381ab9e98 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',
@@ -618,6 +620,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',
« no previous file with comments | « cc/blink/web_layer_impl.cc ('k') | cc/input/scroll_state_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698