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

Issue 10371002: ninja windows: make sure there's a trailing slash on $(VCInstallDir) (Closed)

Created:
8 years, 7 months ago by scottmg
Modified:
8 years, 7 months ago
Reviewers:
Nico
CC:
gyp-developer_googlegroups.com
Visibility:
Public.

Description

ninja windows: make sure there's a trailing slash on $(VCInstallDir) R=thakis@chromium.org BUG=125640 Committed: https://code.google.com/p/gyp/source/detail?r=1358

Patch Set 1 #

Total comments: 2

Patch Set 2 : fix quotes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -1 line) Patch
M pylib/gyp/msvs_emulation.py View 1 1 chunk +1 line, -1 line 0 comments Download
A test/win/gyptest-macro-vcinstalldir.py View 1 chunk +22 lines, -0 lines 0 comments Download
A test/win/vs-macros/test_exists.py View 1 chunk +10 lines, -0 lines 0 comments Download
A test/win/vs-macros/vcinstalldir.gyp View 1 chunk +34 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
scottmg
8 years, 7 months ago (2012-05-03 22:14:18 UTC) #1
Nico
LGTM! https://chromiumcodereview.appspot.com/10371002/diff/1/pylib/gyp/msvs_emulation.py File pylib/gyp/msvs_emulation.py (right): https://chromiumcodereview.appspot.com/10371002/diff/1/pylib/gyp/msvs_emulation.py#newcode157 pylib/gyp/msvs_emulation.py:157: '$(VCInstallDir)': os.path.join(self.vs_version.Path(), 'VC') + "\\", nit: ' not ...
8 years, 7 months ago (2012-05-03 22:28:09 UTC) #2
scottmg
8 years, 7 months ago (2012-05-03 22:41:36 UTC) #3
https://chromiumcodereview.appspot.com/10371002/diff/1/pylib/gyp/msvs_emulati...
File pylib/gyp/msvs_emulation.py (right):

https://chromiumcodereview.appspot.com/10371002/diff/1/pylib/gyp/msvs_emulati...
pylib/gyp/msvs_emulation.py:157: '$(VCInstallDir)':
os.path.join(self.vs_version.Path(), 'VC') + "\\",
On 2012/05/03 22:28:09, Nico wrote:
> nit: ' not ", for local consistency

Done.

5 non-space characters, and I get 40% of them wrong. Curses! :)

Powered by Google App Engine
This is Rietveld 408576698