0
Files
src/ash/webui
April Zhou afb1f8d465 boca: Propagate is_paused status from/to UI.
This config allows teacher to disable tabstrip and block view on
student's device.

Bug: b:405468844
Test: Manually tested
Change-Id: Iaa3a0dde0ca7c191c24c629282f4e8e74f731ef3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6384377
Commit-Queue: April Zhou <aprilzhou@google.com>
Reviewed-by: Benjamin Zielinski <bzielinski@google.com>
Reviewed-by: Elly FJ <ellyjones@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1437876}
2025-03-25 18:08:23 -07:00
..

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