DEPS 366 B

123456789101112
  1. include_rules = [
  2. "+chrome/grit",
  3. "+mojo/public",
  4. # Services have to list which other services they depend on.
  5. "-chrome/services",
  6. "-services",
  7. "+content/public/browser/service_process_host.h",
  8. "+services/service_manager/public", # Every service talks to Service Manager.
  9. "+sandbox/policy/sandbox_type.h", # Services specify their SandboxType.
  10. ]