| Index: cc/BUILD.gn
|
| diff --git a/cc/BUILD.gn b/cc/BUILD.gn
|
| index e9ef9e27285681a15b73313836767326be1cbe90..21c0d6215ced74fdc173581d3bc12b3228a4cd97 100644
|
| --- a/cc/BUILD.gn
|
| +++ b/cc/BUILD.gn
|
| @@ -118,6 +118,7 @@ component("cc") {
|
| "input/page_scale_animation.h",
|
| "input/layer_selection_bound.cc",
|
| "input/layer_selection_bound.h",
|
| + "input/scroll_elasticity_controller.h",
|
| "input/selection_bound_type.h",
|
| "input/top_controls_manager.cc",
|
| "input/top_controls_manager.h",
|
| @@ -460,6 +461,8 @@ component("cc") {
|
| "trees/layer_tree_impl.h",
|
| "trees/layer_tree_settings.cc",
|
| "trees/layer_tree_settings.h",
|
| + "trees/layer_tree_scroll_elasticity_client.cc",
|
| + "trees/layer_tree_scroll_elasticity_client.h",
|
| "trees/occlusion.cc",
|
| "trees/occlusion.h",
|
| "trees/occlusion_tracker.cc",
|
|
|