| include_rules = [ | |
| "+components/consent_auditor", | |
| "+components/trusted_vault", | |
| ] | |
| specific_include_rules = { | |
| #TODO(crbug.com/1334154): Remove exceptions as soon as BVC refactoring is complete | |
| "sync_error_browser_agent\.mm": [ | |
| "+ios/chrome/browser/ui/authentication/re_signin_infobar_delegate.h", | |
| "+ios/chrome/browser/ui/authentication/signin_presenter.h", | |
| "+ios/chrome/browser/ui/settings/sync/utils/sync_util.h", | |
| ], | |
| } |