DEPS 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. include_rules = [
  2. "+apps",
  3. "+ash/components/disks",
  4. "+chromeos",
  5. "+components/keep_alive_registry",
  6. "+components/keyed_service",
  7. "+components/nacl/browser",
  8. "+components/nacl/common",
  9. "+components/network_session_configurator/common",
  10. "+components/pref_registry",
  11. "+components/sessions",
  12. "+components/update_client",
  13. "+components/user_prefs",
  14. "+components/value_store",
  15. "+components/web_modal",
  16. "+content/public/browser",
  17. # Pieces of content_shell reused in app_shell.
  18. # TODO(jamescook): Eliminate these. http://crbug.com/438283
  19. "+content/shell/browser/shell_browser_context.h",
  20. "+content/shell/browser/shell_devtools_manager_delegate.h",
  21. "+content/shell/browser/shell_url_request_context_getter.h",
  22. # For device backend support.
  23. "+device/bluetooth",
  24. "+gin",
  25. "+net",
  26. "+ppapi",
  27. "+services/metrics/public/cpp/ukm_source_id.h",
  28. "+services/network/public/cpp/session_cookie_delete_predicate.h",
  29. "+services/network/public/mojom/cors_origin_pattern.mojom.h",
  30. "+services/network/public/mojom/fetch_api.mojom.h",
  31. "+services/network/public/mojom/url_loader.mojom.h",
  32. "+storage/browser/quota",
  33. "+third_party/skia/include",
  34. # Additional UI dependencies for app_shell.
  35. "+ui/aura",
  36. "+ui/chromeos",
  37. "+ui/display",
  38. "+ui/ozone/public",
  39. "+ui/platform_window",
  40. "+ui/views",
  41. "+ui/wm",
  42. "+third_party/cros_system_api",
  43. "+third_party/blink/public/common/associated_interfaces/associated_interface_registry.h",
  44. "-webkit",
  45. ]