| include_rules = [ | |
| "+device/fido/public_key_credential_params.h" | |
| ] | |
| specific_include_rules = { | |
| ".*_android\.(cc|h)": [ | |
| "+components/payments/content/android/spc/browser_binding_jni", | |
| "+third_party/jni_zero", | |
| ], | |
| ".*_desktop_unittest\.cc": [ | |
| "+components/unexportable_keys/mock_unexportable_key.h", | |
| "+components/unexportable_keys/mock_unexportable_key_provider.h", | |
| ] | |
| } |