summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authortc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-12 23:57:35 +0000
committertc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-12 23:57:35 +0000
commitc0a1c4f102e99d3937563929022d785eead40e0d (patch)
tree6bc86f41527661fcd8ea3035df8775e2bfbbcd0d /net
parentb1fc1eead44815a7fb60c0247672c371cb19645d (diff)
downloadchromium_src-c0a1c4f102e99d3937563929022d785eead40e0d.zip
chromium_src-c0a1c4f102e99d3937563929022d785eead40e0d.tar.gz
chromium_src-c0a1c4f102e99d3937563929022d785eead40e0d.tar.bz2
* fix net build
tbr=evan Review URL: http://codereview.chromium.org/10664 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5324 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net')
-rw-r--r--net/crash_cache.scons1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/crash_cache.scons b/net/crash_cache.scons
index 4fc90ca..0d8f34d 100644
--- a/net/crash_cache.scons
+++ b/net/crash_cache.scons
@@ -16,6 +16,7 @@ env.SConscript([
'$NET_DIR/using_net.scons',
'$BASE_DIR/using_base.scons',
+ '$DMG_FP_DIR/using_dmg_fp.scons',
'$GTEST_DIR/../using_gtest.scons',
'$ICU38_DIR/using_icu38.scons',
], {'env':env})