Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(38)

Unified Diff: components/mus/surfaces/BUILD.gn

Issue 1989693002: Introduce DisplayCompositor Mojo API for Mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix client_id Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/mus/surfaces/BUILD.gn
diff --git a/components/mus/surfaces/BUILD.gn b/components/mus/surfaces/BUILD.gn
index 7437781241f9445adee25f2b4561ee424444327c..60a1cef98202ffe31b2f82240c96c2b8973c1ccf 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",
@@ -28,6 +37,7 @@ source_set("surfaces") {
"//components/mus/gles2",
"//components/mus/public/cpp/surfaces",
"//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",

Powered by Google App Engine
This is Rietveld 408576698