DEPS 525 B

123456789101112131415161718
  1. # This component is shared with the Chrome OS build, so it's important to limit
  2. # dependencies to a minimal set.
  3. # TODO(crbug.com/1256807): Remove components/metrics, it's only used for tests.
  4. include_rules = [
  5. "-components",
  6. "+components/compression",
  7. "+components/crash/core/common",
  8. "+components/metrics",
  9. "+components/prefs",
  10. "+components/variations",
  11. "+components/version_info",
  12. "+crypto",
  13. "-net",
  14. "+net/android",
  15. "+third_party/protobuf",
  16. "+third_party/smhasher",
  17. "+third_party/zlib/google",
  18. ]