Chromium Code Reviews| Index: ios/components/DEPS |
| diff --git a/ios/components/DEPS b/ios/components/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..a14b7bebb8c90f587fbf0f80c98006c86b8c6905 |
| --- /dev/null |
| +++ b/ios/components/DEPS |
| @@ -0,0 +1,8 @@ |
| +include_rules = [ |
| + # Do not add ios/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", |
| +] |