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

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.