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

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: Cleanup interface a bit more 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 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",

Powered by Google App Engine
This is Rietveld 408576698