Chromium Code Reviews| Index: extensions/components/DEPS |
| diff --git a/extensions/components/DEPS b/extensions/components/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..0a33fe40ab1540aa5b07752c4a4cc2fd281ea224 |
| --- /dev/null |
| +++ b/extensions/components/DEPS |
| @@ -0,0 +1,7 @@ |
| +include_rules = [ |
| + # Things in extensions/components can depend on extensions, but not other |
| + # extensions/components in a way that could make a cycle in the dependency |
| + # graph. Individual components must explicitly declare their dependencies |
| + # on other components. |
| + "-extensions/components", |
| +] |