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

Issue 10407053: Copy VC CRT DLLs for component build even when VS is not installed. (Closed)

Created:
8 years, 7 months ago by dmazzoni
Modified:
8 years, 7 months ago
Reviewers:
gab, robertshield
CC:
chromium-reviews, pam+watch_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Copy VC CRT DLLs for component build even when VS is not installed. BUG=127233 TEST=Build mini_installer on system that doesn't have VS installed, test that msvc*dll get copied to build dir. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=138440

Patch Set 1 #

Total comments: 15

Patch Set 2 : Move to separate function, improve warnings #

Patch Set 3 : Get rid of string format operator #

Total comments: 6

Patch Set 4 : Switch to os.path #

Total comments: 1

Patch Set 5 : Fix nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -20 lines) Patch
M chrome/tools/build/win/create_installer_archive.py View 1 2 3 4 3 chunks +47 lines, -20 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
dmazzoni
8 years, 7 months ago (2012-05-19 17:59:33 UTC) #1
gab
See comments below. http://codereview.chromium.org/10407053/diff/1/chrome/tools/build/win/create_installer_archive.py File chrome/tools/build/win/create_installer_archive.py (right): http://codereview.chromium.org/10407053/diff/1/chrome/tools/build/win/create_installer_archive.py#newcode371 chrome/tools/build/win/create_installer_archive.py:371: if not crt_dlls: Now that this ...
8 years, 7 months ago (2012-05-20 14:42:54 UTC) #2
gab
A couple more things below... http://codereview.chromium.org/10407053/diff/1/chrome/tools/build/win/create_installer_archive.py File chrome/tools/build/win/create_installer_archive.py (right): http://codereview.chromium.org/10407053/diff/1/chrome/tools/build/win/create_installer_archive.py#newcode375 chrome/tools/build/win/create_installer_archive.py:375: sys_dll_dir = "C:/Windows/System32" These ...
8 years, 7 months ago (2012-05-20 15:05:01 UTC) #3
robertshield
lgtm once gab's comments are responded to. http://codereview.chromium.org/10407053/diff/1/chrome/tools/build/win/create_installer_archive.py File chrome/tools/build/win/create_installer_archive.py (right): http://codereview.chromium.org/10407053/diff/1/chrome/tools/build/win/create_installer_archive.py#newcode373 chrome/tools/build/win/create_installer_archive.py:373: sys_dll_dir = ...
8 years, 7 months ago (2012-05-20 17:36:16 UTC) #4
dmazzoni
http://codereview.chromium.org/10407053/diff/1/chrome/tools/build/win/create_installer_archive.py File chrome/tools/build/win/create_installer_archive.py (right): http://codereview.chromium.org/10407053/diff/1/chrome/tools/build/win/create_installer_archive.py#newcode371 chrome/tools/build/win/create_installer_archive.py:371: if not crt_dlls: On 2012/05/20 14:42:54, gab wrote: > ...
8 years, 7 months ago (2012-05-21 21:28:39 UTC) #5
dmazzoni
On Mon, May 21, 2012 at 2:28 PM, <dmazzoni@chromium.org> wrote: > I'd argue that the ...
8 years, 7 months ago (2012-05-21 21:31:16 UTC) #6
robertshield
Looks great, one remaining nit from me around the path matching http://codereview.chromium.org/10407053/diff/1/chrome/tools/build/win/create_installer_archive.py File chrome/tools/build/win/create_installer_archive.py (right): ...
8 years, 7 months ago (2012-05-22 02:39:58 UTC) #7
gab
Very nice. See comments below. http://codereview.chromium.org/10407053/diff/1/chrome/tools/build/win/create_installer_archive.py File chrome/tools/build/win/create_installer_archive.py (right): http://codereview.chromium.org/10407053/diff/1/chrome/tools/build/win/create_installer_archive.py#newcode378 chrome/tools/build/win/create_installer_archive.py:378: crt_dlls = glob.glob("%s/msvc*0d.dll" % ...
8 years, 7 months ago (2012-05-22 15:44:46 UTC) #8
dmazzoni
Using normpath and basepath sounds great. Everything should be addressed, ready for a final look...
8 years, 7 months ago (2012-05-22 16:46:44 UTC) #9
gab
lgtm (after last nit is addressed). Cheers, Gab http://codereview.chromium.org/10407053/diff/1004/chrome/tools/build/win/create_installer_archive.py File chrome/tools/build/win/create_installer_archive.py (right): http://codereview.chromium.org/10407053/diff/1004/chrome/tools/build/win/create_installer_archive.py#newcode343 chrome/tools/build/win/create_installer_archive.py:343: if ...
8 years, 7 months ago (2012-05-22 18:26:44 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dmazzoni@chromium.org/10407053/10002
8 years, 7 months ago (2012-05-22 18:34:39 UTC) #11
commit-bot: I haz the power
Try job failure for 10407053-10002 (retry) on win_rel for step "compile" (clobber build). It's a ...
8 years, 7 months ago (2012-05-22 20:05:45 UTC) #12
commit-bot: I haz the power
8 years, 7 months ago (2012-05-22 22:59:08 UTC) #13

Powered by Google App Engine
This is Rietveld 408576698