blob: 75cde3a0c123b1c019d334faaffbfacdb8c06257 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
include_rules = [
"+components/keyed_service/core",
"+components/webdata/common",
"+crypto/random.h",
"+google_apis/gaia",
"+google_apis/google_api_keys.h",
"+net",
"+sql",
"+third_party/fips181",
"+third_party/libjingle",
"+third_party/webrtc/libjingle",
"+third_party/libaddressinput", # For address i18n.
"+third_party/libphonenumber", # For phone number i18n.
]
|