| Index: chrome/BUILD.gn
|
| diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
|
| index 587ddce56849e8eaabe4523d5da0d193b9bf1474..7052c70cef4ce3ff5a6850ecbca5b55526e02ed9 100644
|
| --- a/chrome/BUILD.gn
|
| +++ b/chrome/BUILD.gn
|
| @@ -719,11 +719,13 @@ if (is_win) {
|
|
|
| tweak_info_plist("chrome_framework_plist") {
|
| info_plist = "app/framework-Info.plist"
|
| + _breakpad_uploads_arg = "0"
|
| + if (enable_mac_crash_collection) {
|
| + _breakpad_uploads_arg = "1"
|
| + }
|
| args = [
|
| "--breakpad=1",
|
| -
|
| - #"--breakpad_uploads=???", # TODO(rsesek): Breakpad uploads.
|
| -
|
| + "--breakpad_uploads=$_breakpad_uploads_arg",
|
| "--keystone=0",
|
| "--scm=1",
|
| "--branding",
|
|
|