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

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

Issue 1976703003: Impl mus::mojom::GpuService to enable using Chrome IPC version gpu CmdBuf in mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 6 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 fb47fcef8955a2cdd1b5fa9b57c70910bd4e752d..9fbf943bb9bcf8d8693b7e64f70d0aff7f4c0254 100644
--- a/components/mus/surfaces/BUILD.gn
+++ b/components/mus/surfaces/BUILD.gn
@@ -25,13 +25,16 @@ source_set("surfaces") {
"//cc/surfaces",
"//cc/surfaces:surface_id",
"//components/display_compositor",
+ "//components/mus/common:mus_common",
"//components/mus/gles2",
+ "//components/mus/gpu",
"//components/mus/public/cpp/surfaces",
"//components/mus/public/interfaces",
"//gpu/command_buffer/client",
"//gpu/command_buffer/client:gles2_cmd_helper",
"//gpu/command_buffer/client:gles2_implementation",
"//gpu/command_buffer/client:gles2_interface",
+ "//gpu/ipc/client",
"//services/shell/public/cpp",
"//services/tracing/public/cpp",
"//ui/gfx",
« no previous file with comments | « components/mus/public/interfaces/gpu_service.mojom ('k') | components/mus/surfaces/surfaces_context_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698