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

Unified Diff: apps/DEPS

Issue 2866073002: AppShell: pass command-line files to app as launch data (Closed)
Patch Set: Exclude app shell from //apps Created 3 years, 7 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 | extensions/shell/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/DEPS
diff --git a/apps/DEPS b/apps/DEPS
index 77d24b5933b3e0406c5b502f15f5fc0b304ad73a..8d827715530caddbd64ec0946e0d6fbd589701fd 100644
--- a/apps/DEPS
+++ b/apps/DEPS
@@ -5,6 +5,8 @@ include_rules = [
"+components/keyed_service",
"+components/user_manager",
"+extensions",
+ # app_shell may depend on apps, but not vice versa.
+ "-extensions/shell",
"+net/base",
]
« no previous file with comments | « no previous file | extensions/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698