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

Issue 2648693002: nodejs: Add light python wrappers for running node and friends (Closed)

Created:
3 years, 11 months ago by Dan Beam
Modified:
3 years, 11 months ago
Reviewers:
dpapad
CC:
chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

nodejs: Add light python wrappers for running node and friends Adds third_party/node/node.py which automagically selects or runs the right platform-specific node binary. Also adds third_party/node/node_modules.py which provides paths to specific node modules. BUG=673825 R=dpapad@chromium.org NOTRY=true Review-Url: https://codereview.chromium.org/2648693002 Cr-Commit-Position: refs/heads/master@{#445088} Committed: https://chromium.googlesource.com/chromium/src/+/302ecdf84c472a645a508c336401c3fb482570d1

Patch Set 1 #

Total comments: 2

Patch Set 2 : . #

Total comments: 4

Patch Set 3 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -0 lines) Patch
A third_party/node/node.py View 1 2 1 chunk +15 lines, -0 lines 0 comments Download
A third_party/node/node_modules.py View 1 chunk +29 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (5 generated)
Dan Beam
3 years, 11 months ago (2017-01-20 02:03:07 UTC) #1
dpapad
https://codereview.chromium.org/2648693002/diff/1/third_party/node/node.py File third_party/node/node.py (right): https://codereview.chromium.org/2648693002/diff/1/third_party/node/node.py#newcode27 third_party/node/node.py:27: if __name__ == '__main__': I don't think this is ...
3 years, 11 months ago (2017-01-20 03:18:50 UTC) #2
Dan Beam
https://codereview.chromium.org/2648693002/diff/1/third_party/node/node.py File third_party/node/node.py (right): https://codereview.chromium.org/2648693002/diff/1/third_party/node/node.py#newcode27 third_party/node/node.py:27: if __name__ == '__main__': On 2017/01/20 03:18:50, dpapad wrote: ...
3 years, 11 months ago (2017-01-20 17:38:12 UTC) #3
dpapad
LGTM with quesions. https://codereview.chromium.org/2648693002/diff/20001/third_party/node/node.py File third_party/node/node.py (right): https://codereview.chromium.org/2648693002/diff/20001/third_party/node/node.py#newcode9 third_party/node/node.py:9: def GetPlatformPath(): Does this need to ...
3 years, 11 months ago (2017-01-20 17:45:55 UTC) #5
Dan Beam
https://codereview.chromium.org/2648693002/diff/20001/third_party/node/node.py File third_party/node/node.py (right): https://codereview.chromium.org/2648693002/diff/20001/third_party/node/node.py#newcode9 third_party/node/node.py:9: def GetPlatformPath(): On 2017/01/20 17:45:55, dpapad wrote: > Does ...
3 years, 11 months ago (2017-01-20 18:02:41 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2648693002/40001
3 years, 11 months ago (2017-01-20 18:03:58 UTC) #9
commit-bot: I haz the power
3 years, 11 months ago (2017-01-20 18:08:58 UTC) #12
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/302ecdf84c472a645a508c336401...

Powered by Google App Engine
This is Rietveld 408576698