Chrome Release Bot (LUCI) 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
..
camera_app_ui 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
color_internals 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
common 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
connectivity_diagnostics 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
demo_mode_app_ui 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
diagnostics_ui 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
eche_app_ui 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
facial_ml_app_ui 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
file_manager 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
firmware_update_ui 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
guest_os_installer 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
help_app_ui 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
media_app_ui 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
multidevice_debug 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
network_ui 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
os_feedback_ui 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
personalization_app 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
print_management 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
projector_app 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
resources 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
sample_system_web_app_ui 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
scanning 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
shimless_rma 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
shortcut_customization_ui 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
system_apps 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
system_extensions_internals_ui 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
telemetry_extension_ui 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
web_applications 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
.eslintrc.js 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
BUILD.gn 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
DEPS 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
OWNERS 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
PLATFORM_OWNERS 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
PRESUBMIT.py 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
README.md 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
ash_webui_test_suite.cc 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
ash_webui_test_suite.h 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
run_all_unittests.cc 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an

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.