tree: 6b31d48228e9da9b9a38d3e26a83c86083313342 [path history] [tgz]
  1. camera_app_ui/
  2. color_internals/
  3. common/
  4. connectivity_diagnostics/
  5. demo_mode_app_ui/
  6. diagnostics_ui/
  7. eche_app_ui/
  8. file_manager/
  9. firmware_update_ui/
  10. guest_os_installer/
  11. help_app_ui/
  12. media_app_ui/
  13. multidevice_debug/
  14. network_ui/
  15. os_feedback_ui/
  16. personalization_app/
  17. print_management/
  18. projector_app/
  19. resources/
  20. sample_system_web_app_ui/
  21. scanning/
  22. shimless_rma/
  23. shortcut_customization_ui/
  24. system_apps/
  25. system_extensions_internals_ui/
  26. telemetry_extension_ui/
  27. web_applications/
  28. .eslintrc.js
  29. ash_webui_test_suite.cc
  30. ash_webui_test_suite.h
  31. BUILD.gn
  32. DEPS
  33. OWNERS
  34. PLATFORM_OWNERS
  35. PRESUBMIT.py
  36. README.md
  37. run_all_unittests.cc
ash/webui/README.md

//ash/webui

//ash/webui contains code that is Chrome OS-specific WebUI for system web apps and has dependencies on //content.

General purpose window manager or system UI code should not have content dependencies, and should not live in this directory. Prefer a different top-level ash directory, like //ash/system, //ash/wm, or add //ash/your_feature. Low-level components go in //ash/components/your_feature.

Each subdirectory should be its own separate “module”, and have its own BUILD.gn file. See this directory's BUILD.gn file for tips on adding your own subdirectory.

This directory is in //ash because it runs in the “ash-chrome” binary when Lacros is running. Most of its subdirectories used to live in //chromeos/components. See the Lacros documentation or the Lacros directory migration design.