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

Unified Diff: services/ui/surfaces/BUILD.gn

Issue 2481263002: Introduce Display Compositor mojo interface. Use InProcessContextProvider. (Closed)
Patch Set: Speculative fix for android build issue Created 4 years, 1 month 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: services/ui/surfaces/BUILD.gn
diff --git a/services/ui/surfaces/BUILD.gn b/services/ui/surfaces/BUILD.gn
index aedccb55a2b64a40b1d5521a6fb879a5dad12a4f..d0bdd99d924dac9f7e604f292773c62d99376845 100644
--- a/services/ui/surfaces/BUILD.gn
+++ b/services/ui/surfaces/BUILD.gn
@@ -10,9 +10,10 @@ source_set("surfaces") {
"direct_output_surface.h",
"display_compositor.cc",
"display_compositor.h",
- "surfaces_context_provider.cc",
- "surfaces_context_provider.h",
- "surfaces_context_provider_delegate.h",
+ "gpu_compositor_frame_sink.cc",
+ "gpu_compositor_frame_sink.h",
+ "mus_gpu_memory_buffer_manager.cc",
+ "mus_gpu_memory_buffer_manager.h",
]
deps = [
@@ -26,10 +27,13 @@ source_set("surfaces") {
"//gpu/command_buffer/client:gles2_cmd_helper",
"//gpu/command_buffer/client:gles2_implementation",
"//gpu/command_buffer/client:gles2_interface",
+ "//gpu/ipc:command_buffer",
"//gpu/ipc/client",
+ "//gpu/ipc/common",
"//services/service_manager/public/cpp",
"//services/tracing/public/cpp",
"//services/ui/common:mus_common",
+ "//services/ui/gpu/interfaces",
"//services/ui/public/interfaces",
"//ui/display/types",
"//ui/gfx",

Powered by Google App Engine
This is Rietveld 408576698