
For the lit migration, we'll move the read-anything-toolbar specific styles out of read_anything_toolbar.html to read_anything_toolbar.css. However, read_anything_toolbar.css currently has shared styles, so I'm renaming the file so it's clear that we differentiate between the component specific styles and shared styles. Bug: 352583619 Change-Id: I5f169409dc6a96be16f89d324c908ec359196de9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6317487 Reviewed-by: Kristi Saney <kristislee@google.com> Commit-Queue: Eitan Goldberger <eitang@google.com> Cr-Commit-Position: refs/heads/main@{#1427386}
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.