summaryrefslogtreecommitdiffstats
path: root/components/password_manager/DEPS
blob: 620212782f88909f7987c04b408eae42ec902e88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
include_rules = [
  "+components/autofill/core/common",
  "+components/os_crypt",
  "+components/password_manager/core",
  "+net/base",
  "+sql",
  "+sync/api",
  "+sync/protocol",
  # PasswordManager is a layered component; subdirectories must explicitly
  # introduce the ability to use the content layer as appropriate.
  "-content/public/common",
  "-ipc",
]