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

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.