| Index: cc/BUILD.gn
|
| diff --git a/cc/BUILD.gn b/cc/BUILD.gn
|
| index 7b541f1fccc4b3af56663d682d195c4a7b75049e..a5a859e12ee9d50d88f5f23c04e7f341d5039f72 100644
|
| --- a/cc/BUILD.gn
|
| +++ b/cc/BUILD.gn
|
| @@ -24,8 +24,6 @@ component("cc") {
|
| "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/property_animation_state.cc",
|
| @@ -510,6 +508,8 @@ component("cc") {
|
| "trees/draw_property_utils.h",
|
| "trees/effect_node.cc",
|
| "trees/effect_node.h",
|
| + "trees/element_id.cc",
|
| + "trees/element_id.h",
|
| "trees/latency_info_swap_promise_monitor.cc",
|
| "trees/latency_info_swap_promise_monitor.h",
|
| "trees/layer_tree.cc",
|
|
|