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

Issue 9395082: Quote arguments properly in rules for cmd on Windows ninja. (Closed)

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

Description

Quote arguments properly in rules for cmd on Windows ninja. Committed: https://code.google.com/p/gyp/source/detail?r=1218

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -4 lines) Patch
M pylib/gyp/generator/ninja.py View 1 1 chunk +2 lines, -4 lines 0 comments Download
M pylib/gyp/msvs_emulation.py View 1 2 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
scottmg
8 years, 10 months ago (2012-02-21 04:45:55 UTC) #1
Nico
lgtm https://chromiumcodereview.appspot.com/9395082/diff/1/pylib/gyp/msvs_emulation.py File pylib/gyp/msvs_emulation.py (right): https://chromiumcodereview.appspot.com/9395082/diff/1/pylib/gyp/msvs_emulation.py#newcode44 pylib/gyp/msvs_emulation.py:44: def EncodeCmdExeArgList(args): The posix versions of these are ...
8 years, 10 months ago (2012-02-21 05:56:14 UTC) #2
scottmg
8 years, 10 months ago (2012-02-21 06:08:19 UTC) #3
https://chromiumcodereview.appspot.com/9395082/diff/1/pylib/gyp/msvs_emulatio...
File pylib/gyp/msvs_emulation.py (right):

https://chromiumcodereview.appspot.com/9395082/diff/1/pylib/gyp/msvs_emulatio...
pylib/gyp/msvs_emulation.py:44: def EncodeCmdExeArgList(args):
On 2012/02/21 05:56:14, Nico wrote:
> The posix versions of these are called EncodePOSIXShellArgument and
> EncodePOSIXShellList, so maybe call this EncodeCmdExeList for consistency?

Done.

Powered by Google App Engine
This is Rietveld 408576698