Chromium Code Reviews| Index: ios/components/DEPS |
| diff --git a/ios/components/DEPS b/ios/components/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..4ebdb4ea2fbd7d2164a51807abb2b264276d6ab2 |
| --- /dev/null |
| +++ b/ios/components/DEPS |
| @@ -0,0 +1,12 @@ |
| +include_rules = [ |
| + # Do not add ios/chrome/ or ios/web_view as an allowed include. Please see |
| + # ios/components/README. |
| + "-ios", |
| + "+ios/testing", |
| + "+ios/web/public", |
| + |
| + # Individual components must explicitly declare their dependencies |
| + # on other components. Cycles in the dependency graph within |
| + # components/ are not allowed. |
| + "-components", |
| +] |