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