4128591: Enable large pdbs by default

https://chromium-review.googlesource.com/c/chromium/src/+/4128591
This commit is contained in:
Jeremy Rose
2023-02-27 13:02:24 -08:00
parent 5ff47109cd
commit e76f2c3f16

View File

@@ -34,7 +34,10 @@ PATHS_TO_SKIP = [
# Skip because these are outputs that we don't need.
'resources/inspector',
'gen/third_party/devtools-frontend/src',
'gen/ui/webui'
'gen/ui/webui',
# These are only needed for Chromium tests we don't run.
'dbgcore.dll',
'dbghelp.dll',
]
def skip_path(dep, dist_zip, target_cpu):