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

Unified Diff: chrome/SConscript.unit_tests

Issue 2960: Enable safe browsing tests exercising VerifyMAC.... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 12 years, 3 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 | « no previous file | chrome/browser/safe_browsing/protocol_parser_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | chrome/browser/safe_browsing/protocol_parser_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698