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

Unified Diff: components/mus/gpu/DEPS

Issue 1923593003: Add mus::mojom::ChannelHandle for passing IPC::ChannelHandle via mojo IPC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update Created 4 years, 8 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 9846e4a873351ca091188ec7fe393ec74320ade8..1ced3c7ed26a5f34ae2f525dbde76281a29a8cbb 100644
--- a/components/mus/gpu/DEPS
+++ b/components/mus/gpu/DEPS
@@ -1,4 +1,7 @@
include_rules = [
- "+gpu/ipc/common",
- "+gpu/ipc/service",
+ "+gpu",
Fady Samuel 2016/04/27 18:05:23 I'd prefer to make sure we don't end up with clien
Peng 2016/04/27 18:29:00 Done.
+ "+ipc",
+ "+mojo/converters",
+ "+mojo/platform_handle",
+ "+mojo/public",
]

Powered by Google App Engine
This is Rietveld 408576698