| Index: cc/BUILD.gn
|
| diff --git a/cc/BUILD.gn b/cc/BUILD.gn
|
| index 01f2b024a09fcdfb5761f8d4907b5e7578cbcdfe..854111b811ea6d523c78927b70334a9616da5f02 100644
|
| --- a/cc/BUILD.gn
|
| +++ b/cc/BUILD.gn
|
| @@ -247,6 +247,8 @@ 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_common.cc",
|
| "output/overlay_strategy_common.h",
|
| "output/overlay_strategy_sandwich.cc",
|
|
|