| Index: components/mus/surfaces/BUILD.gn
|
| diff --git a/components/mus/surfaces/BUILD.gn b/components/mus/surfaces/BUILD.gn
|
| index aa5e657c3766db39bdbae4d710758476cef77848..14d8b31f07e7a0ff3e0a202c5fdb92201a311de4 100644
|
| --- a/components/mus/surfaces/BUILD.gn
|
| +++ b/components/mus/surfaces/BUILD.gn
|
| @@ -6,6 +6,11 @@ import("//build/config/ui.gni")
|
|
|
| source_set("surfaces") {
|
| sources = [
|
| + "compositor_frame_sink_delegate.h",
|
| + "compositor_frame_sink_factory_impl.cc",
|
| + "compositor_frame_sink_factory_impl.h",
|
| + "compositor_frame_sink_impl.cc",
|
| + "compositor_frame_sink_impl.h",
|
| "direct_output_surface.cc",
|
| "direct_output_surface.h",
|
| "display_compositor.cc",
|
|
|