| 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",
|
| + # Individual subdirectories should have their own DEPS that include
|
| + # their allowed directories.
|
| + "-apps/shell",
|
| + "+apps/shell/common",
|
| + "+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
|
|
|