DEPS 628 B

1234567891011121314151617181920
  1. include_rules = [
  2. # Individual subdirectories should have their own DEPS that include
  3. # their allowed directories.
  4. "+chromeos/lacros",
  5. "-extensions/shell",
  6. "+extensions/shell/common",
  7. "+extensions/shell/test",
  8. "+content/shell/common",
  9. # Do not add dependencies on Chrome. Talk to OWNERS about how to refactor
  10. # the code you need to a shared location.
  11. "-chrome",
  12. # The system.storage API expects the StorageMonitor to be initialized by
  13. # the embedder before being used by the extension.
  14. "+components/storage_monitor",
  15. # Real DEPS go in subdirectories, for example extensions/shell/browser/DEPS.
  16. ]