| Index: cc/cc.gyp
|
| diff --git a/cc/cc.gyp b/cc/cc.gyp
|
| index 5a8143f764d0dc15209f67e5356404bb9d4b3e9e..92f8616a923c9b1eadd2d8293ec6604feaf62393 100644
|
| --- a/cc/cc.gyp
|
| +++ b/cc/cc.gyp
|
| @@ -265,6 +265,8 @@
|
| 'output/bsp_tree.h',
|
| 'output/bsp_walk_action.cc',
|
| 'output/bsp_walk_action.h',
|
| + 'output/ca_layer_overlay.cc',
|
| + 'output/ca_layer_overlay.h',
|
| 'output/compositor_frame.cc',
|
| 'output/compositor_frame.h',
|
| 'output/compositor_frame_ack.cc',
|
| @@ -311,8 +313,6 @@
|
| 'output/overlay_candidate_validator.h',
|
| 'output/overlay_processor.cc',
|
| 'output/overlay_processor.h',
|
| - 'output/overlay_strategy_all_or_nothing.cc',
|
| - 'output/overlay_strategy_all_or_nothing.h',
|
| 'output/overlay_strategy_sandwich.cc',
|
| 'output/overlay_strategy_sandwich.h',
|
| 'output/overlay_strategy_single_on_top.cc',
|
|
|