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

Issue 8615002: Another attempt to land http://codereview.chromium.org/8589029. (Closed)

Created:
9 years, 1 month ago by Sigurður Ásgeirsson
Modified:
3 years, 3 months ago
CC:
chromium-reviews, pam+watch_chromium.org
Visibility:
Public.

Description

Another attempt to land http://codereview.chromium.org/8589029. Start of mini_installer build config refactoring. Baby step one: - All intermediate files go into the intermediate directory. - The packed_files.txt file is gone, and instead the mini_installer is baked from a resource file output into the intermediate dir. - Cleanup use of implict global "options" in the python script. - Use subprocess.call with a list instead of os.system. R=robertshield@chromium.org,grt@chromium.org BUG=102115 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=111012

Patch Set 1 #

Patch Set 2 : Quote file names in RC file. #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+155 lines, -142 lines) Patch
M chrome/installer/mini_installer.gyp View 3 chunks +6 lines, -4 lines 0 comments Download
M chrome/installer/mini_installer/mini_installer.rc View 1 chunk +0 lines, -21 lines 0 comments Download
M chrome/installer/mini_installer/mini_installer_exe_version.rc.version View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/tools/build/win/create_installer_archive.py View 1 12 chunks +148 lines, -117 lines 3 comments Download

Messages

Total messages: 12 (2 generated)
Sigurður Ásgeirsson
PTAL - the file names in the generated file are now quoted.
9 years, 1 month ago (2011-11-21 19:26:50 UTC) #1
robertshield
lgtm
9 years, 1 month ago (2011-11-21 19:34:15 UTC) #2
grt (UTC plus 2)
lgtm
9 years, 1 month ago (2011-11-21 20:03:05 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/siggi@chromium.org/8615002/3005
9 years, 1 month ago (2011-11-21 20:29:43 UTC) #4
commit-bot: I haz the power
Change committed as 111012
9 years, 1 month ago (2011-11-21 22:21:05 UTC) #5
brucedawson
https://codereview.chromium.org/8615002/diff/3005/chrome/tools/build/win/create_installer_archive.py File chrome/tools/build/win/create_installer_archive.py (right): https://codereview.chromium.org/8615002/diff/3005/chrome/tools/build/win/create_installer_archive.py#newcode154 chrome/tools/build/win/create_installer_archive.py:154: file_path = os.path.join(staging_dir, TEMP_ARCHIVE_DIR) I hate to do a ...
4 years, 8 months ago (2016-04-16 00:08:59 UTC) #7
Sigurður Ásgeirsson
Sadly I have no context for this - if there's a problem, maybe it's best ...
4 years, 8 months ago (2016-04-16 14:08:57 UTC) #8
brucedawson
On 2016/04/16 14:08:57, Sigurður Ásgeirsson wrote: > Sadly I have no context for this - ...
4 years, 8 months ago (2016-04-18 17:00:50 UTC) #9
Nico
https://codereview.chromium.org/8615002/diff/3005/chrome/tools/build/win/create_installer_archive.py File chrome/tools/build/win/create_installer_archive.py (right): https://codereview.chromium.org/8615002/diff/3005/chrome/tools/build/win/create_installer_archive.py#newcode154 chrome/tools/build/win/create_installer_archive.py:154: file_path = os.path.join(staging_dir, TEMP_ARCHIVE_DIR) On 2016/04/16 00:08:59, brucedawson wrote: ...
3 years, 3 months ago (2017-09-05 17:37:03 UTC) #11
Nico
3 years, 3 months ago (2017-09-05 17:38:10 UTC) #12
Message was sent while issue was closed.
https://codereview.chromium.org/8615002/diff/3005/chrome/tools/build/win/crea...
File chrome/tools/build/win/create_installer_archive.py (right):

https://codereview.chromium.org/8615002/diff/3005/chrome/tools/build/win/crea...
chrome/tools/build/win/create_installer_archive.py:154: file_path =
os.path.join(staging_dir, TEMP_ARCHIVE_DIR)
On 2017/09/05 17:37:02, Nico wrote:
> On 2016/04/16 00:08:59, brucedawson wrote:
> > I hate to do a drive-by code review 52 months after the fact, but...
> > 
> > This function used to return two different directory names. The appended
name
> > for file_path was changed by this CL from ARCHIVE_DIR to TEMP_ARCHIVE_DIR,
so
> > now this function destroys and creates and returns the same directory twice.
> > 
> > I'm not sure what difference this makes - apparently nothing too serious
since
> > it's been unnoticed for a long time. Thoughts?
> 
> I noticed the same thing 57 months after the fact. I too am curious about
this.

Ah, there's a reply on the toplevel issue here:
https://codereview.chromium.org/8615002/#msg8

Guess I'll send a CL to clean this up.

Powered by Google App Engine
This is Rietveld 408576698