summaryrefslogtreecommitdiffstats
path: root/components/password_manager/content/DEPS
blob: 4d5d19cb305cec3058af33591ecd161ee9442b2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include_rules = [
  "+components/autofill/content/common",
  "+components/autofill/core/common",
  "+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",
  ],
}