blob: 2d6e29ae6094ca345f98d98ab731d1997f8c9081 [file] [log] [blame]
# Components must declare all dependencies explicitly. They do not inherit
# from //ash/DEPS.
noparent = True
include_rules = [
# Components may not directly access ash, except through public mojo
# IPC interfaces.
"-ash",
"+ash/public",
# Individual components must explicitly declare their dependencies
# on other components. Cycles in the dependency graph within
# components/ are not allowed.
"-ash/components",
# Components sit below chrome.
"-chrome",
]