summaryrefslogtreecommitdiffstats
path: root/components/password_manager/DEPS
blob: d16b4f63ac0464c64d9402d7b0164c36c0059b89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include_rules = [
  "+components/autofill/core/common",
  "+components/os_crypt",
  "+components/password_manager/core",
  "+components/strings/grit",
  "+net/base",
  "+net/http/http_status_code.h",
  "+net/url_request",
  "+sql",
  "+sync/api",
  "+sync/protocol",
  "+third_party/re2",
  "+third_party/sqlite/sqlite3.h",
  "+ui",
  # PasswordManager is a layered component; subdirectories must explicitly
  # introduce the ability to use the content layer as appropriate.
  "-components/password_manager/content",
]