| Index: cc/BUILD.gn
|
| diff --git a/cc/BUILD.gn b/cc/BUILD.gn
|
| index 3fc669a2119662bc529b56239e5936c7594114a8..673e24ab72895171209e514a8dddf21d63f495d2 100644
|
| --- a/cc/BUILD.gn
|
| +++ b/cc/BUILD.gn
|
| @@ -216,6 +216,8 @@ cc_component("cc") {
|
| "output/overlay_strategy_single_on_top.h",
|
| "output/overlay_strategy_underlay.cc",
|
| "output/overlay_strategy_underlay.h",
|
| + "output/overlay_strategy_underlay_cast.cc",
|
| + "output/overlay_strategy_underlay_cast.h",
|
| "output/program_binding.cc",
|
| "output/program_binding.h",
|
| "output/render_surface_filters.cc",
|
|
|