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

Side by Side 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, 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+gpu/ipc/common", 2 "+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.
3 "+gpu/ipc/service", 3 "+ipc",
4 "+mojo/converters",
5 "+mojo/platform_handle",
6 "+mojo/public",
4 ] 7 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698