From c8d3f9f9d419230e5d05a1477962cc44afa544d9 Mon Sep 17 00:00:00 2001 From: grt Date: Mon, 15 Dec 2014 09:54:30 -0800 Subject: [PATCH] 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} --- chrome/tools/build/win/create_installer_archive.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/chrome/tools/build/win/create_installer_archive.py b/chrome/tools/build/win/create_installer_archive.py index 385b4768c720..aa0b1df1ddb8 100755 --- a/chrome/tools/build/win/create_installer_archive.py +++ b/chrome/tools/build/win/create_installer_archive.py @@ -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 # contain wildcards). These will be copied to |installer_dir| in the archive. setup_component_dll_globs = [ 'base.dll', + 'boringssl.dll', 'crcrypto.dll', - 'crnspr.dll', - 'crnss.dll', 'icui18n.dll', 'icuuc.dll', 'msvc*.dll' ] -- 2.11.4.GIT