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

Issue 790213007: msvs/ninja win: Fix support for ImageHasSafeExceptionHandlers (Closed)

Created:
5 years, 11 months ago by Shezan Baig (Bloomberg)
Modified:
5 years, 11 months ago
Reviewers:
scottmg
CC:
gyp-developer_googlegroups.com
Visibility:
Public.

Description

msvs/ninja win: Fix support for ImageHasSafeExceptionHandlers For ninja, we now emulate msvs by passing /SAFESEH:NO when ImageHasSafeExceptionHandlers is false, and passing /SAFESEH otherwise. For msvs, we now translate "MSBuildOnly" properties from msvs_settings "as-is". Also, the msvs generator has been updated so support the MASM tool, so that the "gyptest-link-safeseh.py" test can be enabled. BUG= R=scottmg@chromium.org Committed: https://code.google.com/p/gyp/source/detail?r=2026

Patch Set 1 #

Total comments: 1

Patch Set 2 : Enable safeseh test for msvs, add MASM support to msvs #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -4 lines) Patch
M pylib/gyp/MSVSSettings.py View 1 4 chunks +17 lines, -0 lines 0 comments Download
M pylib/gyp/generator/msvs.py View 1 5 chunks +12 lines, -1 line 0 comments Download
M pylib/gyp/msvs_emulation.py View 1 1 chunk +2 lines, -1 line 0 comments Download
M test/win/gyptest-link-safeseh.py View 1 2 chunks +6 lines, -2 lines 0 comments Download
M test/win/linker-flags/safeseh.gyp View 1 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (1 generated)
Shezan Baig (Bloomberg)
Hmm, there seems to be something wrong with the try servers.
5 years, 11 months ago (2015-01-16 23:31:27 UTC) #2
scottmg
https://codereview.chromium.org/790213007/diff/1/pylib/gyp/msvs_emulation.py File pylib/gyp/msvs_emulation.py (right): https://codereview.chromium.org/790213007/diff/1/pylib/gyp/msvs_emulation.py#newcode610 pylib/gyp/msvs_emulation.py:610: map={'false': ':NO', 'true': ''}, prefix='/SAFESEH') Does test\win\gyptest-link-safeseh.py work on ...
5 years, 11 months ago (2015-01-19 20:17:14 UTC) #3
Shezan Baig (Bloomberg)
On 2015/01/19 20:17:14, scottmg wrote: > https://codereview.chromium.org/790213007/diff/1/pylib/gyp/msvs_emulation.py > File pylib/gyp/msvs_emulation.py (right): > > https://codereview.chromium.org/790213007/diff/1/pylib/gyp/msvs_emulation.py#newcode610 > ...
5 years, 11 months ago (2015-01-20 16:05:25 UTC) #4
scottmg
On 2015/01/20 16:05:25, Shezan Baig (Bloomberg) wrote: > On 2015/01/19 20:17:14, scottmg wrote: > > ...
5 years, 11 months ago (2015-01-20 17:00:24 UTC) #5
Shezan Baig (Bloomberg)
PTAL -- There seems to be something wrong with the trybot servers. But I ran ...
5 years, 11 months ago (2015-01-20 17:46:28 UTC) #6
scottmg
lgtm
5 years, 11 months ago (2015-01-20 18:05:32 UTC) #7
Shezan Baig (Bloomberg)
5 years, 11 months ago (2015-01-20 21:03:53 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as 2026 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698