OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
| 2 "+components/infobars/core", |
2 "+components/keyed_service/core", | 3 "+components/keyed_service/core", |
3 "+components/webdata/common", | 4 "+components/webdata/common", |
4 "+components/webdata_services", | 5 "+components/webdata_services", |
5 "+crypto/random.h", | 6 "+crypto/random.h", |
6 "+google_apis/gaia", | 7 "+google_apis/gaia", |
7 "+google_apis/google_api_keys.h", | 8 "+google_apis/google_api_keys.h", |
8 "+net", | 9 "+net", |
9 "+sql", | 10 "+sql", |
10 "+sync", | 11 "+sync", |
11 "+third_party/fips181", | 12 "+third_party/fips181", |
12 "+third_party/libjingle", | 13 "+third_party/libjingle", |
13 "+third_party/webrtc/libjingle", | 14 "+third_party/webrtc/libjingle", |
14 "+third_party/libaddressinput", # For address i18n. | 15 "+third_party/libaddressinput", # For address i18n. |
15 "+third_party/libphonenumber", # For phone number i18n. | 16 "+third_party/libphonenumber", # For phone number i18n. |
| 17 "+ui/base", |
| 18 "+ui/gfx", |
16 ] | 19 ] |
OLD | NEW |