| Index: cc/BUILD.gn
|
| diff --git a/cc/BUILD.gn b/cc/BUILD.gn
|
| index 5d0bd0d551705b48093db90e38a3249199e94325..ce1a7c5ca3d60999e5a125e0e6a20631ef67f2b1 100644
|
| --- a/cc/BUILD.gn
|
| +++ b/cc/BUILD.gn
|
| @@ -34,6 +34,8 @@ component("cc") {
|
| "animation/layer_animation_value_provider.h",
|
| "animation/scroll_offset_animation_curve.cc",
|
| "animation/scroll_offset_animation_curve.h",
|
| + "animation/target_property.cc",
|
| + "animation/target_property.h",
|
| "animation/timing_function.cc",
|
| "animation/timing_function.h",
|
| "animation/transform_operation.cc",
|
|
|