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

Unified Diff: build/SConscript.main

Issue 9509: Make unit_tests pass with pt_BR.UTF-8 locale. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' 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/string_util.cc ('k') | chrome/tools/test/image_diff/SConscript » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/SConscript.main
===================================================================
--- build/SConscript.main (revision 5165)
+++ build/SConscript.main (working copy)
@@ -71,6 +71,7 @@
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',
@@ -211,6 +212,7 @@
sconscripts.extend([
'$BSDIFF_DIR/SConscript',
'$BZIP2_DIR/bzip2.scons',
+ '$DMG_FP_DIR/dmg_fp.scons',
'$ICU38_DIR/icu38.scons',
'$LIBPNG_DIR/libpng.scons',
'$LZMA_SDK_DIR/SConscript',
« no previous file with comments | « base/string_util.cc ('k') | chrome/tools/test/image_diff/SConscript » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698