| 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',
|
|
|