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

Issue 10387140: Copy VS CRT DLLs in output directory before packaging component builds. (Closed)

Created:
8 years, 7 months ago by gab
Modified:
8 years, 7 months ago
Reviewers:
robertshield
CC:
chromium-reviews, pam+watch_chromium.org, grt (UTC plus 2)
Visibility:
Public.

Description

Copy VS CRT DLLs in output directory before packaging component builds. This ensures we don't get "missing crt dlls" errors when copying setup.exe to another machine. It also ensures the CRT dlls are packaged by create_installer_archive.py and marked as dependencies of chrome.exe and setup.exe. BUG=127233 TEST=Copy setup.exe, setup.exe.manifest, chrome.packed.7z, and *.dll from the build output directory to another machine and run setup.exe there. Confirm that it's able to install at that the installed chrome.exe and setup.exe function properly. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=137807

Patch Set 1 #

Patch Set 2 : uniform / #

Total comments: 1

Patch Set 3 : not VS version specific #

Patch Set 4 : adjust to new component build CL #

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

Messages

Total messages: 6 (0 generated)
gab
Robert can you take a quick look? As discussed, this not ideal as it hardcodes ...
8 years, 7 months ago (2012-05-15 22:08:29 UTC) #1
gab
One little nit addressed, see below. https://chromiumcodereview.appspot.com/10387140/diff/3001/chrome/tools/build/win/create_installer_archive.py File chrome/tools/build/win/create_installer_archive.py (right): https://chromiumcodereview.appspot.com/10387140/diff/3001/chrome/tools/build/win/create_installer_archive.py#newcode531 chrome/tools/build/win/create_installer_archive.py:531: elif not options.build_dir.endswith('/'): ...
8 years, 7 months ago (2012-05-15 23:02:18 UTC) #2
gab
This patch is now written on top of https://chromiumcodereview.appspot.com/10399041/ I'm not sure what the side ...
8 years, 7 months ago (2012-05-16 06:58:38 UTC) #3
robertshield
lgtm
8 years, 7 months ago (2012-05-17 16:36:53 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gab@chromium.org/10387140/8001
8 years, 7 months ago (2012-05-18 01:48:33 UTC) #5
commit-bot: I haz the power
8 years, 7 months ago (2012-05-18 03:03:08 UTC) #6
Change committed as 137807

Powered by Google App Engine
This is Rietveld 408576698