summaryrefslogtreecommitdiff
path: root/chromium/components/autofill/DEPS
blob: 1e677456feabeb5e5ba7caa178d18c57f65c2606 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
include_rules = [
  "+components/autofill/android/jni_headers",
  "+components/prefs",
  "+components/strings/grit/components_strings.h",
  "+google_apis/gaia/gaia_urls.h",
  "+net",
  "+mojo/public",
  "+third_party/protobuf",
  "+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",
]