summaryrefslogtreecommitdiffstats
path: root/build/vs_toolchain.py
Commit message (Collapse)AuthorAgeFilesLines
* Use depot_tools toolchain, remove now unneeded code, fix not including path ↵scottmg@chromium.org2014-03-201-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | to win sdk tools This is enough for this to work OK: [gn-2013]d:\src\cr\src>gn gen out_gn [gn-2013]d:\src\cr\src>ninja -C out_gn gn [gn-2013]d:\src\cr\src>out_gn\gn gen out_gn2 [gn-2013]d:\src\cr\src>ninja -C out_gn2 gn ... [297/297] LINK gn.exe I'm not sure if we need all the deleted stuff for something else, but I guess we can revive it when we need it. (There's some dependency problem with linking atm, as "ninja -C out_gn gn" always relinks, but I think it's unrelated.) R=brettw@chromium.org BUG=297677 Review URL: https://codereview.chromium.org/204663004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@258327 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor VS toolchain code in gyp_chromiumscottmg@chromium.org2014-03-191-0/+141
Pull out some code from gyp_chromium for less clutter, and easier to share with GN build files this way. R=brettw@chromium.org BUG=297677 Review URL: https://codereview.chromium.org/203463014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@258119 0039d316-1c4b-4281-b951-d872f2087c98