diff options
Diffstat (limited to 'components/DEPS')
-rw-r--r-- | components/DEPS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/components/DEPS b/components/DEPS index f863524..9a3d245 100644 --- a/components/DEPS +++ b/components/DEPS @@ -1,6 +1,11 @@ include_rules = [ # Do not add chrome/ as an allowed include. + # Individual components must explicitly declare their dependencies + # on other components. Cycles in the dependency graph within + # components/ are not allowed. + "-components", + # Components should only depend on the public Content API, and on # layers below the Content Module. They must not depend on the # implementation of the Content Module. |