tree: 6225ee379c1f0892d245bd965ceebf20771e7f23 [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. graduation/
  15. growth_internals/
  16. help_app_ui/
  17. mall/
  18. media_app_ui/
  19. metrics/
  20. multidevice_debug/
  21. network_ui/
  22. os_feedback_ui/
  23. personalization_app/
  24. print_management/
  25. print_preview_cros/
  26. projector_app/
  27. recorder_app_ui/
  28. resources/
  29. sample_system_web_app_ui/
  30. sanitize_ui/
  31. scanner_feedback_ui/
  32. scanning/
  33. settings/
  34. shimless_rma/
  35. shortcut_customization_ui/
  36. status_area_internals/
  37. system_apps/
  38. tools/
  39. vc_background_ui/
  40. web_applications/
  41. ash_webui_test_suite.cc
  42. ash_webui_test_suite.h
  43. BUILD.gn
  44. DEPS
  45. OWNERS
  46. PLATFORM_OWNERS
  47. PRESUBMIT.py
  48. README.md
  49. run_all_unittests.cc
ash/webui/README.md

//ash/webui

DEPRECATED: please consider to use //chromeos/ash/experiences/..., instead.

//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 //chromeos/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.