tree: c4d9b3c07607f1b429b9ea3be896e221244a23bd [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. face_ml_app_ui/
  9. file_manager/
  10. files_internals/
  11. firmware_update_ui/
  12. guest_os_installer/
  13. help_app_ui/
  14. media_app_ui/
  15. multidevice_debug/
  16. network_ui/
  17. os_feedback_ui/
  18. personalization_app/
  19. print_management/
  20. projector_app/
  21. resources/
  22. sample_system_web_app_ui/
  23. scanning/
  24. shimless_rma/
  25. shortcut_customization_ui/
  26. system_apps/
  27. system_extensions_internals_ui/
  28. tools/
  29. web_applications/
  30. .eslintrc.js
  31. ash_webui_test_suite.cc
  32. ash_webui_test_suite.h
  33. BUILD.gn
  34. DEPS
  35. OWNERS
  36. PLATFORM_OWNERS
  37. PRESUBMIT.py
  38. README.md
  39. 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.