Chromium Code Reviews| Index: tools/mb/mb_config.pyl |
| diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl |
| index e089b095789a3b231b47f58144acc8044b9469c5..8cfe915ccc8e6e01e8599121705a154e71ae2f72 100644 |
| --- a/tools/mb/mb_config.pyl |
| +++ b/tools/mb/mb_config.pyl |
| @@ -164,6 +164,7 @@ |
| 'ClangToTLinux (dbg)': 'swarming_clang_tot_shared_debug', |
| 'ClangToTLinuxASan': 'swarming_gn_clang_tot_asan_lsan_static_release', |
| 'ClangToTLinuxASan tester': 'none', |
| + 'ClangToTLinuxASanLibfuzzer': 'gn_release_libfuzzer_asan_clang_tot', |
| 'ClangToTLinuxLLD': 'swarming_clang_tot_lld_release_shared', |
| 'ClangToTLinuxLLD tester': 'none', |
| 'ClangToTLinuxUBSanVptr': |
| @@ -1325,6 +1326,11 @@ |
| 'disable_nacl', |
| ], |
| + 'gn_release_libfuzzer_asan_clang_tot': [ |
|
Dirk Pranke
2016/08/31 16:22:10
where possible, the names of the configs should si
|
| + 'gn', 'clang_tot', 'release', 'libfuzzer', 'asan', |
| + 'chromeos_codecs', 'pdf_xfa', 'disable_nacl', |
| + ], |
| + |
| 'gn_release_libfuzzer_msan': [ |
| 'gn', 'release', 'libfuzzer', 'msan', 'chromeos_codecs', 'pdf_xfa', |
| 'disable_nacl', |