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

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.