| Index: cc/BUILD.gn
|
| diff --git a/cc/BUILD.gn b/cc/BUILD.gn
|
| index 9d3cc43fbd9bcbbee188f8607107cd0ae341853d..fd638ef6c6442009bdb398f0f64d8d3f4fe6e11c 100644
|
| --- a/cc/BUILD.gn
|
| +++ b/cc/BUILD.gn
|
| @@ -203,6 +203,8 @@ component("cc") {
|
| "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",
|
| @@ -249,8 +251,6 @@ component("cc") {
|
| "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",
|
|
|