Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(985)

Unified Diff: chrome/tools/build/win/create_installer_archive.py

Issue 1793753002: Reland of Fix mini_installer to handle VS 2015 component builds (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/tools/build/win/create_installer_archive.py
diff --git a/chrome/tools/build/win/create_installer_archive.py b/chrome/tools/build/win/create_installer_archive.py
index d320363d3dcd36c6223d91ebb7185bd54b69de1b..4c1694564c7288afaac84d55f664d708f707c4ed 100755
--- a/chrome/tools/build/win/create_installer_archive.py
+++ b/chrome/tools/build/win/create_installer_archive.py
@@ -502,7 +502,9 @@
'crcrypto.dll',
'icui18n.dll',
'icuuc.dll',
- 'msvc*.dll' ]
+ 'msvc*.dll',
+ 'api-ms-win-*.dll',
+ 'vcruntime*.dll' ]
for setup_component_dll_glob in setup_component_dll_globs:
setup_component_dlls = glob.glob(os.path.join(build_dir,
setup_component_dll_glob))
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698