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

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: Fix build error 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/gpu/BUILD.gn
diff --git a/components/mus/gpu/BUILD.gn b/components/mus/gpu/BUILD.gn
index c212bce7d98bb00261c0b29314f2a3d9a92d26b0..72f19f15be0fbd99364edfab3c6030dfab6e3ac9 100644
--- a/components/mus/gpu/BUILD.gn
+++ b/components/mus/gpu/BUILD.gn
@@ -9,16 +9,23 @@ 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",
]
}

Powered by Google App Engine
This is Rietveld 408576698