Index: apps/shell/DEPS |
diff --git a/apps/shell/DEPS b/apps/shell/DEPS |
deleted file mode 100644 |
index d1b37cdcfc93770729fa35753241f7620c3882f8..0000000000000000000000000000000000000000 |
--- a/apps/shell/DEPS |
+++ /dev/null |
@@ -1,23 +0,0 @@ |
-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", |
- |
- # Do not add dependencies on Chrome. Talk to OWNERS about how to refactor |
- # the code you need to a shared location. |
- "-chrome", |
- |
- # Only allow app_shell and extensions resources, not general Chrome ones. |
- "-grit", |
- "+grit/app_shell_resources.h", |
- "+grit/extensions_resources.h", |
- |
- # 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 |
- "!chrome/browser/chrome_notification_types.h", |
-] |