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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 # This is a map of buildbot master names -> buildbot builder names -> 6 # This is a map of buildbot master names -> buildbot builder names ->
7 # config names (where each config name is a key in the 'configs' dict, 7 # config names (where each config name is a key in the 'configs' dict,
8 # below). MB uses this dict to look up which config to use for a given bot. 8 # below). MB uses this dict to look up which config to use for a given bot.
9 'masters': { 9 'masters': {
10 # Take care when changing any of these builders to ensure that you do not 10 # Take care when changing any of these builders to ensure that you do not
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 '//build/args/bots/chromium.fyi/headless_linux_dbg.gn', 197 '//build/args/bots/chromium.fyi/headless_linux_dbg.gn',
198 'MD Top Chrome ChromeOS material-hybrid': 198 'MD Top Chrome ChromeOS material-hybrid':
199 'gyp_chromeos_with_codecs_debug_bot', 199 'gyp_chromeos_with_codecs_debug_bot',
200 'MD Top Chrome ChromeOS non-material': 200 'MD Top Chrome ChromeOS non-material':
201 'gyp_chromeos_with_codecs_debug_bot', 201 'gyp_chromeos_with_codecs_debug_bot',
202 'MD Top Chrome Win material': 202 'MD Top Chrome Win material':
203 'gyp_debug_bot_minimal_symbols_x64', 203 'gyp_debug_bot_minimal_symbols_x64',
204 'MD Top Chrome Linux material': 'gn_debug_bot', 204 'MD Top Chrome Linux material': 'gn_debug_bot',
205 'LTO Linux Perf': 'gn_official_goma_lto', 205 'LTO Linux Perf': 'gn_official_goma_lto',
206 'Libfuzzer Upload Linux ASan': 'gn_release_libfuzzer_asan', 206 'Libfuzzer Upload Linux ASan': 'gn_release_libfuzzer_asan',
207 'Libfuzzer Upload Linux ASan Debug': 'gn_debug_libfuzzer_asan',
207 'Libfuzzer Upload Linux MSan': 'gn_release_libfuzzer_msan', 208 'Libfuzzer Upload Linux MSan': 'gn_release_libfuzzer_msan',
208 'Libfuzzer Upload Linux UBSan': 'gn_release_libfuzzer_ubsan', 209 'Libfuzzer Upload Linux UBSan': 'gn_release_libfuzzer_ubsan',
209 'Linux ARM': 'swarming_gn_release_bot_arm', 210 'Linux ARM': 'swarming_gn_release_bot_arm',
210 'Linux Kitchen (kitchen_run)': 'swarming_gn_release_bot', 211 'Linux Kitchen (kitchen_run)': 'swarming_gn_release_bot',
211 'Linux Kitchen (annotated_run)': 'swarming_gn_release_bot', 212 'Linux Kitchen (annotated_run)': 'swarming_gn_release_bot',
212 'Linux V8 API Stability': 'gn_release_bot', 213 'Linux V8 API Stability': 'gn_release_bot',
213 'Site Isolation Linux': 'gn_release_trybot', 214 'Site Isolation Linux': 'gn_release_trybot',
214 'Site Isolation Win': 'gyp_release_trybot_x64', 215 'Site Isolation Win': 'gyp_release_trybot_x64',
215 'UBSanVptr Linux': 'gn_ubsan_vptr_release_bot', 216 'UBSanVptr Linux': 'gn_ubsan_vptr_release_bot',
216 'WebKit Linux - TraceWrappables': 'swarming_gn_release_bot_x64', 217 'WebKit Linux - TraceWrappables': 'swarming_gn_release_bot_x64',
(...skipping 864 matching lines...) Expand 10 before | Expand all | Expand 10 after
1081 ], 1082 ],
1082 1083
1083 'gn_debug_bot_minimal_symbols_chrome_with_codecs': [ 1084 'gn_debug_bot_minimal_symbols_chrome_with_codecs': [
1084 'gn', 'debug_bot_minimal_symbols', 'chrome_with_codecs', 1085 'gn', 'debug_bot_minimal_symbols', 'chrome_with_codecs',
1085 ], 1086 ],
1086 1087
1087 'gn_debug_bot_minimal_symbols_x86': [ 1088 'gn_debug_bot_minimal_symbols_x86': [
1088 'gn', 'debug_bot_minimal_symbols', 'x86', 1089 'gn', 'debug_bot_minimal_symbols', 'x86',
1089 ], 1090 ],
1090 1091
1092 'gn_debug_libfuzzer_asan': [
1093 'gn', 'debug', 'libfuzzer', 'asan', 'proprietary_codecs', 'pdf_xfa',
1094 'disable_nacl',
1095 ],
1096
1091 'gn_debug_static_bot': [ 1097 'gn_debug_static_bot': [
1092 'gn', 'debug_static_bot', 1098 'gn', 'debug_static_bot',
1093 ], 1099 ],
1094 1100
1095 'gn_debug_static_bot_chrome_with_codecs': [ 1101 'gn_debug_static_bot_chrome_with_codecs': [
1096 'gn', 'debug_static_bot', 'chrome_with_codecs', 1102 'gn', 'debug_static_bot', 'chrome_with_codecs',
1097 ], 1103 ],
1098 1104
1099 'gn_linux_upload': [ 1105 'gn_linux_upload': [
1100 'gn_linux_upload', 'official', 'goma', 1106 'gn_linux_upload', 'official', 'goma',
(...skipping 1180 matching lines...) Expand 10 before | Expand all | Expand 10 after
2281 }, 2287 },
2282 2288
2283 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2289 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2284 2290
2285 'drmemory': { 2291 'drmemory': {
2286 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2292 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2287 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2293 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2288 }, 2294 },
2289 }, 2295 },
2290 } 2296 }
OLDNEW
« 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