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

Unified Diff: extensions/shell/DEPS

Issue 412713002: Move apps/shell to extensions/shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 40% 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
« no previous file with comments | « extensions/renderer/DEPS ('k') | extensions/shell/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/shell/DEPS
diff --git a/apps/shell/DEPS b/extensions/shell/DEPS
similarity index 79%
rename from apps/shell/DEPS
rename to extensions/shell/DEPS
index d1b37cdcfc93770729fa35753241f7620c3882f8..ffa7287ffdc8aca010106fd71a79a281235b55b8 100644
--- a/apps/shell/DEPS
+++ b/extensions/shell/DEPS
@@ -3,9 +3,9 @@ include_rules = [
"-apps",
# Individual subdirectories should have their own DEPS that include
# their allowed directories.
- "-apps/shell",
- "+apps/shell/common",
- "+apps/shell/test",
+ "-extensions/shell",
+ "+extensions/shell/common",
+ "+extensions/shell/test",
# Do not add dependencies on Chrome. Talk to OWNERS about how to refactor
# the code you need to a shared location.
@@ -16,7 +16,7 @@ include_rules = [
"+grit/app_shell_resources.h",
"+grit/extensions_resources.h",
- # Real DEPS go in subdirectories, for example apps/shell/browser/DEPS.
+ # 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",
« no previous file with comments | « extensions/renderer/DEPS ('k') | extensions/shell/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698