Chromium Code Reviews| Index: apps/shell/DEPS |
| diff --git a/apps/shell/DEPS b/apps/shell/DEPS |
| index 2d320baf221953b38db1f17acac3884ba4cb6767..00a2196686e0adda07a91a2841d1b6b26cda21f2 100644 |
| --- a/apps/shell/DEPS |
| +++ b/apps/shell/DEPS |
| @@ -1,4 +1,12 @@ |
| include_rules = [ |
| + # The apps module has dependencies on chrome. |
| + "-apps", |
|
James Cook
2014/04/08 16:03:49
Thank you for cleaning these up.
|
| + # Individual subdirectories should have their own DEPS that include |
| + # their allowed directories. |
| + "-apps/shell", |
| + "+apps/shell/common", |
|
James Cook
2014/04/08 16:03:49
If we're forcing all the DEPS into subdirectories,
Yoyo Zhou
2014/04/08 21:55:21
We could do that, but this is the pattern in chrom
|
| + "+apps/shell/test", |
| + |
| # Real DEPS go in subdirectories, for example apps/shell/browser/DEPS. |
| # Temporary exceptions for app_shell bring-up go here. |
| # TODO(jamescook): Remove these. http://crbug.com/305404 |