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

Issue 342041: Taking advantage of new configuration inheritance option.... (Closed)

Created:
11 years, 1 month ago by bradn
Modified:
9 years, 7 months ago
Reviewers:
M-A Ruel, sgk
CC:
chromium-reviews_googlegroups.com, kuchhal
Base URL:
svn://chrome-svn.corp.google.com/chrome/trunk/src/
Visibility:
Public.

Description

Taking advantage of new configuration inheritance option. BUG=None TEST=None

Patch Set 1 #

Total comments: 6

Patch Set 2 : '' #

Total comments: 1

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -118 lines) Patch
M DEPS View 1 chunk +1 line, -1 line 0 comments Download
M build/common.gypi View 1 2 3 chunks +46 lines, -76 lines 0 comments Download
M chrome/installer/mini_installer.gyp View 1 chunk +0 lines, -26 lines 0 comments Download
M third_party/tcmalloc/tcmalloc.gyp View 2 chunks +1 line, -15 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
bradn
11 years, 1 month ago (2009-10-29 19:08:01 UTC) #1
M-A Ruel
http://codereview.chromium.org/342041/diff/1/3 File build/common.gypi (right): http://codereview.chromium.org/342041/diff/1/3#newcode363 Line 363: 'inherit_from': ['Common'], I assumed this would be implicit? ...
11 years, 1 month ago (2009-10-29 19:10:48 UTC) #2
bradn
Since Common is 'abstract' it won't be present in VS. Its just there so we've ...
11 years, 1 month ago (2009-10-29 19:24:58 UTC) #3
M-A Ruel
Ok, I missed the 'abstract': 1 line. lgtm
11 years, 1 month ago (2009-10-29 19:27:03 UTC) #4
sgk
http://codereview.chromium.org/342041/diff/1/3 File build/common.gypi (right): http://codereview.chromium.org/342041/diff/1/3#newcode355 Line 355: 'configuration_platform': 'Win32', I'd either expect this to be ...
11 years, 1 month ago (2009-10-29 19:38:28 UTC) #5
bradn
11 years, 1 month ago (2009-10-29 19:42:13 UTC) #6
http://codereview.chromium.org/342041/diff/1/3
File build/common.gypi (right):

http://codereview.chromium.org/342041/diff/1/3#newcode355
Line 355: 'configuration_platform': 'Win32',
On 2009/10/29 19:38:28, sgk wrote:
> I'd either expect this to be in an OS=="win" conditions block within this
> configuration, or else change the name of the field to
> 'msvs_configuration_platform'.

Done.

http://codereview.chromium.org/342041/diff/1/3#newcode409
Line 409: 'msvs_settings': {
On 2009/10/29 19:38:28, sgk wrote:
> For consistency with your change above, move this outside the conditions
block,
> too.

Done.

Powered by Google App Engine
This is Rietveld 408576698