Index: components/mus/surfaces/BUILD.gn |
diff --git a/components/mus/surfaces/BUILD.gn b/components/mus/surfaces/BUILD.gn |
index 65807e0865122e7c716956aecba445fa81e13218..12ad072d0c3d935c81ace1683ab114a6e3ca5f9b 100644 |
--- a/components/mus/surfaces/BUILD.gn |
+++ b/components/mus/surfaces/BUILD.gn |
@@ -6,10 +6,19 @@ 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", |
"display_compositor.h", |
+ "display_compositor_impl.cc", |
+ "display_compositor_impl.h", |
+ "display_impl.cc", |
+ "display_impl.h", |
"surfaces_context_provider.cc", |
"surfaces_context_provider.h", |
"surfaces_context_provider_delegate.h", |
@@ -27,6 +36,7 @@ source_set("surfaces") { |
"//components/display_compositor", |
"//components/mus/gles2", |
"//components/mus/public/interfaces", |
+ "//components/mus/public/interfaces/gpu:interfaces", |
"//gpu/command_buffer/client", |
"//gpu/command_buffer/client:gles2_cmd_helper", |
"//gpu/command_buffer/client:gles2_implementation", |