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

Unified Diff: third_party/kasko/kasko.gni

Issue 2091023007: Add the mini_installer_syzygy GN target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rework location of is_win_fastlink, fix full_wpo_on_official while I'm at it 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/tools/build/win/syzygy/BUILD.gn ('k') | no next file » | 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 fb394cc1ce7d5602de041d10a5aea3d4493cdb1e..8a89f35f51b839a70ae62b6ea7ab03b17beaaf93 100644
--- a/third_party/kasko/kasko.gni
+++ b/third_party/kasko/kasko.gni
@@ -14,6 +14,7 @@ declare_args() {
enable_kasko_failed_rdv_reports = false
}
-# Enable the Kasko crash reporter. Enabled by default on syzyasan build.
-enable_kasko =
- is_syzyasan || enable_kasko_hang_reports || enable_kasko_failed_rdv_reports
+# 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
« no previous file with comments | « chrome/tools/build/win/syzygy/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698