commit | 41b4a36b062cd875d1852faf15e4dcea404ab447 | [log] [tgz] |
---|---|---|
author | Brian Sheedy <bsheedy@chromium.org> | Mon Mar 24 20:25:07 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 24 20:25:07 2025 |
tree | 9e7c6a6fd1851950ffce66a7da0b9f6b25d537fe | |
parent | a62f59318034a46a524ce7d3d3e3869edd3a4508 [diff] |
Convert some GPU strings to f-strings Converts older style string formatting to f-strings in a handful of files under //content/test/gpu. Newer pylint versions have a check for this enabled by default, and we have been largely using f-strings since switching to Python 3, so this is an opportunity to get all GPU code consistent. Bug: 405148966 Change-Id: Ic0f7058affb684754a8590350e516936d8338a64 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6383525 Auto-Submit: Brian Sheedy <bsheedy@chromium.org> Reviewed-by: Yuly Novikov <ynovikov@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/main@{#1437037}
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.