Chromium Code Reviews| Index: ios/shared/DEPS |
| diff --git a/ios/shared/DEPS b/ios/shared/DEPS |
| index f47a8e23066b2ac52c314fd1d9d9ec589040aa6e..075ff489b01e50b58daca106c0fafbe35d239c07 100644 |
| --- a/ios/shared/DEPS |
| +++ b/ios/shared/DEPS |
| @@ -1,5 +1,8 @@ |
| include_rules = [ |
| - # Shared code between ios/chrome and ios/clean/chrome must not depend on them. |
| + "+ios/web/public", |
| + |
| + # Code in ios/shared is used by both ios/chrome and ios/clean/chrome, so |
| + # forbids circular dependencies. |
|
rohitrao (ping after 24h)
2017/02/13 20:54:29
Typo: forbid.
sdefresne
2017/02/14 13:39:56
Done.
|
| "-ios/clean/chrome", |
| "-ios/chrome", |
| ] |