commit | 0d8d0e0943489b59e452b4d0214959821880ad7f | [log] [tgz] |
---|---|---|
author | Matt Jolly <kangie@gentoo.org> | Tue Jan 28 20:00:57 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 28 20:00:57 2025 |
tree | 27ac8f140f37349086f9e871a729b73b1c5c26d3 | |
parent | 38ecaf6efd299252606af35a47496adc272c3b2c [diff] |
UI: make QT5 optional To build with `use_qt6`, QT5 (`use_qt`) is also required. This is undesirable for downstreams who are actively working to drop support for QT5 (e.g. Gentoo). To resolve this: - Add `use_qt5` - Replace most `use_qt` conditionals with this option; these appear to be from before QT6 support was added. - Use `use_qt5` to gate some previously unconditional QT5-related items in chrome/installer/linux - Remove `use_qt` as an argument, instead set to `use_qt5 || use_qt6`. This change should not impact the current behaviour; if no options are selected QT5 and QT6 support will be enabled, using existing logic unless one is explicitly disabled with `use_qt{x}=false`. See-also: https://bugs.gentoo.org/926166, https://bugs.gentoo.org/948836 Signed-off-by: Matt Jolly <kangie@gentoo.org> Fixed: 328182252 Change-Id: I22ec7a068356412d3f9fce68a19aee4f8c89892c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6205488 Reviewed-by: Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/main@{#1412471}
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.