| Index: cc/blink/BUILD.gn
|
| diff --git a/cc/blink/BUILD.gn b/cc/blink/BUILD.gn
|
| index 4ee8862a9ae46479a6c5e06166dcb9c85f77c662..9be7598f048d61c9f32246b9217fcd60c4aabf86 100644
|
| --- a/cc/blink/BUILD.gn
|
| +++ b/cc/blink/BUILD.gn
|
| @@ -43,6 +43,8 @@ component("blink") {
|
| "web_layer_impl.h",
|
| "web_layer_impl_fixed_bounds.cc",
|
| "web_layer_impl_fixed_bounds.h",
|
| + "web_mutable_state_impl.cc",
|
| + "web_mutable_state_impl.h",
|
| "web_scroll_offset_animation_curve_impl.cc",
|
| "web_scroll_offset_animation_curve_impl.h",
|
| "web_scrollbar_layer_impl.cc",
|
| @@ -80,6 +82,7 @@ if (!is_mac) {
|
| "web_animation_unittest.cc",
|
| "web_float_animation_curve_unittest.cc",
|
| "web_layer_impl_fixed_bounds_unittest.cc",
|
| + "web_mutable_state_unittest.cc",
|
|
|
| # Setup.
|
| "test/cc_blink_test_suite.cc",
|
|
|