commit | 774dc5d3d8cf94f730fa26eb32f4ba292cc1abc0 | [log] [tgz] |
---|---|---|
author | Antonio Gomes <tonikitoo@igalia.com> | Sat Oct 19 08:35:45 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Oct 19 08:35:45 2024 |
tree | 71a0818eff510a6c562ade260dd23841d32c4ecc | |
parent | 9746517f2545ab6cc2f71295c4739ab6ffad5403 [diff] |
Clean up lacros-specific code in chrome/browser/ui/autofill/ ... and sub-directories. This CL deletes the lacros-only code in c/b/ui/autofill/ directory, now that the project has been terminated. More specifically, the changes are: - deletions of BUILDFLAG(IS_CHROMEOS_LACROS) clauses in pre-processor conditions; - removal of dependencies on `//build:chromeos_buildflags` in BUILD.gn files; - removal of `build/chromeos_buildflags.h` header inclusions; - rename of IS_CHROMEOS_ASH macros to IS_CHROME. Bug: 374115896, 373971535 Change-Id: I961a128d984a2a1f08ecf0c89fb73e03c9dd49f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5938427 Reviewed-by: Hidehiko Abe <hidehiko@chromium.org> Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/main@{#1370977}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.