summaryrefslogtreecommitdiff
path: root/chromium/components/autofill/content/DEPS
blob: 4583d6f761e7a13340174cb00b8a5666dd4cfa6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
include_rules = [
  "+content/public/common",
  # Allow inclusion of WebKit API files.
  "+third_party/WebKit/public/platform",
  "+third_party/WebKit/public/web",
  "+ipc",
]

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