| Index: cc/BUILD.gn
|
| diff --git a/cc/BUILD.gn b/cc/BUILD.gn
|
| index bf77c0e6f3724d5d250a41e69de5d16e202ad5e3..bbea2c691dd1cd90614e89003a934690a98234e6 100644
|
| --- a/cc/BUILD.gn
|
| +++ b/cc/BUILD.gn
|
| @@ -277,8 +277,12 @@ component("cc") {
|
| "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",
|
|
|