| Index: cc/BUILD.gn
|
| diff --git a/cc/BUILD.gn b/cc/BUILD.gn
|
| index 8e6b7e5468ea8c84570a6df6d9bdd4a5c19f81ee..83ae824db7a47ded7c6298dfe6808892d1265e6b 100644
|
| --- a/cc/BUILD.gn
|
| +++ b/cc/BUILD.gn
|
| @@ -232,6 +232,8 @@ cc_component("cc") {
|
| "output/overlay_candidate_validator.h",
|
| "output/overlay_processor.cc",
|
| "output/overlay_processor.h",
|
| + "output/overlay_strategy_cast_underlay.cc",
|
| + "output/overlay_strategy_cast_underlay.h",
|
| "output/overlay_strategy_fullscreen.cc",
|
| "output/overlay_strategy_fullscreen.h",
|
| "output/overlay_strategy_single_on_top.cc",
|
|
|