0
Files
src/chrome
Thomas Tellier 75c8459ef0 [CrOS] Move ash login constants into ash/login/ui
This CL move the ash login constants to ash/login/ui, cleanup some
useless includes and move some constants to the only file there are
used.

Bug: 1148231
Change-Id: If9edccba8bd2031e2164627b561ee21740066db0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2910358
Reviewed-by: Denis Kuznetsov [CET] <antrim@chromium.org>
Reviewed-by: James Cook <jamescook@chromium.org>
Reviewed-by: Xiaoqian Dai <xdai@chromium.org>
Commit-Queue: Thomas Tellier <tellier@google.com>
Cr-Commit-Position: refs/heads/master@{#886245}
2021-05-25 11:25:31 +00:00
..
2021-05-25 09:26:26 +00:00

Chrome

This directory contains the open source, application layer of Google Chrome.

Unlike other parts of Chromium like //content, which provide framework intended to support multiple products, this directory contains code that is focused on building specific products with opinionated UX.

Specific products include:

  • Chrome desktop browser for Chrome OS, Windows, Mac and Linux
  • Chrome mobile browser for Android
  • Chrome OS system UI

See //ios/chrome for the Chrome mobile browser for iOS, and note that code that is shared between //chrome and //ios/chrome is typically factored out into //components.