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

Issue 150333005: win_toolchain: Add DIA SDK to extracted pieces (Closed)

Created:
6 years, 10 months ago by scottmg
Modified:
6 years, 10 months ago
Reviewers:
M-A Ruel
CC:
chromium-reviews, Dirk Pranke, cmp-cc_chromium.org, M-A Ruel, iannucci+depot_tools_chromium.org, ilevy-cc_chromium.org
Visibility:
Public.

Description

win_toolchain: Add DIA SDK to extracted pieces The goal of this change is to include the DIA SDK (and strip out a bit extra that was unnecessary). Unfortunately, the msi that includes the DIA SDK includes a file with an extraordinarily long path, 241 characters long. When prepended with "C:\Program Files (x86)\" it extracts OK, however, when we extract to %TEMP% it's not hard for it to exceed _MAX_PATH and have the msi tool fail. So, when extracting MSIs, also do the equivalent of "subst X: temp_dir" and use X:\ as the path given to msiexec. (sigh) R=maruel@chromium.org BUG=323300 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=251085

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Patch Set 4 : . #

Patch Set 5 : . #

Total comments: 6

Patch Set 6 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+51 lines, -6 lines) Patch
M win_toolchain/toolchain2013.py View 1 2 3 4 5 4 chunks +49 lines, -4 lines 0 comments Download
M win_toolchain/toolchain_vs2013.hash View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
scottmg
6 years, 10 months ago (2014-02-13 01:17:24 UTC) #1
M-A Ruel
https://codereview.chromium.org/150333005/diff/130001/win_toolchain/toolchain2013.py File win_toolchain/toolchain2013.py (right): https://codereview.chromium.org/150333005/diff/130001/win_toolchain/toolchain2013.py#newcode44 win_toolchain/toolchain2013.py:44: """Creates a |TempDir()| and subst's a drive to the ...
6 years, 10 months ago (2014-02-13 02:49:38 UTC) #2
scottmg
https://codereview.chromium.org/150333005/diff/130001/win_toolchain/toolchain2013.py File win_toolchain/toolchain2013.py (right): https://codereview.chromium.org/150333005/diff/130001/win_toolchain/toolchain2013.py#newcode44 win_toolchain/toolchain2013.py:44: """Creates a |TempDir()| and subst's a drive to the ...
6 years, 10 months ago (2014-02-13 17:58:27 UTC) #3
M-A Ruel
lgtm
6 years, 10 months ago (2014-02-13 18:01:31 UTC) #4
scottmg
The CQ bit was checked by scottmg@chromium.org
6 years, 10 months ago (2014-02-13 18:18:08 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/scottmg@chromium.org/150333005/190001
6 years, 10 months ago (2014-02-13 18:19:43 UTC) #6
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-13 18:19:45 UTC) #7
commit-bot: I haz the power
Failed to apply patch for depot_tools/win_toolchain/toolchain_vs2013.hash: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 10 months ago (2014-02-13 18:19:46 UTC) #8
scottmg
6 years, 10 months ago (2014-02-13 18:24:58 UTC) #9
Message was sent while issue was closed.
Committed patchset #6 manually as r251085 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698