2 # The apps module has dependencies on chrome.
5 # Individual subdirectories should have their own DEPS that include
6 # their allowed directories.
8 "+extensions/shell/common",
9 "+extensions/shell/test",
11 # Do not add dependencies on Chrome. Talk to OWNERS about how to refactor
12 # the code you need to a shared location.
15 # The system.storage API expects the StorageMonitor to be initialized by
16 # the embedder before being used by the extension.
17 "+components/storage_monitor",
19 # Only allow extensions resources, not general Chrome ones.
21 "+grit/extensions_resources.h",
23 # Real DEPS go in subdirectories, for example extensions/shell/browser/DEPS.