Chromium Code Reviews| Index: ios/shared/DEPS |
| diff --git a/ios/shared/DEPS b/ios/shared/DEPS |
| index f47a8e23066b2ac52c314fd1d9d9ec589040aa6e..9393df1c476f358c5180ef75c53c1c4483b25ce4 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 |
| + # forbid circular dependencies. |
| "-ios/clean/chrome", |
| "-ios/chrome", |
| ] |