DEPS 698 B

123456789101112131415161718192021222324
  1. include_rules = [
  2. "+chromeos/ash/components/account_manager",
  3. "+components/account_manager_core",
  4. "+components/content_settings",
  5. "+components/google/core",
  6. "+components/image_fetcher/core",
  7. "+components/keyed_service/core",
  8. "+components/os_crypt",
  9. "+components/prefs",
  10. "+components/sync_preferences",
  11. # Subdirectories of //components/signin must explicitly allow deps on each
  12. # other based on the conceptual deps structure.
  13. "-components/signin",
  14. "+components/user_manager",
  15. "+components/webdata/common",
  16. "+crypto",
  17. "+google_apis/gaia",
  18. "+grit", # For generated headers
  19. "+net",
  20. "+services/network/public",
  21. "+services/network/test",
  22. "+sql",
  23. "+ui/gfx",
  24. ]