| Index: cc/BUILD.gn
|
| diff --git a/cc/BUILD.gn b/cc/BUILD.gn
|
| index 66d042f0d799e94de18f4bcdede1bac58d008a5d..43ae5e4598968da9d8fa5a28b2ee148292f3ca41 100644
|
| --- a/cc/BUILD.gn
|
| +++ b/cc/BUILD.gn
|
| @@ -252,6 +252,8 @@ component("cc") {
|
| "output/overlay_processor.h",
|
| "output/overlay_strategy_common.cc",
|
| "output/overlay_strategy_common.h",
|
| + "output/overlay_strategy_sandwich.cc",
|
| + "output/overlay_strategy_sandwich.h",
|
| "output/overlay_strategy_single_on_top.cc",
|
| "output/overlay_strategy_single_on_top.h",
|
| "output/overlay_strategy_underlay.cc",
|
|
|