DescriptionTweaks 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 #
Messages
Total messages: 13 (5 generated)
|