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

Unified Diff: tools/mb/mb_config.pyl

Issue 2164033003: Add 'CFI Linux Full' buildbot (src part). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix style Created 4 years, 5 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 | 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 32c0a16af52b382e932063f43483ce605e8c18fc..c210532c23a58e0e40e1ee681e046fa607dee1c1 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -94,9 +94,10 @@
'Android Tests (x86 emulator)': 'android_gn_debug_static_bot_x86',
'Android Builder (dbg)': 'android_gn_debug_static_bot',
'Browser Side Navigation Linux': 'gn_release_bot',
- 'CFI Linux CF': 'gn_cfi_diag_release_static',
- 'CFI Linux ToT': 'gn_cfi_clang_tot_release_static',
+ 'CFI Linux CF': 'gn_cfi_full_cfi_diag_release_static',
+ 'CFI Linux ToT': 'gn_cfi_full_clang_tot_release_static',
'CFI Linux': 'gn_cfi_release_static',
+ 'CFI Linux Full': 'gn_cfi_full_release_static',
'Chromium Linux Goma Canary': 'gn_release_bot',
'Chromium Linux Goma Canary (clobber)': 'gn_release_bot',
'Chromium Linux Precise Goma LinkTest': 'gn_release_bot',
@@ -729,7 +730,8 @@
'linux_chromium_blimp_variable': 'findit',
'linux_chromium_browser_side_navigation_rel': 'gn_release_trybot',
'linux_chromium_cast_variable': 'findit',
- 'linux_chromium_cfi_rel_ng': 'gn_cfi_release_static_dcheck_always_on',
+ 'linux_chromium_cfi_rel_ng':
+ 'gn_cfi_full_release_static_dcheck_always_on',
'linux_chromium_chromeos_asan_rel_ng':
'swarming_asan_lsan_chromeos_gn_release_trybot',
'linux_chromium_chromeos_asan_variable': 'findit',
@@ -1084,20 +1086,24 @@
'error',
],
- 'gn_cfi_diag_release_static': [
- 'gn', 'cfi', 'cfi_diag', 'release', 'static',
+ 'gn_cfi_full_cfi_diag_release_static': [
+ 'gn', 'cfi_full', 'cfi_diag', 'release', 'static',
],
'gn_cfi_release_static': [
'gn', 'cfi', 'release', 'static',
],
- 'gn_cfi_clang_tot_release_static': [
- 'gn', 'cfi', 'clang_tot', 'release', 'static',
+ 'gn_cfi_full_release_static': [
+ 'gn', 'cfi_full', 'release', 'static',
],
- 'gn_cfi_release_static_dcheck_always_on': [
- 'gn', 'cfi', 'release', 'static', 'dcheck_always_on',
+ 'gn_cfi_full_clang_tot_release_static': [
+ 'gn', 'cfi_full', 'clang_tot', 'release', 'static',
+ ],
+
+ 'gn_cfi_full_release_static_dcheck_always_on': [
+ 'gn', 'cfi_full', 'release', 'static', 'dcheck_always_on',
],
'gn_debug_bot': [
@@ -1932,6 +1938,12 @@
'gyp_defines': 'cfi_vptr=1',
},
+ 'cfi_full': {
+ 'gn_args': 'use_cfi_cast=true',
+ 'gyp_defines': 'cfi_cast=1',
+ 'mixins': ['cfi'],
+ },
+
'cfi_diag': {
'gn_args': 'use_cfi_diag=true',
'gyp_defines': 'cfi_diag=1',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698