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

Unified Diff: third_party/kasko/BUILD.gn

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 | « chrome/chrome_watcher/kasko_util.cc ('k') | third_party/kasko/kasko.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/kasko/BUILD.gn
diff --git a/third_party/kasko/BUILD.gn b/third_party/kasko/BUILD.gn
index 603c7043766b83481ff34ed80aef4c50744426bf..3db51a1b255bd0674f6f6d7417fb6af2d187c910 100644
--- a/third_party/kasko/BUILD.gn
+++ b/third_party/kasko/BUILD.gn
@@ -9,11 +9,7 @@ import("//third_party/kasko/kasko.gni")
# GYP version: target 'kasko_features' in third_party/kasko/kasko.gyp
buildflag_header("kasko_features") {
header = "kasko_features.h"
- flags = [
- "ENABLE_KASKO=$enable_kasko",
- "ENABLE_KASKO_HANG_REPORTS=$enable_kasko_hang_reports",
- "ENABLE_KASKO_FAILED_RDV_REPORTS=$enable_kasko_failed_rdv_reports",
- ]
+ flags = [ "ENABLE_KASKO=$enable_kasko" ]
}
if (enable_kasko) {
« no previous file with comments | « chrome/chrome_watcher/kasko_util.cc ('k') | third_party/kasko/kasko.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698