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

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.