commit | d15af58f5576d4dda455f0e269e574948bf024f5 | [log] [tgz] |
---|---|---|
author | Gavin Williams <gavinwill@chromium.org> | Mon Jul 19 17:48:19 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 19 17:48:19 2021 |
tree | 4f407e5d9f9f334795e944936d04c87dd5dd65b4 | |
parent | e76282abe727a5e1e95b5dd4742f5e158b536984 [diff] |
scanning: Move file path checking to separate class -Create a separate class for checking if a file path is supported for scanning. The new class allows us to consolidate the logic -Change to using a single test setter function SetFilesPathsForTesting() to ease test setup. Bug: 1216011 Change-Id: I991d557fd57b9e1bf182b1860abdd92f227154fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3029485 Commit-Queue: Gavin Williams <gavinwill@chromium.org> Reviewed-by: Zentaro Kavanagh <zentaro@chromium.org> Cr-Commit-Position: refs/heads/master@{#903082}
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.