Use hard host depends emerged breakpad binaries

BUG=3437

Review URL: http://codereview.chromium.org/2873037
This commit is contained in:
Ken Mixter 2010-07-09 12:55:47 -07:00
parent fd7403ab89
commit 10b62483ec

View File

@ -27,8 +27,8 @@ DEFINE_boolean verbose ${FLAGS_FALSE} "Be verbose."
DEFINE_boolean official_build $FLAGS_FALSE "Point to official symbol server." DEFINE_boolean official_build $FLAGS_FALSE "Point to official symbol server."
DEFINE_boolean yes ${FLAGS_FALSE} "Answer yes to all prompts." DEFINE_boolean yes ${FLAGS_FALSE} "Answer yes to all prompts."
DUMP_SYMS="dump_syms.i386" DUMP_SYMS="dump_syms"
SYM_UPLOAD="sym_upload.i386" SYM_UPLOAD="sym_upload"
CUMULATIVE_SIZE=0 CUMULATIVE_SIZE=0
ANY_ERRORS=0 ANY_ERRORS=0