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

Unified Diff: third_party/kasko/kasko.gni

Issue 2086403002: Remove the Kasko based out of process browser hang instrumentation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge Created 4 years, 6 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 | « third_party/kasko/BUILD.gn ('k') | third_party/kasko/kasko.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/kasko/kasko.gni
diff --git a/third_party/kasko/kasko.gni b/third_party/kasko/kasko.gni
index 8a89f35f51b839a70ae62b6ea7ab03b17beaaf93..6e6c831dee896cff9dcb65e529de25314eb01d0c 100644
--- a/third_party/kasko/kasko.gni
+++ b/third_party/kasko/kasko.gni
@@ -4,17 +4,6 @@
import("//build/config/sanitizers/sanitizers.gni")
-declare_args() {
- # Enable the reporting of browser hangs with Kasko.
- # TODO(pmonette): ensure hang reporting is disabled for syzyasan builds.
- enable_kasko_hang_reports = false
-
- # Enable the reporting of failed browser rendez-vous with Kasko.
- # TODO(pmonette): ensure hang reporting is disabled for syzyasan builds.
- enable_kasko_failed_rdv_reports = false
-}
-
# Enable the Kasko crash reporter. Enabled by default on Syzyasan official
# build.
-enable_kasko = (is_official_build && is_syzyasan) ||
- enable_kasko_hang_reports || enable_kasko_failed_rdv_reports
+enable_kasko = is_official_build && is_syzyasan
« no previous file with comments | « third_party/kasko/BUILD.gn ('k') | third_party/kasko/kasko.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698