DescriptionFix the GN mini_installer_syzygy target.
with GN the paths passed to create_installer_archive.py are
relative to the build directory (e.g. out/Release), so the
path to syzygy/chrome.7z doesn't contain any '..' anymore
and 7za use the entire relative path as part of the file
paths in the archive (i.e. the tree in syzygy/chrome.packed.7z
is 'syzygy/chrome.7z' instead of just 'chrome.7z').
Also address some comments from Brett in https://codereview.chromium.org/2085813004/ (which has been landed by Dirk as https://codereview.chromium.org/2091023007)
BUG=525752
Committed: https://crrev.com/6e7e6145668679861a2e91df372b6b75c861e4e8
Cr-Commit-Position: refs/heads/master@{#402573}
Patch Set 1 #Patch Set 2 : fix #
Total comments: 1
Patch Set 3 : nit #
Messages
Total messages: 20 (11 generated)
|