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

Issue 563903002: GN: Fix library flag generation logic (Closed)

Created:
6 years, 3 months ago by Chris Masone
Modified:
6 years, 3 months ago
Reviewers:
qsr
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

GN: Fix library flag generation logic GN handles adding platform-appropriate prefixes to library entries. As such, doing it here leads to stuff like '-l-lpython' winding up in generated build files. BUG=388412 TEST=use GN to generate build files for something that depends on cython R=qsr@chromium.org Committed: https://crrev.com/8b12d93bd13c94fbf83970751dc486d62d91ca95 Cr-Commit-Position: refs/heads/master@{#294606}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Make sure to still manually add python library for darwin #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -5 lines) Patch
M third_party/cython/python_flags.py View 1 1 chunk +6 lines, -5 lines 0 comments Download

Messages

Total messages: 8 (1 generated)
Chris Masone
PTAL
6 years, 3 months ago (2014-09-11 20:50:34 UTC) #1
qsr
https://chromiumcodereview.appspot.com/563903002/diff/1/third_party/cython/python_flags.py File third_party/cython/python_flags.py (right): https://chromiumcodereview.appspot.com/563903002/diff/1/third_party/cython/python_flags.py#newcode43 third_party/cython/python_flags.py:43: libraries.append('-lpython%s' % sys.version[:3]) You need to add this even ...
6 years, 3 months ago (2014-09-12 08:38:14 UTC) #2
qsr
On 2014/09/12 08:38:14, qsr wrote: > https://chromiumcodereview.appspot.com/563903002/diff/1/third_party/cython/python_flags.py > File third_party/cython/python_flags.py (right): > > https://chromiumcodereview.appspot.com/563903002/diff/1/third_party/cython/python_flags.py#newcode43 > ...
6 years, 3 months ago (2014-09-12 08:38:26 UTC) #3
Chris Masone
https://codereview.chromium.org/563903002/diff/1/third_party/cython/python_flags.py File third_party/cython/python_flags.py (right): https://codereview.chromium.org/563903002/diff/1/third_party/cython/python_flags.py#newcode43 third_party/cython/python_flags.py:43: libraries.append('-lpython%s' % sys.version[:3]) On 2014/09/12 08:38:13, qsr wrote: > ...
6 years, 3 months ago (2014-09-12 15:56:40 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/563903002/20001
6 years, 3 months ago (2014-09-12 16:01:08 UTC) #6
commit-bot: I haz the power
Committed patchset #2 (id:20001) as 94e54e3ad5286270905942f5dd107ec980175dc5
6 years, 3 months ago (2014-09-12 17:02:21 UTC) #7
commit-bot: I haz the power
6 years, 3 months ago (2014-09-12 17:09:20 UTC) #8
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/8b12d93bd13c94fbf83970751dc486d62d91ca95
Cr-Commit-Position: refs/heads/master@{#294606}

Powered by Google App Engine
This is Rietveld 408576698