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