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

Unified Diff: tools/mb/mb_config.pyl

Issue 2920963002: GN: Add an explicit gn arg for recovery in CFI (Closed)
Patch Set: typo Created 3 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 | « build/config/sanitizers/sanitizers.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/mb/mb_config.pyl
diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
index 02af1d3ef17fa6a9d4af3bbf6e04d35a31fa6b3c..d77d8f5cd62d37210a6a56a8038387aa94ecfb9a 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -102,7 +102,7 @@
'Android deterministic': 'android_without_codecs_release_bot_minimal_symbols',
'Android deterministic (dbg)': 'android_debug_bot',
'Browser Side Navigation Linux': 'release_bot',
- 'CFI Linux CF': 'cfi_full_cfi_diag_release_static',
+ 'CFI Linux CF': 'cfi_full_cfi_diag_recover_release_static',
'CFI Linux ToT': 'cfi_full_clang_tot_release_static',
'CFI Linux': 'cfi_release_static',
'CFI Linux Full': 'cfi_thin_lto_full_release_static_use_lld',
@@ -973,8 +973,8 @@
'cast', 'cast_audio', 'release_trybot',
],
- 'cfi_full_cfi_diag_release_static': [
- 'cfi_full', 'cfi_diag', 'release', 'static',
+ 'cfi_full_cfi_diag_recover_release_static': [
+ 'cfi_full', 'cfi_diag', 'cfi_recover', 'release', 'static',
],
'cfi_full_clang_tot_release_static': [
@@ -1586,6 +1586,10 @@
'gn_args': 'use_cfi_diag=true',
},
+ 'cfi_recover': {
+ 'gn_args': 'use_cfi_recover=true',
+ },
+
'chrome_pgo_phase_1': {
'gn_args': 'chrome_pgo_phase=1',
},
« no previous file with comments | « build/config/sanitizers/sanitizers.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698