Chromium Code Reviews| Index: chrome/SConscript.unit_tests |
| =================================================================== |
| --- chrome/SConscript.unit_tests (revision 2357) |
| +++ chrome/SConscript.unit_tests (working copy) |
| @@ -30,10 +30,11 @@ |
| 'CHROME_PNG_WRITE_SUPPORT', |
| 'UNIT_TEST', |
| ], |
| - LIBS = [ |
| + LIBS = [ # On Linux, dependencies must follow dependents, so... |
| + 'net', # net must come before base and modp_b64 |
| + 'bzip2', # bzip2 must come before base |
|
Dean McNamee
2008/09/18 12:47:54
I wouldn't do a column style comment like this. D
|
| 'base', |
| 'base_gfx', |
| - 'bzip2', |
| 'googleurl', |
| 'gtest', |
| 'icuuc', |
| @@ -42,7 +43,6 @@ |
| 'libxml', |
| 'libxslt', |
| 'modp_b64', |
| - 'net', |
| 'skia', |
| 'v8', |
| 'zlib', |