| Index: cc/cc.gyp
|
| diff --git a/cc/cc.gyp b/cc/cc.gyp
|
| index 0c4ee74cb36be2e56fefdfe54f952a821912338e..d57d897c042d59cebbed19766c5a4f56247158c5 100644
|
| --- a/cc/cc.gyp
|
| +++ b/cc/cc.gyp
|
| @@ -301,8 +301,12 @@
|
| 'output/overlay_candidate_validator.h',
|
| 'output/overlay_processor.cc',
|
| 'output/overlay_processor.h',
|
| + 'output/overlay_strategy_common.cc',
|
| + 'output/overlay_strategy_common.h',
|
| 'output/overlay_strategy_single_on_top.cc',
|
| 'output/overlay_strategy_single_on_top.h',
|
| + 'output/overlay_strategy_underlay.cc',
|
| + 'output/overlay_strategy_underlay.h',
|
| 'output/program_binding.cc',
|
| 'output/program_binding.h',
|
| 'output/render_surface_filters.cc',
|
|
|