DEPS 395 B

1234567891011121314
  1. include_rules = [
  2. # Do not add ios/chrome/ or ios/web_view as an allowed include. Please see
  3. # ios/components/README.
  4. "-ios",
  5. "+ios/net",
  6. "+ios/testing",
  7. "+ios/web/public",
  8. "+mojo/core/embedder",
  9. # Individual components must explicitly declare their dependencies
  10. # on other components. Cycles in the dependency graph within
  11. # components/ are not allowed.
  12. "-components",
  13. ]