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

Unified Diff: net/net_lib.scons

Issue 27054: Multiple fixes for broken Linux SHARED=1 build. (Closed)
Patch Set: Created 11 years, 10 months 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 | « chrome/tools/convert_dict/convert_dict.scons ('k') | webkit/build/WebCore/SConscript » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net_lib.scons
diff --git a/net/net_lib.scons b/net/net_lib.scons
index efe3bbf54fcfba4c34451d29f949021fd5a62522..10453b41186c70228c8ff647c6ab27849682534e 100644
--- a/net/net_lib.scons
+++ b/net/net_lib.scons
@@ -11,8 +11,11 @@ Import('env')
env = env.Clone()
env.ApplySConscript([
+ '$BZIP2_DIR/using_bzip2.scons',
+ '$CHROME_SRC_DIR/build/using_googleurl.scons',
'$GRIT_DIR/build/using_generated_resources.scons',
'$ICU38_DIR/using_icu38.scons',
+ '$MODP_B64_DIR/using_modp_b64.scons',
'$SDCH_DIR/using_sdch.scons',
'$ZLIB_DIR/using_zlib.scons',
])
« no previous file with comments | « chrome/tools/convert_dict/convert_dict.scons ('k') | webkit/build/WebCore/SConscript » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698