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

Issue 9390017: Added support of the PlatformToolset property to Gyp (MSBuild only). (Closed)

Created:
8 years, 10 months ago by alexeypa (please no reviews)
Modified:
8 years, 10 months ago
Reviewers:
bradn
CC:
gyp-developer_googlegroups.com
Base URL:
http://git.chromium.org/external/gyp.git@master
Visibility:
Public.

Description

Added support of the PlatformToolset property to Gyp (MSBuild only). This property provides a clean way of specifying the desired version of SDK to be used to build a particular project. The desired version of the toolset can be specified in target's specification as 'msbuild_toolset'. For instance the following can be added to 'target_defaults': 'conditions': [ ... ['OS=="win"', { 'msbuild_toolset': 'Windows7.1SDK', }], ... 'msbuild_toolset' has effect only when emitting MSBuild projects. When 'msbuild_toolset' is not specified, PlatformToolset is not emitted letting MSBuild to choose the default platform toolset. Contributed by alexeypa@chromium.org

Patch Set 1 #

Total comments: 2

Patch Set 2 : msbuild_toolset #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -1 line) Patch
M pylib/gyp/MSVSNew.py View 1 2 chunks +5 lines, -1 line 0 comments Download
M pylib/gyp/generator/msvs.py View 1 4 chunks +30 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
alexeypa (please no reviews)
I figured it'll raise changes of this CL to be reviewed if I pick somebody. ...
8 years, 10 months ago (2012-02-14 20:44:50 UTC) #1
alexeypa (please no reviews)
/My previous e-mail bounced . Resending.../ I figured it'll raise changes of this CL to ...
8 years, 10 months ago (2012-02-14 20:47:45 UTC) #2
bradn
https://chromiumcodereview.appspot.com/9390017/diff/1/pylib/gyp/generator/msvs.py File pylib/gyp/generator/msvs.py (right): https://chromiumcodereview.appspot.com/9390017/diff/1/pylib/gyp/generator/msvs.py#newcode2844 pylib/gyp/generator/msvs.py:2844: msvs_toolset = generator_flags.get('msvs_toolset', 'auto') Rather than having this be ...
8 years, 10 months ago (2012-02-15 06:23:17 UTC) #3
alexeypa (please no reviews)
/Sorry for the delay. I had to educate myself how Gyp processes target configurations./ Here ...
8 years, 10 months ago (2012-02-17 18:11:40 UTC) #4
bradn
lgtm
8 years, 10 months ago (2012-02-17 18:16:35 UTC) #5
alexeypa (please no reviews)
On 2012/02/17 18:16:35, bradn wrote: > lgtm I'm not a committer yet. Could you please ...
8 years, 10 months ago (2012-02-17 18:30:19 UTC) #6
alexeypa (please no reviews)
On 2012/02/17 18:30:19, alexeypa wrote: > On 2012/02/17 18:16:35, bradn wrote: > > lgtm > ...
8 years, 10 months ago (2012-02-22 17:51:42 UTC) #7
scottmg
On 2012/02/22 17:51:42, alexeypa wrote: > On 2012/02/17 18:30:19, alexeypa wrote: > > On 2012/02/17 ...
8 years, 10 months ago (2012-02-22 18:15:31 UTC) #8
scottmg
8 years, 10 months ago (2012-02-22 22:55:20 UTC) #9
On 2012/02/22 18:15:31, scottmg wrote:
> On 2012/02/22 17:51:42, alexeypa wrote:
> > On 2012/02/17 18:30:19, alexeypa wrote:
> > > On 2012/02/17 18:16:35, bradn wrote:
> > > > lgtm
> > > 
> > > I'm not a committer yet. Could you please commit it for me? Thanks.
> > 
> > Ping. Could you please help me checking this CL in?
> 
> Committed at r1228.

Recommitted after revert at r1230.

Powered by Google App Engine
This is Rietveld 408576698