blob: f7b9713125cabac414d6e319361d51d4cbe81308 [file]
# Components must declare all dependencies explicitly. They do not inherit
# from //ash/DEPS.
noparent = True
include_rules = [
# Components can use some common things.
"+base",
"+build",
"+testing",
# Components can be mojo services.
"+mojo/public",
# Components support views UI with aura.
"+cc/paint",
"+ui/aura",
"+ui/base",
"+ui/display",
"+ui/events",
"+ui/gfx",
"+ui/views",
# Components may directly access ash.
"+ash",
# 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",
]