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

Unified Diff: apps/shell/DEPS

Issue 224723022: Add the first app_shell_browsertest test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 | « no previous file | apps/shell/app/DEPS » ('j') | apps/shell/app_shell.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
James Cook 2014/04/08 16:03:49 Thank you for cleaning these up.
+ # Individual subdirectories should have their own DEPS that include
+ # their allowed directories.
+ "-apps/shell",
+ "+apps/shell/common",
James Cook 2014/04/08 16:03:49 If we're forcing all the DEPS into subdirectories,
Yoyo Zhou 2014/04/08 21:55:21 We could do that, but this is the pattern in chrom
+ "+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
« no previous file with comments | « no previous file | apps/shell/app/DEPS » ('j') | apps/shell/app_shell.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698