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

Issue 165016: Linux: add GYP flag to build with system libbz2. (Closed)

Created:
11 years, 4 months ago by agl
Modified:
9 years, 7 months ago
Reviewers:
Evan Martin
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Linux: add GYP flag to build with system libbz2. This follows the general style of r21663, which we agreed was the way to do this. Note that, currently, one cannot build with system libbz2 on a 64-bit system since it's not part of the ia32-compat package.

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+78 lines, -33 lines) Patch
M chrome/browser/metrics/metrics_service.cc View 2 chunks +6 lines, -1 line 0 comments Download
M chrome/common/bzip2_unittest.cc View 1 chunk +6 lines, -1 line 0 comments Download
M net/base/bzip2_filter.h View 1 chunk +6 lines, -1 line 0 comments Download
M net/base/bzip2_filter_unittest.cc View 2 chunks +6 lines, -1 line 0 comments Download
M third_party/bzip2/bzip2.gyp View 1 chunk +54 lines, -29 lines 1 comment Download

Messages

Total messages: 2 (0 generated)
agl
11 years, 4 months ago (2009-08-05 22:50:59 UTC) #1
Evan Martin
11 years, 4 months ago (2009-08-05 22:54:49 UTC) #2
LGTM if you check the below issue is ok

http://codereview.chromium.org/165016/diff/1/6
File third_party/bzip2/bzip2.gyp (right):

http://codereview.chromium.org/165016/diff/1/6#newcode49
Line 49: 'type': '<(library)',
This might need to be type "none", so that dependent libraries don't attempt to
add -lbzip2 (the target name) to the link line.  Grep the other gyp files for
other examples.

Powered by Google App Engine
This is Rietveld 408576698