| Index: cc/cc.gyp
|
| diff --git a/cc/cc.gyp b/cc/cc.gyp
|
| index e385e084f05056d8e93efe99f74325dd4964b693..5789acb40b257cfd8a364d34b9404d7054d3ed82 100644
|
| --- a/cc/cc.gyp
|
| +++ b/cc/cc.gyp
|
| @@ -140,6 +140,9 @@
|
| 'input/input_handler.h',
|
| 'input/page_scale_animation.cc',
|
| 'input/page_scale_animation.h',
|
| + 'input/layer_selection_bound.cc',
|
| + 'input/layer_selection_bound.h',
|
| + 'input/selection_bound_type.h',
|
| 'input/top_controls_manager.cc',
|
| 'input/top_controls_manager.h',
|
| 'input/top_controls_manager_client.h',
|
| @@ -290,6 +293,8 @@
|
| 'output/renderer.h',
|
| 'output/shader.cc',
|
| 'output/shader.h',
|
| + 'output/selection_bound.cc',
|
| + 'output/selection_bound.h',
|
| 'output/software_frame_data.cc',
|
| 'output/software_frame_data.h',
|
| 'output/software_output_device.cc',
|
|
|