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

Unified Diff: build/SConscript.main

Issue 10769: Move dmg_fp in scons build to compile from (Closed)
Patch Set: linux too 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 | « base/using_base.scons ('k') | build/googleurl_unittests.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/SConscript.main
diff --git a/build/SConscript.main b/build/SConscript.main
index 6825bd247f67b370bc39fdc59ad6a4e18550380a..74203e8dd0a6d102dc9a2dbfb2f1aa8851604899 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',
])
« no previous file with comments | « base/using_base.scons ('k') | build/googleurl_unittests.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698