chromium/components/autofill/core/common/DEPS

include_rules = [
  "+crypto/sha2.h",
  "+google_apis/gaia/core_account_id.h",
]

specific_include_rules = {
  "credit_card_number_validation.*":  [
    "-components",
    "-crypto",
    "-google_apis",
    "-mojo",
    "-net",
    "-ppapi",
    "-third_party",
    "-ui",
    "+components/autofill/core/common/autofill_payments_features.h",
    "+components/autofill/core/common/autofill_regexes.h",
    "+components/autofill/core/common/credit_card_network_identifiers.h",
    "+components/autofill/core/common/credit_card_number_validation.h",
  ],
  "credit_card_network_identifiers.h": [
    "-components",
    "-crypto",
    "-google_apis",
    "-mojo",
    "-net",
    "-ppapi",
    "-third_party",
    "-ui",
  ],
  "autofill_regex.*": [
    "-components",
    "-crypto",
    "-google_apis",
    "-mojo",
    "-net",
    "-ppapi",
    "-ui",
    "+components/autofill/core/common/autofill_regex_constants.h",
    "+components/autofill/core/common/autofill_regexes.h",
  ]
}