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

Unified Diff: webkit/tools/test_shell/SConscript

Issue 10626: Allow chromium to be built with some system libs by introducing... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 12 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/libxml/using_libxml.scons ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/test_shell/SConscript
===================================================================
--- webkit/tools/test_shell/SConscript (revision 5286)
+++ webkit/tools/test_shell/SConscript (working copy)
@@ -37,14 +37,14 @@
'sdch',
'skia',
'gtest',
- 'bzip2',
+ env['BZIP2_LIB'],
'V8Bindings',
'WebCore',
'WTF',
env['ICU_LIBS'], # TODO(sgk): '$ICU_LIBS' when scons is fixed
'libjpeg',
'libpng',
- 'libxml',
+ env['XML_LIB'],
'libxslt',
'modp_b64',
'zlib',
« no previous file with comments | « third_party/libxml/using_libxml.scons ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698