DEPS 952 B

123456789101112131415161718192021222324252627282930
  1. include_rules = [
  2. "+components/grit/components_resources.h",
  3. "+components/leveldb_proto",
  4. "+components/pref_registry",
  5. "+components/prefs",
  6. "+components/strings/grit/components_strings.h",
  7. "+components/sync_preferences",
  8. "+components/variations",
  9. "+crypto", # For sha256
  10. "+google", # For third_party/protobuf.
  11. "+third_party/dom_distiller_js",
  12. "+third_party/re2",
  13. "+net/base",
  14. "+net/http",
  15. "+net/traffic_annotation",
  16. "+net/url_request",
  17. "+services/network/public/cpp",
  18. "+services/network/public/mojom",
  19. "+services/network/test",
  20. "+ui/base/l10n",
  21. "+ui/base/resource",
  22. "+ui/base/template_expressions.h",
  23. "+ui/gfx",
  24. # The dom distiller is a layered component; subdirectories must explicitly
  25. # introduce the ability to use the content layer as appropriate.
  26. # http://www.chromium.org/developers/design-documents/layered-components-design
  27. "-components/dom_distiller",
  28. "+components/dom_distiller/core",
  29. ]