include_rules = [
  "+components/webauthn/core/browser",
  "+device/fido",
  "+components/device_event_log",
  "+third_party/boringssl/src/pki",
]

specific_include_rules = {
  "authenticator_impl_unittest\\.cc": [
    "+third_party/microsoft_webauthn/src/webauthn.h",
  ],
  "authenticator_impl_resident_key_unittest\\.cc": [
    "+third_party/microsoft_webauthn/src/webauthn.h",
  ],
  "authenticator_test_base\\.(h|cc)": [
    "+ui/base/resource/resource_bundle.h",
  ]
}
