| Index: cc/surfaces/BUILD.gn
|
| diff --git a/cc/surfaces/BUILD.gn b/cc/surfaces/BUILD.gn
|
| index 6c7c1cca2b9b504eebef244864273b751a74d0ac..e43d4e5741f1af1df497f0a716a42a5f53279cd6 100644
|
| --- a/cc/surfaces/BUILD.gn
|
| +++ b/cc/surfaces/BUILD.gn
|
| @@ -18,10 +18,14 @@ component("surfaces") {
|
| "display.cc",
|
| "display.h",
|
| "display_client.h",
|
| + "onscreen_display_client.cc",
|
| + "onscreen_display_client.h",
|
| "surface.cc",
|
| "surface.h",
|
| "surface_aggregator.cc",
|
| "surface_aggregator.h",
|
| + "surface_display_output_surface.cc",
|
| + "surface_display_output_surface.h",
|
| "surface_factory.cc",
|
| "surface_factory.h",
|
| "surface_factory_client.h",
|
|
|