| 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',
|
| ])
|
|
|