blob: 3030fce1ef322d2ace247d9e587aa19d107dc610 (
plain)
1
2
3
4
5
6
7
8
9
|
include_rules = [
"+device",
]
specific_include_rules = {
"authenticator_impl_unittest\.cc": [
"+components/autofill/content/browser/webauthn/internal_authenticator_impl.h"
]
}
|