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

Unified Diff: webkit/tools/test_shell/SConscript

Issue 11430: Fix use of LOAD= with WantSystemLib()... (Closed) Base URL: svn://chrome-svn/chrome/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
« site_scons/site_tools/chromium_builders.py ('K') | « webkit/SConscript ('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 5775)
+++ webkit/tools/test_shell/SConscript (working copy)
@@ -8,6 +8,8 @@
env_res = env_res.Clone()
env.SConscript([
+ '$BZIP2_DIR/using_bzip2.scons',
+ '$LIBXML_DIR/using_libxml.scons',
'$CHROME_SRC_DIR/build/using_v8.scons',
], {'env':env})
@@ -41,14 +43,12 @@
'sdch',
'skia',
'gtest',
- env['BZIP2_LIB'],
'V8Bindings',
'WebCore',
'WTF',
env['ICU_LIBS'], # TODO(sgk): '$ICU_LIBS' when scons is fixed
'libjpeg',
'libpng',
- env['XML_LIB'],
'libxslt',
'modp_b64',
'zlib',
« site_scons/site_tools/chromium_builders.py ('K') | « webkit/SConscript ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698