Chromium Code Reviews| 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", |
| ] |