| OLD | NEW |
| 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 1318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1329 | 1329 |
| 1330 'gn_asan_edge_v8_heap_debug_bot_hybrid': [ | 1330 'gn_asan_edge_v8_heap_debug_bot_hybrid': [ |
| 1331 'gn', 'asan', 'edge', 'v8_heap', 'debug_bot', 'hybrid', | 1331 'gn', 'asan', 'edge', 'v8_heap', 'debug_bot', 'hybrid', |
| 1332 ], | 1332 ], |
| 1333 | 1333 |
| 1334 'gn_asan_edge_fuzzer_v8_heap_release_bot_hybrid': [ | 1334 'gn_asan_edge_fuzzer_v8_heap_release_bot_hybrid': [ |
| 1335 'gn', 'asan', 'edge', 'fuzzer', 'v8_heap', 'release_bot', 'hybrid', | 1335 'gn', 'asan', 'edge', 'fuzzer', 'v8_heap', 'release_bot', 'hybrid', |
| 1336 ], | 1336 ], |
| 1337 | 1337 |
| 1338 'gn_asan_edge_fuzzer_v8_heap_release_bot_x86': [ | 1338 'gn_asan_edge_fuzzer_v8_heap_release_bot_x86': [ |
| 1339 'gn', 'asan', 'edge', 'fuzzer', 'v8_heap', 'release_bot', | 1339 'gn', 'clang', 'asan', 'edge', 'fuzzer', 'v8_heap', 'release_bot', |
| 1340 'x86', | 1340 'x86', |
| 1341 ], | 1341 ], |
| 1342 | 1342 |
| 1343 ('gn_asan_disable_nacl_edge_fuzzer_' | 1343 ('gn_asan_disable_nacl_edge_fuzzer_' |
| 1344 'v8_heap_chrome_with_codecs_release_bot'): [ | 1344 'v8_heap_chrome_with_codecs_release_bot'): [ |
| 1345 'gn', 'asan', 'disable_nacl', 'edge', 'fuzzer', 'v8_heap', | 1345 'gn', 'asan', 'disable_nacl', 'edge', 'fuzzer', 'v8_heap', |
| 1346 'chrome_with_codecs', 'release_bot', | 1346 'chrome_with_codecs', 'release_bot', |
| 1347 ], | 1347 ], |
| 1348 | 1348 |
| 1349 'gn_asan_disable_nacl_edge_fuzzer_v8_heap_debug_symbols_static_bot': [ | 1349 'gn_asan_disable_nacl_edge_fuzzer_v8_heap_debug_symbols_static_bot': [ |
| 1350 'gn', 'asan', 'disable_nacl', 'edge', 'fuzzer', 'v8_heap', | 1350 'gn', 'asan', 'disable_nacl', 'edge', 'fuzzer', 'v8_heap', |
| 1351 'debug_symbols_static_bot', | 1351 'debug_symbols_static_bot', |
| 1352 ], | 1352 ], |
| 1353 | 1353 |
| 1354 'gn_asan_disable_nacl_edge_fuzzer_v8_heap_release_bot': [ | 1354 'gn_asan_disable_nacl_edge_fuzzer_v8_heap_release_bot': [ |
| 1355 'gn', 'asan', 'disable_nacl', 'edge', 'fuzzer', 'v8_heap', 'release_bot', | 1355 'gn', 'asan', 'disable_nacl', 'edge', 'fuzzer', 'v8_heap', 'release_bot', |
| 1356 ], | 1356 ], |
| 1357 | 1357 |
| 1358 'gn_asan_fuzzer_v8_heap_chrome_with_codecs_release_bot_x86': [ | 1358 'gn_asan_fuzzer_v8_heap_chrome_with_codecs_release_bot_x86': [ |
| 1359 'gn', 'asan', 'fuzzer', 'v8_heap', 'chrome_with_codecs', 'release_bot', | 1359 'gn', 'clang', 'asan', 'fuzzer', 'v8_heap', 'chrome_with_codecs', |
| 1360 'x86', | 1360 'release_bot', 'x86', |
| 1361 ], | 1361 ], |
| 1362 | 1362 |
| 1363 'gn_asan_fuzzer_v8_heap_release_bot_x86': [ | 1363 'gn_asan_fuzzer_v8_heap_release_bot_x86': [ |
| 1364 'gn', 'asan', 'fuzzer', 'v8_heap', 'release_bot', 'x86', | 1364 'gn', 'clang', 'asan', 'fuzzer', 'v8_heap', 'release_bot', 'x86', |
| 1365 ], | 1365 ], |
| 1366 | 1366 |
| 1367 'gn_asan_lsan_edge_debug_bot': [ | 1367 'gn_asan_lsan_edge_debug_bot': [ |
| 1368 'gn', 'asan', 'lsan', 'edge', 'debug_bot', | 1368 'gn', 'asan', 'lsan', 'edge', 'debug_bot', |
| 1369 ], | 1369 ], |
| 1370 | 1370 |
| 1371 'gn_asan_lsan_edge_fuzzer_v8_heap_chromeos_codecs_release_bot': [ | 1371 'gn_asan_lsan_edge_fuzzer_v8_heap_chromeos_codecs_release_bot': [ |
| 1372 'gn', 'asan', 'lsan', 'edge', 'v8_heap', 'chromeos_codecs', | 1372 'gn', 'asan', 'lsan', 'edge', 'v8_heap', 'chromeos_codecs', |
| 1373 'release_bot', | 1373 'release_bot', |
| 1374 ], | 1374 ], |
| (...skipping 1052 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2427 }, | 2427 }, |
| 2428 | 2428 |
| 2429 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, | 2429 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, |
| 2430 | 2430 |
| 2431 'drmemory': { | 2431 'drmemory': { |
| 2432 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 2432 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
| 2433 'gyp_defines': 'component=shared_library build_for_tool=drmemory', | 2433 'gyp_defines': 'component=shared_library build_for_tool=drmemory', |
| 2434 }, | 2434 }, |
| 2435 }, | 2435 }, |
| 2436 } | 2436 } |
| OLD | NEW |