Commit c8d3f9f9 authored by grt's avatar grt Committed by Commit bot

Update dependencies for setup.exe following BoringSSL switch.

BUG=338884,127233
R=gab@chromium.org

Review URL: https://codereview.chromium.org/806693005

Cr-Commit-Position: refs/heads/master@{#308368}
parent 292f72b1
...@@ -443,9 +443,8 @@ def DoComponentBuildTasks(staging_dir, build_dir, target_arch, current_version): ...@@ -443,9 +443,8 @@ def DoComponentBuildTasks(staging_dir, build_dir, target_arch, current_version):
# Explicitly list the component DLLs setup.exe depends on (this list may # Explicitly list the component DLLs setup.exe depends on (this list may
# contain wildcards). These will be copied to |installer_dir| in the archive. # contain wildcards). These will be copied to |installer_dir| in the archive.
setup_component_dll_globs = [ 'base.dll', setup_component_dll_globs = [ 'base.dll',
'boringssl.dll',
'crcrypto.dll', 'crcrypto.dll',
'crnspr.dll',
'crnss.dll',
'icui18n.dll', 'icui18n.dll',
'icuuc.dll', 'icuuc.dll',
'msvc*.dll' ] 'msvc*.dll' ]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment