OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+components/autofill", | 2 "+components/autofill", |
| 3 "+components/data_use_measurement", |
| 4 "+components/link_header_util", |
| 5 |
3 # TODO(crbug.com/679381): Move this to components/payments/content. | 6 # TODO(crbug.com/679381): Move this to components/payments/content. |
4 "+content/public/browser", | 7 "+content/public/browser", |
| 8 "+content/public/test", |
5 | 9 |
6 "+mojo/public/cpp", | 10 "+mojo/public/cpp", |
| 11 "+net", |
7 "+third_party/libaddressinput", # For address i18n. | 12 "+third_party/libaddressinput", # For address i18n. |
8 "+third_party/re2", | 13 "+third_party/re2", |
9 ] | 14 ] |
OLD | NEW |