Chromium Code Reviews| 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. |
|
sdefresne
2017/02/23 17:11:05
This component is used on iOS so cannot depends on
please use gerrit instead
2017/02/23 19:57:51
I've started work on https://crbug.com/679381. It
| |
| 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 |