commit | 0ed6084fede25311f1055de749696743370e8003 | [log] [tgz] |
---|---|---|
author | Brian Sheedy <bsheedy@chromium.org> | Tue Aug 16 16:54:56 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 16 16:54:56 2022 |
tree | 1babb6c5d74f0a3490004db8f35d4ec8e3e48a03 | |
parent | 973e2eb5e10aa4b099dc638ce103469c1a5069cd [diff] |
Remove GPU cmd arg copies It turns out that a number of GPU tests store their own copies of parsed command line arguments even though the base class already has a copy. This CL removes those redundant copies and instead uses the copy provided by the base class. Change-Id: I7b72ca790f1a0daae811ae2845ab6462b3689e2c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3826322 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@{#1035566}
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.