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

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: 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/gpu/BUILD.gn
diff --git a/components/mus/gpu/BUILD.gn b/components/mus/gpu/BUILD.gn
index bf2be789d9900aa183d9d7ab7b8b3fa1a9251519..1d66aa60d285d83828a848ef74e713fa3849355c 100644
--- a/components/mus/gpu/BUILD.gn
+++ b/components/mus/gpu/BUILD.gn
@@ -10,18 +10,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",
- "gpu_type_converters.cc",
- "gpu_type_converters.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",
]
}
@@ -35,8 +40,7 @@ group("tests") {
test("mus_gpu_unittests") {
sources = [
- "gpu_type_converters_unittest.cc",
- "run_all_shelltests.cc",
+ "../common/run_all_shelltests.cc",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698