Back to Chromium

//ash/webui

ash/webui/README.md

149.0.7827.2695 B
Original Source

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