summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authortc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-15 00:53:54 +0000
committertc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-15 00:53:54 +0000
commit1241fe9067adf91ba3ef055bb5011c3e25250df7 (patch)
tree9cb27d2134b728313cc85fe6c38bca9436d8f0c1 /build
parentbc9a5157e6843721680e49185dc86ac5885a0c11 (diff)
downloadchromium_src-1241fe9067adf91ba3ef055bb5011c3e25250df7.zip
chromium_src-1241fe9067adf91ba3ef055bb5011c3e25250df7.tar.gz
chromium_src-1241fe9067adf91ba3ef055bb5011c3e25250df7.tar.bz2
Move dmg_fp in scons build to compile from
base/third_party/dmg_fp and compile it into base_lib. Review URL: http://codereview.chromium.org/10769 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5521 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/SConscript.main2
-rw-r--r--build/googleurl_unittests.scons1
2 files changed, 0 insertions, 3 deletions
diff --git a/build/SConscript.main b/build/SConscript.main
index 6825bd2..74203e8 100644
--- a/build/SConscript.main
+++ b/build/SConscript.main
@@ -77,7 +77,6 @@ root_env = Environment(
BSDIFF_DIR = '$THIRD_PARTY_DIR/bsdiff',
BSPATCH_DIR = '$THIRD_PARTY_DIR/bspatch',
BZIP2_DIR = '$THIRD_PARTY_DIR/bzip2',
- DMG_FP_DIR = '$THIRD_PARTY_DIR/dmg_fp',
ICU38_DIR = '$THIRD_PARTY_DIR/icu38',
LIBEVENT_DIR = '$THIRD_PARTY_DIR/libevent',
LIBJPEG_DIR = '$THIRD_PARTY_DIR/libjpeg',
@@ -254,7 +253,6 @@ if LoadComponent('third_party'):
sconscripts.extend([
'$BSDIFF_DIR/bsdiff.scons',
'$BSPATCH_DIR/bspatch.scons',
- '$DMG_FP_DIR/dmg_fp.scons',
'$ICU38_DIR/icu38.scons',
'$MODP_B64_DIR/modp_b64.scons',
])
diff --git a/build/googleurl_unittests.scons b/build/googleurl_unittests.scons
index c0d5423..851f85a 100644
--- a/build/googleurl_unittests.scons
+++ b/build/googleurl_unittests.scons
@@ -12,7 +12,6 @@ env = env.Clone()
env.SConscript([
'$BASE_DIR/using_base.scons',
- '$DMG_FP_DIR/using_dmg_fp.scons',
'$ICU38_DIR/using_icu38.scons',
'$GTEST_DIR/../using_gtest.scons',
'$CHROME_SRC_DIR/build/using_googleurl.scons',