You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Add the following two items to the licenses allow list as dependencies of ScreenAI: - LicenseRef-MicrosoftEnterpriseWindowsDriverKit - LicenseRef-Public-Domain-Gutenberg Bug: 378472917 Change-Id: I4f8786fb9880a61dcb379b57e0ead3d3ae9cff41 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/6529681 Commit-Queue: Jordan Brown <rop@google.com> Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Reviewed-by: Jordan Brown <rop@google.com> |
7 months ago | |
|---|---|---|
| .. | ||
| fields | 7 months ago | |
| tests | 9 months ago | |
| LICENSE_OWNERS | 10 months ago | |
| OWNERS | 1 year ago | |
| PRESUBMIT.py | ||
| README.md | ||
| SECURITY_TEAM_OWNERS | 1 year ago | |
| __init__.py | ||
| dependency_metadata.py | 10 months ago | |
| discover.py | ||
| parse.py | 10 months ago | |
| scan.py | 2 years ago | |
| validate.py | 9 months ago | |
| validation_result.py | 1 year ago | |
README.md
Validation for Chromium's Third Party Metadata Files
This directory contains the code to validate Chromium third party metadata
files, i.e. README.chromium files.
Prerequisites
- Have the Chromium source code checked out on disk
- Ensure you've run
gclient runhookson your source checkout
Run
metadata/scan.py can be used to search for and validate all Chromium third
party metadata files within a repository. For example, if your chromium/src
checkout is at ~/my/path/to/chromium/src, run the following command from the
root directory of depot_tools:
vpython3 --vpython-spec=.vpython3 metadata/scan.py ~/my/path/to/chromium/src