| Index: services/ui/surfaces/BUILD.gn
|
| diff --git a/services/ui/surfaces/BUILD.gn b/services/ui/surfaces/BUILD.gn
|
| index c545f0651497366d879d09c6cbe34bbab003a322..d568c38d7a11bc9c3a14a3835eb9cfbc82ecce83 100644
|
| --- a/services/ui/surfaces/BUILD.gn
|
| +++ b/services/ui/surfaces/BUILD.gn
|
| @@ -6,15 +6,16 @@ import("//build/config/ui.gni")
|
|
|
| source_set("surfaces") {
|
| sources = [
|
| + "compositor_frame_sink.cc",
|
| + "compositor_frame_sink.h",
|
| "direct_output_surface.cc",
|
| "direct_output_surface.h",
|
| "display_compositor.cc",
|
| "display_compositor.h",
|
| + "display_compositor_client.h",
|
| "surfaces_context_provider.cc",
|
| "surfaces_context_provider.h",
|
| "surfaces_context_provider_delegate.h",
|
| - "surfaces_state.cc",
|
| - "surfaces_state.h",
|
| ]
|
|
|
| deps = [
|
|
|