blob: b8070248d7c54b2f4987aa74273784c38fb7a803 [file] [log] [blame]
include_rules = [
# Individual subdirectories should have their own DEPS that include
# their allowed directories.
"-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.
"-chrome",
# The system.storage API expects the StorageMonitor to be initialized by
# the embedder before being used by the extension.
"+components/storage_monitor",
# Real DEPS go in subdirectories, for example extensions/shell/browser/DEPS.
]