DEPS 276 B

1234567
  1. # This is a dependency-free, header-only, library, and it needs to stay that
  2. # way to facilitate pulling it into various third-party projects. So, this
  3. # file is here to protect against accidentally introducing dependencies.
  4. include_rules = [
  5. "-base",
  6. "+base/numerics",
  7. ]