Consolidate contingent paths in prune_binaries.py

Handles the differences between full tarball, lite tarball, and cloned sources.
Removes the skip_unused and sysroot flags from _extraction.py and downloads.py.
This commit is contained in:
Blaise
2025-02-18 10:15:02 -06:00
parent 1602c44d38
commit 0bde311580
9 changed files with 262 additions and 483 deletions

View File

@@ -111,6 +111,8 @@ DOMAIN_EXCLUDE_PREFIXES = [
# Exclusions for files covered with other patches/unnecessary
'components/search_engines/prepopulated_engines.json',
'third_party/blink/renderer/core/dom/document.cc',
# Exclusion to allow download of sysroots
'build/linux/sysroot_scripts/sysroots.json',
]
# pylint: enable=line-too-long