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