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

Issue 39204: Snapshoting improvements for building with gyp under windows.... (Closed)

Created:
11 years, 9 months ago by bradn
Modified:
9 years, 7 months ago
Reviewers:
Mark Mentovai, sgk
CC:
chromium-reviews_googlegroups.com
Base URL:
svn://chrome-svn.corp.google.com/chrome/trunk/src/
Visibility:
Public.

Description

Snapshoting improvements for building with gyp under windows. Added google_update and install utils. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=11173

Patch Set 1 #

Total comments: 12

Patch Set 2 : '' #

Total comments: 8
Unified diffs Side-by-side diffs Delta from patch set Stats (+736 lines, -219 lines) Patch
M chrome/chrome.gyp View 1 40 chunks +593 lines, -219 lines 8 comments Download
A chrome/installer/util/prebuild/util_prebuild.gyp View 1 chunk +34 lines, -0 lines 0 comments Download
A chrome/installer/util/util.gyp View 1 chunk +83 lines, -0 lines 0 comments Download
A google_update/google_update.gyp View 1 chunk +26 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
bradn
More of chrome building under windows. Still missing stuff at the link.
11 years, 9 months ago (2009-03-05 18:51:19 UTC) #1
Mark Mentovai
First pass of comments, this mostly looks good but I'm concerned about cross-platform-ism. You can ...
11 years, 9 months ago (2009-03-05 19:34:43 UTC) #2
bradn
I've had some trouble on the try server (and it was down last night). I ...
11 years, 9 months ago (2009-03-06 01:36:59 UTC) #3
Mark Mentovai
Seems mostly fine now, just a couple of comments. LGTM with these changes if it ...
11 years, 9 months ago (2009-03-06 17:36:10 UTC) #4
bradn
11 years, 9 months ago (2009-03-06 23:02:11 UTC) #5
http://codereview.chromium.org/39204/diff/1003/14
File chrome/chrome.gyp (right):

http://codereview.chromium.org/39204/diff/1003/14#newcode86
Line 86: '../third_party/zlib/zlib.gyp:zlib',  # Used directly by unzip below.
On 2009/03/06 17:36:10, Mark Mentovai wrote:
> Comment wasn't actually necessary (although it doesn't hurt anything), I was
> just reflecting on why I always seemed to omit this one.

Ok I'll drop it since it is more clutter.

http://codereview.chromium.org/39204/diff/1003/14#newcode1165
Line 1165: ['OS!="win"', {
On 2009/03/06 17:36:10, Mark Mentovai wrote:
> This can become an "else" clause of the above condition now.

Done.

http://codereview.chromium.org/39204/diff/1003/14#newcode1426
Line 1426: ['OS!="win"', {
On 2009/03/06 17:36:10, Mark Mentovai wrote:
> me too

Done.

http://codereview.chromium.org/39204/diff/1003/14#newcode1631
Line 1631: 'sources!': [
On 2009/03/06 17:36:10, Mark Mentovai wrote:
> Since we really want to exclude everything other than
> test/unit/run_all_unittests.cc, maybe sources/ would be better.

Done.

Powered by Google App Engine
This is Rietveld 408576698