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

Issue 2428013002: Setting "SubSystem" option on "Link" page for Visual Studio project. (Closed)

Created:
4 years, 2 months ago by drbasic
Modified:
4 years, 2 months ago
Reviewers:
brettw
CC:
chromium-reviews, Dirk Pranke, tfarina, agrieve+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Setting "SubSystem" option on "Link" page for Visual Studio project. When the debugger session in Visual Studio finished, the console window closed by default. For console applications, such as unit tests, it is possible not to close the console window immediately. This is controlled by the property "SubSystem" on "Link" page in project settings. This patch set property "SubSystem" in generated *.vcxproj file based on the "ldflags" field. R=brettw@chromium.org BUG= Committed: https://crrev.com/2f8e5b9b27201976adb6f5526dad67b386872fbd Cr-Commit-Position: refs/heads/master@{#426977}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Fixed missed space indent #

Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -2 lines) Patch
M tools/gn/visual_studio_utils.h View 2 chunks +13 lines, -0 lines 0 comments Download
M tools/gn/visual_studio_utils.cc View 1 2 chunks +22 lines, -0 lines 0 comments Download
M tools/gn/visual_studio_utils_unittest.cc View 1 chunk +9 lines, -0 lines 0 comments Download
M tools/gn/visual_studio_writer.cc View 2 chunks +23 lines, -2 lines 0 comments Download

Messages

Total messages: 13 (7 generated)
drbasic
4 years, 2 months ago (2016-10-18 14:42:02 UTC) #1
drbasic
When the debugger session in Visual Studio finished, the console window closed by default. For ...
4 years, 2 months ago (2016-10-18 14:43:26 UTC) #2
brettw
lgtm https://codereview.chromium.org/2428013002/diff/1/tools/gn/visual_studio_utils.cc File tools/gn/visual_studio_utils.cc (right): https://codereview.chromium.org/2428013002/diff/1/tools/gn/visual_studio_utils.cc#newcode135 tools/gn/visual_studio_utils.cc:135: subsystem, ",", base::TRIM_WHITESPACE, base::SPLIT_WANT_NONEMPTY); Need 1 more space ...
4 years, 2 months ago (2016-10-20 18:07:49 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2428013002/20001
4 years, 2 months ago (2016-10-22 04:40:17 UTC) #10
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 2 months ago (2016-10-22 05:09:41 UTC) #11
commit-bot: I haz the power
4 years, 2 months ago (2016-10-22 05:13:19 UTC) #13
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/2f8e5b9b27201976adb6f5526dad67b386872fbd
Cr-Commit-Position: refs/heads/master@{#426977}

Powered by Google App Engine
This is Rietveld 408576698