summaryrefslogtreecommitdiffstats
path: root/components/autofill/content/browser/DEPS
blob: 58131085a11e0cd2699034cc7270c3ad339c0b94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
include_rules = [
  "+components/webdata/common",
  "+content/public/browser",
  "+crypto/random.h",
  "+google_apis/gaia",
  "+google_apis/google_api_keys.h",
  "+gpu/config/gpu_info.h",
  "+sql",
  "+third_party/libphonenumber",  # For phone number i18n.
]

specific_include_rules = {
  '.*_[a-z]*test\.cc': [
    "+content/public/test",
  ],
}