DEPS 560 B

12345678910111213141516
  1. include_rules = [
  2. # Do not add chrome/ as an allowed include.
  3. # Individual components must explicitly declare their dependencies
  4. # on other components. Cycles in the dependency graph within
  5. # components/ are not allowed.
  6. "-components",
  7. # Components that wish to use the content API or IPC must explicitly declare
  8. # these dependencies; see ./README.
  9. "-ipc",
  10. # TODO(crbug.com/470582): ApplicationStatus should be moved to //chrome. In the
  11. # mean time, ban new usages.
  12. "-base/android/java/src/org/chromium/base/ApplicationStatus.java",
  13. ]