tree: 8d683a1be56de525e1e14315ca0d5c9b4c1d049a [path history] [tgz]
  1. arc/
  2. test/
  3. BUILD.gn
  4. DEPS
  5. OWNERS
  6. README.md
ash/components/README.md

DEPRECATED. If you're about adding new component for ash-chrome only, consider using //chromeos/ash/components.

About //ash/components

This directory contains components that are used by //ash system UI and window manager code. It sits “below” //ash in the dependency graph. For C++ code, think of //ash/components like top-level //components, but for code that is only used on ChromeOS, and only for system UI / window manager support.

Much of this code used to live in //chromeos/components. The Lacros project is extracting browser functionality into a separate binary. As part of this migration, code used only by the ash-chrome system UI binary moved into “ash” directories. See the Chrome OS source directory migration design doc for details.