commit | f957304586167287612456ca9a30828f4e80d637 | [log] [tgz] |
---|---|---|
author | Tom Anderson <thomasanderson@chromium.org> | Tue Aug 10 22:51:12 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 10 22:51:12 2021 |
tree | d36be7b8b4feec62f749145b6e3f6fb3f2985e31 | |
parent | b68787212da90093581d6f81cddbbedac15fa326 [diff] |
[GTK] Add command-line switch to choose GTK version Currently there's no way to actually run with GTK4 since all systems that have it will also have GTK3 which takes precedence in Chrome. This CL adds a command-line switch to change the preferred GTK version. R=sky Bug: 1192861 Change-Id: I2b7f8a605798eed356fb53f421586291c2d4aed0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3062001 Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Reviewed-by: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#910548}
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.