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

Unified Diff: tools/mb/mb_config.pyl

Issue 1958133002: [libfuzzer] Adding ASan Debug build configuration. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Specified 'debug' explicitly. Created 4 years, 7 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 7dae53525c046a14b3524927a1cb4304df8f4fbc..7770b9c247e158cc9360978d5dd56857e0006388 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -204,6 +204,7 @@
'MD Top Chrome Linux material': 'gn_debug_bot',
'LTO Linux Perf': 'gn_official_goma_lto',
'Libfuzzer Upload Linux ASan': 'gn_release_libfuzzer_asan',
+ 'Libfuzzer Upload Linux ASan Debug': 'gn_debug_libfuzzer_asan',
'Libfuzzer Upload Linux MSan': 'gn_release_libfuzzer_msan',
'Libfuzzer Upload Linux UBSan': 'gn_release_libfuzzer_ubsan',
'Linux ARM': 'swarming_gn_release_bot_arm',
@@ -1088,6 +1089,11 @@
'gn', 'debug_bot_minimal_symbols', 'x86',
],
+ 'gn_debug_libfuzzer_asan': [
+ 'gn', 'debug', 'libfuzzer', 'asan', 'proprietary_codecs', 'pdf_xfa',
+ 'disable_nacl',
+ ],
+
'gn_debug_static_bot': [
'gn', 'debug_static_bot',
],
« 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