mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
4128591: Enable large pdbs by default
https://chromium-review.googlesource.com/c/chromium/src/+/4128591
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user