| Index: cc/cc.gyp
|
| diff --git a/cc/cc.gyp b/cc/cc.gyp
|
| index 0e61f961fb2de24e389ad36127222318c8cff0e2..0403410338db1208e1a959adbed73f3dc347ef5e 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',
|
| @@ -614,6 +616,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',
|
|
|