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

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: 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/DEPS
diff --git a/components/mus/gpu/DEPS b/components/mus/gpu/DEPS
index 594730a0c7ed04242c94abd958749ed388071eef..a2a975829baac11791ce45e2ef17bbb84cf6a2e9 100644
--- a/components/mus/gpu/DEPS
+++ b/components/mus/gpu/DEPS
@@ -1,10 +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",
]
-
-specific_include_rules = {
- "run_all_shelltests\.cc": [
- "+mojo/edk/embedder/embedder.h",
- ],
-}

Powered by Google App Engine
This is Rietveld 408576698