| include_rules = [ | |
| "+components/webauthn/core/browser", | |
| "+device/fido", | |
| "+third_party/boringssl/src/pki", | |
| ] | |
| specific_include_rules = { | |
| "authenticator_impl_unittest\.cc": [ | |
| "+third_party/microsoft_webauthn/src/webauthn.h", | |
| ], | |
| "authenticator_test_base\.(h|cc)": [ | |
| "+ui/base/resource/resource_bundle.h", | |
| ] | |
| } |