Index: extensions/shell/DEPS |
diff --git a/extensions/shell/DEPS b/extensions/shell/DEPS |
index ffa7287ffdc8aca010106fd71a79a281235b55b8..83649baf09dd7da4aaf3710b7e78c3cf2bfb75b6 100644 |
--- a/extensions/shell/DEPS |
+++ b/extensions/shell/DEPS |
@@ -1,6 +1,7 @@ |
include_rules = [ |
# The apps module has dependencies on chrome. |
"-apps", |
+ |
# Individual subdirectories should have their own DEPS that include |
# their allowed directories. |
"-extensions/shell", |
@@ -17,7 +18,4 @@ include_rules = [ |
"+grit/extensions_resources.h", |
# Real DEPS go in subdirectories, for example extensions/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", |
] |