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

Issue 2106563002: Fix the GN mini_installer_syzygy target. (Closed)

Created:
4 years, 5 months ago by Sébastien Marchand
Modified:
4 years, 5 months ago
CC:
chromium-reviews, grt+watch_chromium.org, wfh+watch_chromium.org, Dirk Pranke
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix 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 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -18 lines) Patch
M chrome/installer/mini_installer/BUILD.gn View 1 2 4 chunks +23 lines, -16 lines 0 comments Download
M chrome/tools/build/win/create_installer_archive.py View 1 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 20 (11 generated)
Sébastien Marchand
PTAL.
4 years, 5 months ago (2016-06-27 23:59:17 UTC) #2
Dirk Pranke
lgtm
4 years, 5 months ago (2016-06-28 18:57:46 UTC) #4
Sébastien Marchand
+gab@, owner for these 2 files. Can you take a quick look ? Thanks
4 years, 5 months ago (2016-06-28 19:05:28 UTC) #7
gab
lgtm rubberstamp if it works (not closely familiar with 7za usage for mini_installer)
4 years, 5 months ago (2016-06-28 20:29:29 UTC) #9
Sébastien Marchand
Yep, did a few local tests and it works.
4 years, 5 months ago (2016-06-28 20:31:37 UTC) #10
brettw
lgtm https://codereview.chromium.org/2106563002/diff/20001/chrome/installer/mini_installer/BUILD.gn File chrome/installer/mini_installer/BUILD.gn (right): https://codereview.chromium.org/2106563002/diff/20001/chrome/installer/mini_installer/BUILD.gn#newcode169 chrome/installer/mini_installer/BUILD.gn:169: "$chrome_dll_target", Just write chrome_dll_target, (what you wrote does ...
4 years, 5 months ago (2016-06-28 20:32:22 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2106563002/40001
4 years, 5 months ago (2016-06-28 20:37:07 UTC) #16
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 5 months ago (2016-06-28 22:22:47 UTC) #18
commit-bot: I haz the power
4 years, 5 months ago (2016-06-28 22:24:23 UTC) #20
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/6e7e6145668679861a2e91df372b6b75c861e4e8
Cr-Commit-Position: refs/heads/master@{#402573}

Powered by Google App Engine
This is Rietveld 408576698