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