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

Issue 1468643002: Tweaks to vs_toolchain to simplify it, and support gn VS 2015 (Closed)

Created:
5 years, 1 month ago by brucedawson
Modified:
5 years, 1 month ago
Reviewers:
Dirk Pranke, scottmg
CC:
chromium-reviews, scottmg
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Tweaks to vs_toolchain to simplify it, and support gn VS 2015 This change updates and simplifies vs_toolchain.py so that it supports VS 2015 in gn builds. The gn and gyp code now shares DLL copying code so that they should more naturally stay in sync in the future. The out_release_nacl64 directory now gets a PGO DLL that it didn't used to. The six warnings globally disabled are globally disabled in gyp builds as well. The equivalent warnings (narrowing conversions and variable shadowing) are disabled in gcc/clang so there is no bug for enabling them at this time. BUG=440500 Committed: https://crrev.com/aaff8dcb6ee993a18ab6e7236711839e72e81cc3 Cr-Commit-Position: refs/heads/master@{#360988}

Patch Set 1 #

Patch Set 2 : Comment tweaks #

Patch Set 3 : Getting base building #

Total comments: 5

Patch Set 4 : Assert-> raise #

Patch Set 5 : Remove default value for argument #

Unified diffs Side-by-side diffs Delta from patch set Stats (+63 lines, -42 lines) Patch
M build/config/compiler/BUILD.gn View 1 2 2 chunks +14 lines, -0 lines 0 comments Download
M build/toolchain/win/BUILD.gn View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M build/vs_toolchain.py View 1 2 3 4 7 chunks +47 lines, -40 lines 0 comments Download

Messages

Total messages: 13 (5 generated)
brucedawson
PTAL. Unlike my 64-bit fixes I'm going to try to land small changes as I ...
5 years, 1 month ago (2015-11-20 22:31:53 UTC) #3
scottmg
lgtm https://codereview.chromium.org/1468643002/diff/40001/build/vs_toolchain.py File build/vs_toolchain.py (right): https://codereview.chromium.org/1468643002/diff/40001/build/vs_toolchain.py#newcode114 build/vs_toolchain.py:114: def _CopyRuntime(target_dir, source_dir, target_cpu, debug=False): It's OK to ...
5 years, 1 month ago (2015-11-20 23:04:43 UTC) #5
Dirk Pranke
lgtm as well. +mcgrathr just for the odd FYI about minor tweaks to how the ...
5 years, 1 month ago (2015-11-20 23:16:33 UTC) #6
Roland McGrath
On 2015/11/20 23:16:33, Dirk Pranke wrote: > +mcgrathr just for the odd FYI about minor ...
5 years, 1 month ago (2015-11-20 23:19:52 UTC) #7
brucedawson
Suggestions addressed. > I already uglified some NaCl code to avoid the narrowing conversion warnings ...
5 years, 1 month ago (2015-11-21 00:28:01 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1468643002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1468643002/80001
5 years, 1 month ago (2015-11-21 00:30:46 UTC) #11
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 1 month ago (2015-11-21 02:21:59 UTC) #12
commit-bot: I haz the power
5 years, 1 month ago (2015-11-21 02:22:58 UTC) #13
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/aaff8dcb6ee993a18ab6e7236711839e72e81cc3
Cr-Commit-Position: refs/heads/master@{#360988}

Powered by Google App Engine
This is Rietveld 408576698