| Index: cc/cc.gyp
|
| diff --git a/cc/cc.gyp b/cc/cc.gyp
|
| index 7ac01225de84df0b1c388e430fe0f927549395b6..1dfe806b33c4545cdd5e06bf374eb50489c73d57 100644
|
| --- a/cc/cc.gyp
|
| +++ b/cc/cc.gyp
|
| @@ -146,6 +146,7 @@
|
| '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',
|
| @@ -488,6 +489,8 @@
|
| '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',
|
|
|