DEPS 372 B

1234567891011121314
  1. include_rules = [
  2. # Code in //ash sits below chrome in the dependency graph.
  3. "-chrome",
  4. # Code in //ash runs in the browser process.
  5. "+content/public/browser",
  6. "+content/public/common",
  7. "+content/public/test",
  8. "+chromeos/ash/services/cros_healthd/public/cpp",
  9. "+chromeos/ash/services/cros_healthd/public/mojom",
  10. "+mojo/core/embedder",
  11. "+ui/webui",
  12. ]