commit | 3db4562178cebcb64ecf95d79463e9959baebf1c | [log] [tgz] |
---|---|---|
author | Bruce Dawson <brucedawson@chromium.org> | Mon May 02 05:34:18 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 02 05:34:18 2022 |
tree | 866f8730ff53ffa3af6e161ff321dbd4b74aa361 | |
parent | f4ab0b85b2fce988b75bdea01319ec39c9a49bef [diff] |
Exclude some test directories from png name checks The no-abbreviation png name checks fail on four test files, but there is presumably no need to fix these violations for test files. So, this change exempts those two directories from the check. The failures were: services\test\data\upc_a.png services\test\data\upc_e.png third_party\blink\web_tests\svg\W3C-SVG-1.1\resources\image1_b.png third_party\blink\web_tests\svg\W3C-SVG-1.1\resources\image2_b.png The fix was tested with this command: git cl presubmit --files=services\test\data\*;third_party\blink\web_tests\svg\W3C-SVG-1.1\resources\* Bug: 1309977 Change-Id: I0f8b99b2d1f843b250107047ac7caf530d3ac4d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3619379 Commit-Queue: Bruce Dawson <brucedawson@chromium.org> Reviewed-by: Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/main@{#998256}
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.