1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13

content / browser / webauth / DEPS [blame]

include_rules = [
  "+device",
  "+third_party/boringssl/src/pki",
]

specific_include_rules = {
  "authenticator_impl_unittest\.cc": [
    "+components/webauthn/content/browser/internal_authenticator_impl.h",
    "+third_party/microsoft_webauthn/webauthn.h",
    "+third_party/zlib/google/compression_utils.h",
    "+ui/base/resource/resource_bundle.h",
  ]
}