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

Issue 10273034: Assume that the compiler comes from the SDK if it is detected but Visual Studio is not installed. U… (Closed)

Created:
8 years, 7 months ago by alexeypa (please no reviews)
Modified:
8 years, 7 months ago
Reviewers:
scottmg
CC:
gyp-developer_googlegroups.com
Base URL:
http://git.chromium.org/external/gyp.git@master
Visibility:
Public.

Description

Assume that the compiler comes from the SDK if it is detected but Visual Studio is not installed. Use the seput script from the SDK in such a case.

Patch Set 1 #

Total comments: 2

Patch Set 2 : CR feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -25 lines) Patch
M pylib/gyp/MSVSVersion.py View 1 6 chunks +32 lines, -9 lines 0 comments Download
M pylib/gyp/msvs_emulation.py View 2 chunks +2 lines, -16 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
alexeypa (please no reviews)
This is the fix for SDK-only setup detection. I was able to build chrome.exe using ...
8 years, 7 months ago (2012-05-01 20:52:27 UTC) #1
scottmg
Works for me locally, and lgtm. http://chromiumcodereview.appspot.com/10273034/diff/1/pylib/gyp/MSVSVersion.py File pylib/gyp/MSVSVersion.py (right): http://chromiumcodereview.appspot.com/10273034/diff/1/pylib/gyp/MSVSVersion.py#newcode275 pylib/gyp/MSVSVersion.py:275: os.path.join(path, '..'), True)) ...
8 years, 7 months ago (2012-05-02 19:24:16 UTC) #2
alexeypa (please no reviews)
FYI http://chromiumcodereview.appspot.com/10273034/diff/1/pylib/gyp/MSVSVersion.py File pylib/gyp/MSVSVersion.py (right): http://chromiumcodereview.appspot.com/10273034/diff/1/pylib/gyp/MSVSVersion.py#newcode275 pylib/gyp/MSVSVersion.py:275: os.path.join(path, '..'), True)) On 2012/05/02 19:24:17, scottmg wrote: ...
8 years, 7 months ago (2012-05-02 19:29:47 UTC) #3
alexeypa (please no reviews)
8 years, 7 months ago (2012-05-02 19:39:30 UTC) #4
Committed as r1352.

Powered by Google App Engine
This is Rietveld 408576698