Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+base", | |
| 3 "+components/google", | 2 "+components/google", |
| 4 "+net", | 3 "+net", |
| 5 "+rlz", | 4 "+rlz", |
| 6 "+ui/base", | 5 "+ui/base", |
| 7 | 6 |
| 8 # rlz is used on iOS. | 7 # rlz is used on iOS. |
| 9 "-content", | 8 "-content", |
| 10 ] | 9 ] |
| OLD | NEW |