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

Unified Diff: components/mus/gpu/DEPS

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/gpu/BUILD.gn ('k') | components/mus/gpu/gpu_memory_buffer_manager_mus_local.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/gpu/DEPS
diff --git a/components/mus/gpu/DEPS b/components/mus/gpu/DEPS
index 9846e4a873351ca091188ec7fe393ec74320ade8..a2a975829baac11791ce45e2ef17bbb84cf6a2e9 100644
--- a/components/mus/gpu/DEPS
+++ b/components/mus/gpu/DEPS
@@ -1,4 +1,9 @@
include_rules = [
+ "+gpu/command_buffer",
+ "+gpu/config",
"+gpu/ipc/common",
+ # a GpuChannelHost is used by mus locally.
+ "+gpu/ipc/client/gpu_channel_host.h",
"+gpu/ipc/service",
+ "+media/gpu/ipc/service",
]
« no previous file with comments | « components/mus/gpu/BUILD.gn ('k') | components/mus/gpu/gpu_memory_buffer_manager_mus_local.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698