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

Issue 12374093: pass back python bin from configure

Created:
7 years, 9 months ago by qbit
Modified:
7 years, 9 months ago
CC:
gyp-developer_googlegroups.com, Mark Mentovai
Visibility:
Public.

Description

pass back python bin from configure BUG=gyp:322

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -0 lines) Patch
M pylib/gyp/__init__.py View 1 chunk +3 lines, -0 lines 3 comments Download

Messages

Total messages: 12 (0 generated)
qbit
Hi Mark, Can you review? Cheers, Aaron
7 years, 9 months ago (2013-03-04 21:20:56 UTC) #1
Mark Mentovai
https://codereview.chromium.org/12374093/diff/1/pylib/gyp/__init__.py File pylib/gyp/__init__.py (right): https://codereview.chromium.org/12374093/diff/1/pylib/gyp/__init__.py#newcode74 pylib/gyp/__init__.py:74: default_variables['PYTHON'] = sys.executable default_variables isn’t right. Which commands are ...
7 years, 9 months ago (2013-03-04 21:24:53 UTC) #2
qbit
On 2013/03/04 21:24:53, Mark Mentovai wrote: > https://codereview.chromium.org/12374093/diff/1/pylib/gyp/__init__.py > File pylib/gyp/__init__.py (right): > > https://codereview.chromium.org/12374093/diff/1/pylib/gyp/__init__.py#newcode74 ...
7 years, 9 months ago (2013-03-04 21:41:26 UTC) #3
Mark Mentovai
If you won’t sign the CLA, we can’t accept your patch. Sorry, them’s the breaks.
7 years, 9 months ago (2013-03-04 21:45:44 UTC) #4
qbit
On 2013/03/04 21:45:44, Mark Mentovai wrote: > If you won’t sign the CLA, we can’t ...
7 years, 9 months ago (2013-03-04 21:48:39 UTC) #5
Mark Mentovai
Excellent. When you update this patch, can you review and sign the CLA if you ...
7 years, 9 months ago (2013-03-04 22:04:02 UTC) #6
qbit
On 2013/03/04 22:04:02, Mark Mentovai wrote: > Excellent. When you update this patch, can you ...
7 years, 9 months ago (2013-03-04 22:16:19 UTC) #7
qbit
CLA signed.
7 years, 9 months ago (2013-03-05 14:05:14 UTC) #8
Mark Mentovai
Great. Now we just need a revised patch based on my previous comments.
7 years, 9 months ago (2013-03-05 14:08:44 UTC) #9
Evan Martin
https://codereview.chromium.org/12374093/diff/1/pylib/gyp/__init__.py File pylib/gyp/__init__.py (right): https://codereview.chromium.org/12374093/diff/1/pylib/gyp/__init__.py#newcode74 pylib/gyp/__init__.py:74: default_variables['PYTHON'] = sys.executable (I glanced at the Mozilla patch ...
7 years, 9 months ago (2013-03-05 17:05:49 UTC) #10
tony
https://codereview.chromium.org/12374093/diff/1/pylib/gyp/__init__.py File pylib/gyp/__init__.py (right): https://codereview.chromium.org/12374093/diff/1/pylib/gyp/__init__.py#newcode74 pylib/gyp/__init__.py:74: default_variables['PYTHON'] = sys.executable Is it possible to use <!@pymod_do_main(foo ...
7 years, 9 months ago (2013-03-05 22:33:24 UTC) #11
Ted Mielczarek
7 years, 9 months ago (2013-03-06 21:09:10 UTC) #12
On 2013/03/05 17:05:49, Evan Martin wrote:
> https://codereview.chromium.org/12374093/diff/1/pylib/gyp/__init__.py
> File pylib/gyp/__init__.py (right):
> 
>
https://codereview.chromium.org/12374093/diff/1/pylib/gyp/__init__.py#newcode74
> pylib/gyp/__init__.py:74: default_variables['PYTHON'] = sys.executable
> (I glanced at the Mozilla patch that prompted this)
> 
> They are writing their action commands lines like (sorry for forgetting gyp
> syntax):
> "<(PYTHON) foo.py <(INPUTS)"
> which is why the above works for them.

FWIW, all the gyp files we use in Mozilla come from upstream Google projects.
The one that prompted this bug was from WebRTC.

Powered by Google App Engine
This is Rietveld 408576698