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

Unified Diff: content/shell/BUILD.gn

Issue 2207593002: mac {content,app}_shell: disable Breakpad upload (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | extensions/shell/app_shell.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index 1a0591505faaf7399d196ed23ac34344d4946486..abac639badb193e234589c0899551b06ad2ca593 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -627,7 +627,7 @@ if (is_mac) {
testonly = true
info_plist = "app/framework-Info.plist"
args = [
- "--breakpad=1",
+ "--breakpad=0",
"--keystone=0",
"--scm=1",
"--version",
« no previous file with comments | « no previous file | extensions/shell/app_shell.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698