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

Issue 2770193005: build with MSVS will only need VS console environment set up

Created:
3 years, 9 months ago by refack
Modified:
3 years, 8 months ago
CC:
chromium-reviews
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

build with MSVS will only need VS console environment set up Remove hard-coded paths, and all sort of voodoo in favor of environment variables set by MSVS dev console (e.g. `VSINSTALLDIR`, `VisualStudioVersion`, `WindowsSdkDir`, and `Path`) BUG=683729

Patch Set 1 #

Patch Set 2 : build with MSVS will need VS console environment set up #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -73 lines) Patch
M AUTHORS View 1 chunk +1 line, -0 lines 0 comments Download
M build/config/win/visual_studio_version.gni View 1 1 chunk +4 lines, -0 lines 0 comments Download
M build/vs_toolchain.py View 1 9 chunks +55 lines, -73 lines 2 comments Download

Messages

Total messages: 9 (2 generated)
refack
Based on my idea from https://codereview.chromium.org/2754263002/. Remove code that uses assumptions and let the developer ...
3 years, 9 months ago (2017-03-25 20:07:11 UTC) #2
brucedawson
On 2017/03/25 20:07:11, refack wrote: > Based on my idea from https://codereview.chromium.org/2754263002/. > Remove code ...
3 years, 8 months ago (2017-03-27 23:23:52 UTC) #3
refack
On Mon, Mar 27, 2017 at 7:23 PM, <brucedawson@chromium.org> wrote: > Some of the disruption ...
3 years, 8 months ago (2017-03-27 23:39:21 UTC) #4
brucedawson
> P.S. how do you call ninja to target different archs? (Sorry new to the ...
3 years, 8 months ago (2017-03-27 23:42:16 UTC) #5
refack
On 2017/03/27 23:42:16, brucedawson wrote: > In args.gn (i.e.; when the editor comes up when ...
3 years, 8 months ago (2017-03-27 23:43:37 UTC) #6
Dirk Pranke
I do not want users to have to have a particular environment set up if ...
3 years, 8 months ago (2017-04-01 01:28:21 UTC) #8
refack
3 years, 8 months ago (2017-04-01 01:35:01 UTC) #9
On 2017/04/01 01:28:21, Dirk Pranke wrote:
> I do not want users to have to have a particular environment set up if we can
> handle things for them in (the common) case(s). 
> 
> I would be fine w/ taking advantage of the environment if it *was* set up, but
> not requiring it.
> 
> So, I doubt this approach will fly with me, but I'm certainly open to
continuing
> the conversation :).

This CL was indeed intended to be conversation piece in continuation of
https://codereview.chromium.org/2754263002/.

I'm mulling things over, and learning of all sort of solutions... Maybe we'll
find some optimal solution...

Powered by Google App Engine
This is Rietveld 408576698