| Index: services/ui/surfaces/BUILD.gn
|
| diff --git a/services/ui/surfaces/BUILD.gn b/services/ui/surfaces/BUILD.gn
|
| index c545f0651497366d879d09c6cbe34bbab003a322..deefac2fafeebd81869cb2ca142f61e4718fe8cd 100644
|
| --- a/services/ui/surfaces/BUILD.gn
|
| +++ b/services/ui/surfaces/BUILD.gn
|
| @@ -6,6 +6,8 @@ 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",
|
| @@ -13,8 +15,6 @@ source_set("surfaces") {
|
| "surfaces_context_provider.cc",
|
| "surfaces_context_provider.h",
|
| "surfaces_context_provider_delegate.h",
|
| - "surfaces_state.cc",
|
| - "surfaces_state.h",
|
| ]
|
|
|
| deps = [
|
|
|