Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+components/autofill", | 2 "+components/autofill", |
| 3 # TODO(crbug.com/679381): Move this to components/payments/content. | 3 # TODO(crbug.com/679381): Move this to components/payments/content. |
| 4 "+content/public/browser", | 4 "+content/public/browser", |
| 5 | 5 |
| 6 "+mojo/public/cpp", | 6 "+mojo/public/cpp", |
| 7 "+third_party/libaddressinput", # For address i18n. | |
| 7 "+third_party/re2", | 8 "+third_party/re2", |
| 8 ] | 9 ] |
| OLD | NEW |