Port breakpad symbol uploading to AMBuild 2 (bug 5997 part 16, r=ds).

This commit is contained in:
David Anderson
2013-12-30 17:51:02 -05:00
parent a55b000273
commit cfad3b26ca
5 changed files with 76 additions and 33 deletions
+2
View File
@@ -23,4 +23,6 @@ run.options.add_option('--no-mysql', action='store_false', default=True, dest='h
run.options.add_option('-s', '--sdks', default='all', dest='sdks',
help='Build against specified SDKs; valid args are "all", "present", or '
'comma-delimited list of engine names (default: %default)')
run.options.add_option('--breakpad-dump', action='store_true', dest='breakpad_dump',
default=False, help='Dump and upload breakpad symbols')
run.Configure()