Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 # This is a shared component (Mandoline, iOS, content), and as such, MUST NOT | 2 # This is a shared component (iOS, content), and as such, MUST NOT depend on |
| 3 # depend on content or other components that do. | 3 # content or other components that do. |
| 4 "-components/html_viewer", | 4 "-components/html_viewer", |
| 5 "-content", | 5 "-content", |
| 6 "-ios", | 6 "-ios", |
| 7 "-mandoline", | |
| 8 | 7 |
| 9 "+net", | 8 "+net", |
| 10 "+ui/gfx", | 9 "+ui/gfx", |
| 11 ] | 10 ] |
| OLD | NEW |