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

Issue 11140033: Change Windows build default to build with Visual Studio 2010. (Closed)

Created:
8 years, 2 months ago by Emily Fortuna
Modified:
7 years, 2 months ago
CC:
reviews_dartlang.org, ahe, ricow1, Johnni Winther
Visibility:
Public.

Description

Change Windows build default to build with Visual Studio 2010.

Patch Set 1 #

Total comments: 1

Patch Set 2 : #

Total comments: 1

Patch Set 3 : #

Patch Set 4 : #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -5 lines) Patch
M tools/build.py View 1 2 3 2 chunks +7 lines, -3 lines 2 comments Download
M tools/gyp_dart.py View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Emily Fortuna
8 years, 2 months ago (2012-10-15 18:40:19 UTC) #1
Bob Nystrom
One suggestion, but LGTM! https://codereview.chromium.org/11140033/diff/1/tools/build.py File tools/build.py (right): https://codereview.chromium.org/11140033/diff/1/tools/build.py#newcode45 tools/build.py:45: default='C:\\Program Files (x86)\\Microsoft Visual Studio ...
8 years, 2 months ago (2012-10-15 19:01:38 UTC) #2
Johnni Winther
lgtm
8 years, 2 months ago (2012-10-15 21:30:20 UTC) #3
Emily Fortuna
Bob, PTAL -- to make sure this is along the lines of your suggestion?
8 years, 2 months ago (2012-10-16 20:25:23 UTC) #4
Bob Nystrom
LGTM! https://codereview.chromium.org/11140033/diff/10001/tools/build.py File tools/build.py (right): https://codereview.chromium.org/11140033/diff/10001/tools/build.py#newcode49 tools/build.py:49: '(varies for different versions of Visual Studio)', default='devenv.com') ...
8 years, 2 months ago (2012-10-16 20:27:52 UTC) #5
Emily Fortuna
FYI: this was actually committed with this CL: https://codereview.chromium.org/11184008/ because I Windows 8 was not ...
8 years, 2 months ago (2012-10-16 21:29:11 UTC) #6
Jennifer Messerly
https://codereview.chromium.org/11140033/diff/12002/tools/build.py File tools/build.py (right): https://codereview.chromium.org/11140033/diff/12002/tools/build.py#newcode45 tools/build.py:45: default='C:\\Program Files (x86)\\Microsoft Visual Studio 10.0\\Common7' IIRC, there's an ...
8 years, 2 months ago (2012-10-16 22:07:00 UTC) #7
ricow1
8 years, 2 months ago (2012-10-18 06:22:04 UTC) #8
https://codereview.chromium.org/11140033/diff/12002/tools/build.py
File tools/build.py (right):

https://codereview.chromium.org/11140033/diff/12002/tools/build.py#newcode45
tools/build.py:45: default='C:\\Program Files (x86)\\Microsoft Visual Studio
10.0\\Common7'
On 2012/10/16 22:07:00, John Messerly wrote:
> IIRC, there's an environment variable for Program Files. (type "set" to see
the
> variables)
> 
> Also there's a registry key (and an environment variable?) to detect the VS
> install path. That's the canonical way to do it.
John is right, for easy retrieval of this take a look in
build/scripts/slave/compile.py
in the buildbot source

Powered by Google App Engine
This is Rietveld 408576698