Chrome Release Bot (LUCI) 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
..
BUILD.gn 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
DEPS 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
OWNERS 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
README.md 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
ambient_animation_theme.cc 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
ambient_animation_theme.h 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
app_types.h 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
ash_constants.cc 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
ash_constants.h 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
ash_features.cc 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
ash_features.h 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
ash_paths.cc 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
ash_paths.h 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
ash_pref_names.cc 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
ash_pref_names.h 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
ash_switches.cc 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
ash_switches.h 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
devicetype.cc 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
devicetype.h 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
notifier_catalogs.h 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
personalization_entry_point.h 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
url_constants.cc 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
url_constants.h 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano

README.md

ash/constants

This directory contains constants used by Chrome OS. It is a very low-level component and should only depend on //base. It should not contain any logic, except for simple helper functions like IsFooEnabled(). For example, while it can contain pref names, it should not do pref registration, because pref registration requires a dependency on //components.

It lives in //ash because these constants are used by Chrome OS system UI as well as the current/legacy built-in chrome browser. This is «ash-chrome» in the terminology of the Lacros project.

Code in this directory used to live in //chromeos/constants. That directory is being re-purposed for constants shared between the lacros-chrome browser and the ash-chrome system UI binary. Both those binaries run on Chrome OS.