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

Issue 9967020: Wrap ninja invocation to include python in path, and set up compiler (Closed)

Created:
8 years, 8 months ago by scottmg
Modified:
8 years, 8 months ago
Reviewers:
M-A Ruel
CC:
chromium-reviews, Dirk Pranke, M-A Ruel
Visibility:
Public.

Description

Wrap ninja invocation to include python in path, and set up compiler environment before invoking the ninja binary itself (which is moved to a subdirectory). Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=132239

Patch Set 1 #

Patch Set 2 : tweak wrapper a bit #

Patch Set 3 : #

Total comments: 4

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -0 lines) Patch
A ninja.bat View 1 2 3 1 chunk +42 lines, -0 lines 0 comments Download
D ninja.exe View Binary file 0 comments Download
D ninja-deplist-helper.exe View Binary file 0 comments Download
A ninja-win/ninja.exe View Binary file 0 comments Download
A ninja-win/ninja-deplist-helper.exe View Binary file 0 comments Download

Messages

Total messages: 3 (0 generated)
scottmg
not sure if you're concerned, minor addition of wrapper script around ninja exe.
8 years, 8 months ago (2012-04-11 20:45:35 UTC) #1
M-A Ruel
That's kind of sad, oh well. lgtm https://chromiumcodereview.appspot.com/9967020/diff/3001/ninja.bat File ninja.bat (right): https://chromiumcodereview.appspot.com/9967020/diff/3001/ninja.bat#newcode1 ninja.bat:1: @echo off ...
8 years, 8 months ago (2012-04-13 19:00:58 UTC) #2
scottmg
8 years, 8 months ago (2012-04-13 19:35:35 UTC) #3
http://chromiumcodereview.appspot.com/9967020/diff/3001/ninja.bat
File ninja.bat (right):

http://chromiumcodereview.appspot.com/9967020/diff/3001/ninja.bat#newcode1
ninja.bat:1: @echo off
On 2012/04/13 19:00:58, Marc-Antoine Ruel wrote:
> Still keep a copyright header after the @echo off.

Done.

http://chromiumcodereview.appspot.com/9967020/diff/3001/ninja.bat#newcode25
ninja.bat:25: goto script_exit
On 2012/04/13 19:00:58, Marc-Antoine Ruel wrote:
> goto :EOF
> would work fine.

Done.

Powered by Google App Engine
This is Rietveld 408576698