Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(96)

Unified Diff: extensions/shell/DEPS

Issue 425303002: Move extension notifications to extensions/browser/notification_types.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",
]

Powered by Google App Engine
This is Rietveld 408576698