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

Issue 287393002: In "make" generator, allow spaces in paths added to LD_LIBRARY_PATH. (Closed)

Created:
6 years, 7 months ago by Bill Hesse
Modified:
4 years, 6 months ago
Reviewers:
Nico, mmoss, Michael Moss
CC:
gyp-developer_googlegroups.com
Visibility:
Public.

Description

In "make" generator, allow spaces in paths added to LD_LIBRARY_PATH. Closing the issue, since we are moving off gyp. It was never committed because I was unclear on how a test could be added for it.

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

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

Messages

Total messages: 9 (1 generated)
Bill Hesse
This is the only problem with GYP make of Dart, when there are spaces in ...
6 years, 7 months ago (2014-05-19 11:26:52 UTC) #1
Michael Moss
https://codereview.chromium.org/287393002/diff/1/pylib/gyp/generator/make.py File pylib/gyp/generator/make.py (right): https://codereview.chromium.org/287393002/diff/1/pylib/gyp/generator/make.py#newcode890 pylib/gyp/generator/make.py:890: self.WriteLn('cmd_%s = \"LD_LIBRARY_PATH=$(builddir)/lib.host:' I think this should be: LD_LIBRARY_PATH=\"...
6 years, 7 months ago (2014-05-19 15:26:59 UTC) #2
Bill Hesse
https://codereview.chromium.org/287393002/diff/1/pylib/gyp/generator/make.py File pylib/gyp/generator/make.py (right): https://codereview.chromium.org/287393002/diff/1/pylib/gyp/generator/make.py#newcode890 pylib/gyp/generator/make.py:890: self.WriteLn('cmd_%s = \"LD_LIBRARY_PATH=$(builddir)/lib.host:' On 2014/05/19 15:26:59, Michael Moss wrote: ...
6 years, 7 months ago (2014-05-19 15:34:17 UTC) #3
Michael Moss
lgtm
6 years, 7 months ago (2014-05-19 15:49:55 UTC) #4
Bill Hesse
The CQ bit was checked by whesse@google.com
6 years, 7 months ago (2014-05-19 16:05:36 UTC) #5
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-19 16:10:06 UTC) #6
commit-bot: I haz the power
Commit queue rejected this change because it did not recognize the base URL. Please commit ...
6 years, 7 months ago (2014-05-19 16:10:07 UTC) #7
Bill Hesse
6 years, 7 months ago (2014-05-19 16:13:49 UTC) #8
I will add a test.  Then, I am not sure that I am a committer.

Powered by Google App Engine
This is Rietveld 408576698