tree: 084d524aed22dee49080b66ccb2477250de9c5d2 [path history] [tgz]
  1. common/
  2. diagnostics_ui/
  3. file_manager/
  4. os_feedback_ui/
  5. scanning/
  6. shimless_rma/
  7. shortcut_customization_ui/
  8. ash_webui_test_suite.cc
  9. ash_webui_test_suite.h
  10. BUILD.gn
  11. DEPS
  12. OWNERS
  13. README.md
  14. 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.