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

Unified Diff: upload_symbols

Issue 2873037: Use hard host depends emerged breakpad binaries (Closed) Base URL: ssh://git@chromiumos-git//crosutils.git
Patch Set: Created 10 years, 6 months 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: upload_symbols
diff --git a/upload_symbols b/upload_symbols
index 2f48aea4f218eca9d9dfd3eab900359e67e9b76f..3bdbbc0ded0ae2f697105b4c38512f0f5715729a 100755
--- a/upload_symbols
+++ b/upload_symbols
@@ -26,8 +26,8 @@ DEFINE_boolean dryrun ${FLAGS_FALSE} "Run without actually uploading."
DEFINE_boolean verbose ${FLAGS_FALSE} "Be verbose."
DEFINE_boolean yes ${FLAGS_FALSE} "Answer yes to all prompts."
-DUMP_SYMS="dump_syms.i386"
-SYM_UPLOAD="sym_upload.i386"
+DUMP_SYMS="dump_syms"
+SYM_UPLOAD="sym_upload"
CUMULATIVE_SIZE=0
ANY_ERRORS=0
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698