DEPS 825 B

123456789101112131415161718192021222324252627
  1. noparent = True
  2. include_rules = [
  3. "+base",
  4. "+chromeos/ash/components/cryptohome",
  5. "+chromeos/ash/components/dbus",
  6. "+chromeos/dbus",
  7. "+chromeos/login/login_state",
  8. "+components/account_id",
  9. "+components/policy/proto",
  10. "+crypto",
  11. "+google_apis/gaia",
  12. "+testing",
  13. "+third_party/cros_system_api",
  14. # Abseil features must be allowlisted explicitly for now. See
  15. # //styleguide/c++/c++11.html. Allowed features' headers will be listed
  16. # explicitly here.
  17. # Please keep this section in sync with //DEPS.
  18. '-absl',
  19. '-third_party/abseil-cpp',
  20. '+third_party/abseil-cpp/absl/base/attributes.h',
  21. "+third_party/abseil-cpp/absl/numeric/int128.h",
  22. '+third_party/abseil-cpp/absl/types/optional.h',
  23. '+third_party/abseil-cpp/absl/types/variant.h',
  24. '+third_party/abseil-cpp/absl/utility/utility.h',
  25. ]