Chromium Code Reviews| Index: ios/components/DEPS |
| diff --git a/ios/components/DEPS b/ios/components/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..be10b266bc42af8e855d7ad4038a1f28a42ed806 |
| --- /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/chrome", |
|
sdefresne
2017/05/29 09:30:40
I would instead use the following:
"-ios",
"+
michaeldo
2017/05/30 17:16:24
Done.
|
| + "-ios/clean", |
| + "-ios/web_view", |
| + |
| + # Individual components must explicitly declare their dependencies |
| + # on other components. Cycles in the dependency graph within |
| + # components/ are not allowed. |
| + "-components", |
| +] |