Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 # Shared code between ios/chrome and ios/clean/chrome must not depend on them. | 2 "+ios/web/public", |
| 3 | |
| 4 # Code in ios/shared is used by both ios/chrome and ios/clean/chrome, so | |
| 5 # forbids circular dependencies. | |
|
rohitrao (ping after 24h)
2017/02/13 20:54:29
Typo: forbid.
sdefresne
2017/02/14 13:39:56
Done.
| |
| 3 "-ios/clean/chrome", | 6 "-ios/clean/chrome", |
| 4 "-ios/chrome", | 7 "-ios/chrome", |
| 5 ] | 8 ] |
| OLD | NEW |