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/keyed_service/core", | 5 "+components/keyed_service/core", |
6 "+components/metrics", | 6 "+components/metrics", |
| 7 "+components/pref_registry", |
7 "+components/strings", | 8 "+components/strings", |
8 "+components/ukm", | 9 "+components/ukm", |
9 "+third_party/libaddressinput", | 10 "+third_party/libaddressinput", |
10 "+third_party/libphonenumber", | 11 "+third_party/libphonenumber", |
11 "+ui/base", | 12 "+ui/base", |
12 ] | 13 ] |
OLD | NEW |