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

Unified Diff: build/common.gypi

Issue 1844023002: Capture a report on failed browser rendez-vous. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments, check stats collection consent 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 | chrome/browser/BUILD.gn » ('j') | chrome/browser/process_singleton_win.cc » ('J')
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 871daa551a522b65f0a45dbe79300474682e86ef..a57eb30c84484e0e9dd957506ed2f5b8eb764a20 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1078,6 +1078,10 @@
# Enable hang reports in Kasko. Requires Kasko to be enabled.
'kasko_hang_reports%': 0,
+ # Enable failed rendez-vous reports in Kasko. Requires Kasko to be
+ # enabled.
+ 'kasko_failed_rdv_reports%': 0,
+
# Setting this to '0' will cause V8's startup snapshot to be
# embedded in the binary instead of being a external files.
'v8_use_external_startup_data%': 1,
@@ -1228,6 +1232,7 @@
'syzyasan%': '<(syzyasan)',
'kasko%': '<(kasko)',
'kasko_hang_reports%': '<(kasko_hang_reports)',
+ 'kasko_failed_rdv_reports%': '<(kasko_failed_rdv_reports)',
'syzygy_optimize%': '<(syzygy_optimize)',
'lsan%': '<(lsan)',
'msan%': '<(msan)',
@@ -2028,6 +2033,8 @@
'kasko%': 1,
# Disable hang reports for SyzyASAN builds.
'kasko_hang_reports': 0,
+ # Disable failed rendez-vous reports for SyzyASAN builds.
+ 'kasko_failed_rdv_reports': 0,
}],
['component=="shared_library" and "<(GENERATOR)"=="ninja"', {
# Only enabled by default for ninja because it's buggy in VS.
« no previous file with comments | « no previous file | chrome/browser/BUILD.gn » ('j') | chrome/browser/process_singleton_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698