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

Issue 134383002: Pass the mspdbsrv flag as a command line argument to the link wrapper. (Closed)

Created:
6 years, 11 months ago by Sébastien Marchand
Modified:
6 years, 11 months ago
Reviewers:
scottmg
CC:
gyp-developer_googlegroups.com
Visibility:
Public.

Description

Pass the mspdbsrv flag as a command line argument to the link wrapper. This variable causes separate instances of mspdbsrv to be used for each invocation of the linker. Patch by sebmarchand@chromium.org. R=scottmg@chromium.org Committed: https://code.google.com/p/gyp/source/detail?r=1835

Patch Set 1 : #

Total comments: 5

Patch Set 2 : #

Total comments: 1

Patch Set 3 : lib rule too #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -20 lines) Patch
M pylib/gyp/generator/ninja.py View 1 2 3 chunks +7 lines, -5 lines 0 comments Download
M pylib/gyp/win_tool.py View 1 2 3 chunks +13 lines, -15 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Sébastien Marchand
PTAL at this approach. https://codereview.chromium.org/134383002/diff/30001/pylib/gyp/generator/ninja.py File pylib/gyp/generator/ninja.py (right): https://codereview.chromium.org/134383002/diff/30001/pylib/gyp/generator/ninja.py#newcode1615 pylib/gyp/generator/ninja.py:1615: 'True' if use_separate_mspdbsrv else 'False')) ...
6 years, 11 months ago (2014-01-10 18:08:23 UTC) #1
scottmg
lgtm https://codereview.chromium.org/134383002/diff/30001/pylib/gyp/generator/ninja.py File pylib/gyp/generator/ninja.py (right): https://codereview.chromium.org/134383002/diff/30001/pylib/gyp/generator/ninja.py#newcode1609 pylib/gyp/generator/ninja.py:1609: use_separate_mspdbsrv = os.environ.get('GYP_USE_SEPARATE_MSPDBSRV') != None maybe something like ...
6 years, 11 months ago (2014-01-10 19:47:50 UTC) #2
Sébastien Marchand
Thanks, committing. https://codereview.chromium.org/134383002/diff/30001/pylib/gyp/generator/ninja.py File pylib/gyp/generator/ninja.py (right): https://codereview.chromium.org/134383002/diff/30001/pylib/gyp/generator/ninja.py#newcode1609 pylib/gyp/generator/ninja.py:1609: use_separate_mspdbsrv = os.environ.get('GYP_USE_SEPARATE_MSPDBSRV') != None On 2014/01/10 ...
6 years, 11 months ago (2014-01-11 00:00:38 UTC) #3
Sébastien Marchand
I've flipped the commit bit (I'm not a committer so I can't do otherwise) but ...
6 years, 11 months ago (2014-01-11 00:08:31 UTC) #4
scottmg
On 2014/01/11 00:08:31, Sébastien Marchand wrote: > I've flipped the commit bit (I'm not a ...
6 years, 11 months ago (2014-01-11 00:23:45 UTC) #5
scottmg
https://codereview.chromium.org/134383002/diff/80001/pylib/gyp/generator/ninja.py File pylib/gyp/generator/ninja.py (right): https://codereview.chromium.org/134383002/diff/80001/pylib/gyp/generator/ninja.py#newcode1897 pylib/gyp/generator/ninja.py:1897: command=('%s gyp-win-tool link-wrapper $arch ' oops, there's a "False ...
6 years, 11 months ago (2014-01-11 05:29:34 UTC) #6
scottmg
6 years, 11 months ago (2014-01-11 05:51:52 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 manually as r1835 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698