Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "-components/payments/content", | 2 "-components/payments/content", |
| 3 "-content", | 3 "-content", |
| 4 "+components/autofill/core", | 4 "+components/autofill/core", |
| 5 "+components/strings", | |
| 5 "+third_party/libaddressinput", | 6 "+third_party/libaddressinput", |
| 7 "+ui/base", | |
| 6 ] | 8 ] |
| OLD | NEW |