| Index: cc/BUILD.gn
|
| diff --git a/cc/BUILD.gn b/cc/BUILD.gn
|
| index cf4cd6a2966175fd4cc0e757163ff6d12856ff18..63b95be219fcc6ef926e18c6a51146edb70374a6 100644
|
| --- a/cc/BUILD.gn
|
| +++ b/cc/BUILD.gn
|
| @@ -28,6 +28,8 @@ component("cc") {
|
| "animation/keyframed_animation_curve.h",
|
| "animation/scroll_offset_animation_curve.cc",
|
| "animation/scroll_offset_animation_curve.h",
|
| + "animation/scroll_offset_animations_impl.cc",
|
| + "animation/scroll_offset_animations_impl.h",
|
| "animation/target_property.cc",
|
| "animation/target_property.h",
|
| "animation/timing_function.cc",
|
|
|