| Index: cc/surfaces/BUILD.gn
|
| diff --git a/cc/surfaces/BUILD.gn b/cc/surfaces/BUILD.gn
|
| index ea419ae6f402dd54195d27f88ac22c75fd4d3a39..f91b16f8b9315963e50c05272c2f9a69282a3d29 100644
|
| --- a/cc/surfaces/BUILD.gn
|
| +++ b/cc/surfaces/BUILD.gn
|
| @@ -16,6 +16,8 @@ source_set("surface_id") {
|
| component("surfaces") {
|
| output_name = "cc_surfaces"
|
| sources = [
|
| + "direct_compositor_frame_sink.cc",
|
| + "direct_compositor_frame_sink.h",
|
| "display.cc",
|
| "display.h",
|
| "display_client.h",
|
| @@ -25,8 +27,6 @@ component("surfaces") {
|
| "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",
|
|
|