summaryrefslogtreecommitdiff
path: root/chromium/components/autofill/DEPS
blob: b6a154517d2e7ef4bfaee94aa3307cdf69fc43c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
include_rules = [
  "+components/prefs",
  "+components/strings/grit/components_strings.h",
  "+google_apis/gaia/gaia_urls.h",
  "+jni",
  "+net",
  "+third_party/skia",
  "+third_party/zlib/google",
  "+ui",

  # Autofill is a layered component; subdirectories must explicitly introduce
  # the ability to use the content layer as appropriate.
  "-components/autofill/content",

  # This directory contains build flags and does not pull all of PPAPI in.
  "+ppapi/buildflags",
]