[go: nahoru, domu]

tree: 40f8158a712747b4da7b3d0c0efa79031e1a0c8f [path history] [tgz]
  1. annotator/
  2. boca_ui/
  3. camera_app_ui/
  4. color_internals/
  5. common/
  6. connectivity_diagnostics/
  7. demo_mode_app_ui/
  8. diagnostics_ui/
  9. eche_app_ui/
  10. file_manager/
  11. files_internals/
  12. firmware_update_ui/
  13. focus_mode/
  14. help_app_ui/
  15. mall/
  16. media_app_ui/
  17. metrics/
  18. multidevice_debug/
  19. network_ui/
  20. os_feedback_ui/
  21. personalization_app/
  22. print_management/
  23. print_preview_cros/
  24. projector_app/
  25. recorder_app_ui/
  26. resources/
  27. sample_system_web_app_ui/
  28. sanitize_ui/
  29. scanning/
  30. settings/
  31. shimless_rma/
  32. shortcut_customization_ui/
  33. status_area_internals/
  34. system_apps/
  35. tools/
  36. vc_background_ui/
  37. web_applications/
  38. .eslintrc.js
  39. ash_webui_test_suite.cc
  40. ash_webui_test_suite.h
  41. BUILD.gn
  42. DEPS
  43. OWNERS
  44. PLATFORM_OWNERS
  45. PRESUBMIT.py
  46. README.md
  47. 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.