| Index: cc/BUILD.gn
|
| diff --git a/cc/BUILD.gn b/cc/BUILD.gn
|
| index 67daed5fab145bdd7d902cfb2e4c296225468c4d..7ccebd9c565432ce40012c8968548de5c4b1341d 100644
|
| --- a/cc/BUILD.gn
|
| +++ b/cc/BUILD.gn
|
| @@ -108,6 +108,8 @@ component("cc") {
|
| "input/page_scale_animation.h",
|
| "input/scroll_elasticity_helper.cc",
|
| "input/scroll_elasticity_helper.h",
|
| + "input/scroll_state.cc",
|
| + "input/scroll_state.h",
|
| "input/selection.h",
|
| "input/selection_bound_type.h",
|
| "input/top_controls_manager.cc",
|
| @@ -730,6 +732,7 @@ test("cc_unittests") {
|
| "base/tiling_data_unittest.cc",
|
| "debug/frame_timing_tracker_unittest.cc",
|
| "debug/micro_benchmark_controller_unittest.cc",
|
| + "input/scroll_state_unittest.cc",
|
| "input/top_controls_manager_unittest.cc",
|
| "layers/delegated_frame_provider_unittest.cc",
|
| "layers/delegated_frame_resource_collection_unittest.cc",
|
|
|