| Index: net/net_lib.scons
 | 
| ===================================================================
 | 
| --- net/net_lib.scons	(revision 5681)
 | 
| +++ net/net_lib.scons	(working copy)
 | 
| @@ -8,22 +8,14 @@
 | 
|  
 | 
|  Import('env')
 | 
|  
 | 
| -env_res = env.Clone()
 | 
| -env_tests = env.Clone()
 | 
|  env = env.Clone()
 | 
|  
 | 
| -env.SConscript([
 | 
| +env.ApplySConscript([
 | 
|      '$ICU38_DIR/using_icu38.scons',
 | 
|      '$SDCH_DIR/using_sdch.scons',
 | 
|      '$ZLIB_DIR/using_zlib.scons',
 | 
| -], {'env':env})
 | 
| +])
 | 
|  
 | 
| -env.Prepend(
 | 
| -    CPPPATH = [
 | 
| -        '$CHROME_SRC_DIR',
 | 
| -    ],
 | 
| -)
 | 
| -
 | 
|  # These net files work on *all* platforms; files that don't work
 | 
|  # cross-platform live below.
 | 
|  input_files = [
 | 
| 
 |