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

Unified Diff: build/common.gypi

Issue 1891563002: (Tiny) Temporarily enable hang report capture. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Missing GN include Created 4 years, 8 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 | third_party/kasko/kasko.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index db2739cbd36cab64fcf150744b71392dad12f93d..310d3ce4cef634c2501a34c59181df9b0024771b 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1064,9 +1064,9 @@
# Windows.
['OS=="win" and target_arch=="ia32" and branding=="Chrome"', {
# Enable hang reports from the watcher process.
- 'kasko_hang_reports%': 0,
+ 'kasko_hang_reports%': 1,
# Enable failed rendez-vous reports.
- 'kasko_failed_rdv_reports%': 0,
+ 'kasko_failed_rdv_reports%': 1,
}, {
# Enable hang reports from the watcher process.
'kasko_hang_reports%': 0,
« no previous file with comments | « no previous file | third_party/kasko/kasko.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698