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

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: Update 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 fb47fcef8955a2cdd1b5fa9b57c70910bd4e752d..f31433136dfd2aea36625af2af46b8736810b9b7 100644
--- a/components/mus/surfaces/BUILD.gn
+++ b/components/mus/surfaces/BUILD.gn
@@ -25,7 +25,9 @@ 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",

Powered by Google App Engine
This is Rietveld 408576698