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

Side by Side Diff: extensions/shell/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 unified diff | Download patch
« no previous file with comments | « extensions/shell/BUILD.gn ('k') | extensions/shell/browser/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 # The apps module has dependencies on chrome.
3 "-apps",
4
5 # Individual subdirectories should have their own DEPS that include 2 # Individual subdirectories should have their own DEPS that include
6 # their allowed directories. 3 # their allowed directories.
7 "-extensions/shell", 4 "-extensions/shell",
8 "+extensions/shell/common", 5 "+extensions/shell/common",
9 "+extensions/shell/test", 6 "+extensions/shell/test",
10 7
11 # Do not add dependencies on Chrome. Talk to OWNERS about how to refactor 8 # Do not add dependencies on Chrome. Talk to OWNERS about how to refactor
12 # the code you need to a shared location. 9 # the code you need to a shared location.
13 "-chrome", 10 "-chrome",
14 11
15 # The system.storage API expects the StorageMonitor to be initialized by 12 # The system.storage API expects the StorageMonitor to be initialized by
16 # the embedder before being used by the extension. 13 # the embedder before being used by the extension.
17 "+components/storage_monitor", 14 "+components/storage_monitor",
18 15
19 # Real DEPS go in subdirectories, for example extensions/shell/browser/DEPS. 16 # Real DEPS go in subdirectories, for example extensions/shell/browser/DEPS.
20 ] 17 ]
OLDNEW
« no previous file with comments | « extensions/shell/BUILD.gn ('k') | extensions/shell/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698