| Index: services/ui/surfaces/BUILD.gn
|
| diff --git a/services/ui/surfaces/BUILD.gn b/services/ui/surfaces/BUILD.gn
|
| index 5242a4f19416b51edb856f850fe2f4cb56a4509f..2cf75e1ee6bf2823df36ab40da57e13b5b81e680 100644
|
| --- a/services/ui/surfaces/BUILD.gn
|
| +++ b/services/ui/surfaces/BUILD.gn
|
| @@ -6,11 +6,11 @@ import("//build/config/ui.gni")
|
|
|
| source_set("surfaces") {
|
| sources = [
|
| - "display_compositor.cc",
|
| - "display_compositor.h",
|
| "display_output_surface.cc",
|
| "display_output_surface.h",
|
| "display_provider.h",
|
| + "mojo_frame_sink_manager.cc",
|
| + "mojo_frame_sink_manager.h",
|
| "mus_display_provider.cc",
|
| "mus_display_provider.h",
|
| ]
|
|
|