diff options
Diffstat (limited to 'net/net_perftests.scons')
-rw-r--r-- | net/net_perftests.scons | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/net_perftests.scons b/net/net_perftests.scons index 686cfcd..c2b16a2 100644 --- a/net/net_perftests.scons +++ b/net/net_perftests.scons @@ -12,6 +12,7 @@ env = env.Clone() env.ApplySConscript([ '$BASE_DIR/using_base.scons', + '$BZIP2_DIR/using_bzip2.scons', '$CHROME_SRC_DIR/build/using_googleurl.scons', '$GTEST_DIR/../using_gtest.scons', '$ICU38_DIR/using_icu38.scons', |