summaryrefslogtreecommitdiffstats
path: root/components/autofill/DEPS
blob: 9c568890eef2cfe451f267e84135bad5ea390b45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
include_rules = [
  "+google_apis/gaia/gaia_urls.h",
  "+grit",  # For generated headers
  "+jni",
  "+net",
  "+ui",
  # Autofill is a layered component; subdirectories must explicitly introduce
  # the ability to use the content layer as appropriate.
  "-components/autofill/content",
  "-content/public/common",
  "-ipc",
]