summaryrefslogtreecommitdiff
path: root/chromium/components/autofill/content/browser/DEPS
blob: c98729d3c65f41b6b756e64a6bbf6c81ce89685b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
include_rules = [
  "+content/public/browser",
  "+components/keyed_service/content",
  "+crypto/random.h",
  "+gpu/config/gpu_info.h",
  "+services/device/public",
  "+services/service_manager/public/mojom",
  "+third_party/blink/public/common",
  "+third_party/blink/public/platform/web_rect.h",
]

specific_include_rules = {
  '.*_[a-z]*test\.cc': [
    "+content/public/test",
  ],
  '.*internal_authenticator_impl\.(cc|h)': [
    "+content/browser/webauth/authenticator_common.h",
    "+third_party/blink/public/mojom/webauthn/authenticator.mojom.h",
  ]
}