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