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

Unified Diff: components/mus/gpu/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
« no previous file with comments | « components/mus/gles2/gpu_impl.cc ('k') | components/mus/gpu/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/gpu/BUILD.gn
diff --git a/components/mus/gpu/BUILD.gn b/components/mus/gpu/BUILD.gn
index c212bce7d98bb00261c0b29314f2a3d9a92d26b0..ebb31da70cb49ecdb27d18933089218e3473bc29 100644
--- a/components/mus/gpu/BUILD.gn
+++ b/components/mus/gpu/BUILD.gn
@@ -9,17 +9,25 @@ source_set("gpu") {
output_name = "mus_gpu"
sources = [
+ "gpu_memory_buffer_manager_mus_local.cc",
+ "gpu_memory_buffer_manager_mus_local.h",
+ "gpu_service_impl.cc",
+ "gpu_service_impl.h",
"gpu_service_mus.cc",
"gpu_service_mus.h",
]
deps = [
+ "//components/mus/common:mus_common",
"//components/mus/public/interfaces",
"//gpu/ipc/common",
"//gpu/ipc/service",
"//ipc",
+ "//media/gpu/ipc/service",
"//mojo/public/cpp/system",
+ "//services/shell/public/cpp",
"//ui/gfx:memory_buffer",
+ "//ui/gl/init",
]
}
« no previous file with comments | « components/mus/gles2/gpu_impl.cc ('k') | components/mus/gpu/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698