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

Issue 10626: Allow chromium to be built with some system libs by introducing... (Closed)

Created:
12 years, 1 month ago by fta
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Allow chromium to be built with some system libs by introducing a variable called SYSTEM_LIBS, consisting of a comma-separated list of system libraries. So far, bzip2, libpng, libjpeg, libxml, libxslt, lzma_sdk, zlib, hunspell, sqlite, libevent are recognized. BUG=4321

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -18 lines) Patch
M AUTHORS View 1 chunk +1 line, -0 lines 0 comments Download
M build/SConscript.main View 1 2 7 chunks +63 lines, -10 lines 0 comments Download
M chrome/SConscript View 1 1 chunk +5 lines, -2 lines 0 comments Download
M chrome/tools/test/image_diff/SConscript View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/bzip2/using_bzip2.scons View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/libxml/using_libxml.scons View 1 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/tools/test_shell/SConscript View 1 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Evan Martin
http://codereview.chromium.org/10626/diff/1/5 File build/SConscript.main (right): http://codereview.chromium.org/10626/diff/1/5#newcode32 Line 32: # System libs This comment isn't useful, as ...
12 years, 1 month ago (2008-11-12 01:20:14 UTC) #1
Michael Moss
http://codereview.chromium.org/10626/diff/1/5 File build/SConscript.main (right): http://codereview.chromium.org/10626/diff/1/5#newcode33 Line 33: all_system_libs = [], To add to Evan, describing ...
12 years, 1 month ago (2008-11-12 03:49:37 UTC) #2
fta
12 years, 1 month ago (2008-11-12 21:22:34 UTC) #3
Evan Martin
http://codereview.chromium.org/10626/diff/14/18 File build/SConscript.main (right): http://codereview.chromium.org/10626/diff/14/18#newcode102 Line 102: # SYSTEM_LIBS variable Can you put this comment ...
12 years, 1 month ago (2008-11-12 21:42:26 UTC) #4
fta
12 years, 1 month ago (2008-11-12 22:06:36 UTC) #5
Evan Martin
LGTM Looks great. Can you put yourself in the AUTHORS file once you've done the ...
12 years, 1 month ago (2008-11-12 22:15:10 UTC) #6
Michael Moss
> http://codereview.chromium.org/10626/diff/14/18#newcode103 > Line 103: root_env['req_system_libs'] = ARGUMENTS.get('SYSTEM_LIBS') > You might be able to get ...
12 years, 1 month ago (2008-11-12 22:17:37 UTC) #7
Evan Martin
On 2008/11/12 22:17:37, mmoss wrote: > > http://codereview.chromium.org/10626/diff/14/18#newcode103 > > Line 103: root_env['req_system_libs'] = ARGUMENTS.get('SYSTEM_LIBS') ...
12 years, 1 month ago (2008-11-12 22:21:09 UTC) #8
fta
12 years, 1 month ago (2008-11-12 23:01:16 UTC) #9
The same + AUTHORS

Powered by Google App Engine
This is Rietveld 408576698