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

Unified Diff: net/net_unittests.scons

Issue 11002: Make unit_tests pass with pt_BR.UTF-8 locale. (Closed)
Patch Set: all platforms Created 12 years, 1 month 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 | « net/net_perftests.scons ('k') | sandbox/sandbox.sln » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net_unittests.scons
diff --git a/net/net_unittests.scons b/net/net_unittests.scons
index 5082cf00e75f07329e21be7b2a343892c9660f3e..5732c717b0b555e3e694171af37e785522176d35 100644
--- a/net/net_unittests.scons
+++ b/net/net_unittests.scons
@@ -11,17 +11,14 @@ Import('env')
env = env.Clone()
env.SConscript([
- # On Linux, dependencies must follow dependents, so...
- # 1) net must come before base and modp_b64.
- # 2) bzip2 must come before base.
- '$NET_DIR/using_net.scons',
- '$BZIP2_DIR/using_bzip2.scons',
-
'$BASE_DIR/using_base.scons',
+ '$BZIP2_DIR/using_bzip2.scons',
'$CHROME_SRC_DIR/build/using_googleurl.scons',
+ '$DMG_FP_DIR/using_dmg_fp.scons',
'$GTEST_DIR/../using_gtest.scons',
'$ICU38_DIR/using_icu38.scons',
'$MODP_B64_DIR/using_modp_b64.scons',
+ '$NET_DIR/using_net.scons',
'$SDCH_DIR/using_sdch.scons',
'$ZLIB_DIR/using_zlib.scons',
], {'env':env})
« no previous file with comments | « net/net_perftests.scons ('k') | sandbox/sandbox.sln » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698