| 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 |
| 11 # include a configuration with 'chrome_with_codecs' since these builders | 11 # include a configuration with 'chrome_with_codecs' since these builders |
| 12 # generated publicly advertised non-Official builds which are not allowed | 12 # generated publicly advertised non-Official builds which are not allowed |
| 13 # to have proprietary codecs enabled. | 13 # to have proprietary codecs enabled. |
| 14 'chromium': { | 14 'chromium': { |
| 15 'Android': 'android_without_codecs_gn_release_bot_minimal_symbols', | 15 'Android': 'android_without_codecs_gn_release_bot_minimal_symbols', |
| 16 'Linux x64': 'noswarming_gn_release_bot', | 16 'Linux x64': 'noswarming_gn_release_bot', |
| 17 'Mac': 'noswarming_gn_release_bot_mac_strip', | 17 'Mac': 'noswarming_gn_release_bot_mac_strip', |
| 18 'Win': 'noswarming_gyp_release_bot_minimal_symbols_x86', | 18 'Win': 'noswarming_gn_release_bot_minimal_symbols_x86', |
| 19 'Win x64': 'noswarming_gn_release_bot_minimal_symbols_x64', | 19 'Win x64': 'noswarming_gn_release_bot_minimal_symbols_x64', |
| 20 }, | 20 }, |
| 21 | 21 |
| 22 'chromium.android': { | 22 'chromium.android': { |
| 23 'Android Cronet ARM64 Builder': | 23 'Android Cronet ARM64 Builder': |
| 24 'android_cronet_gn_release_bot_minimal_symbols_arm64', | 24 'android_cronet_gn_release_bot_minimal_symbols_arm64', |
| 25 'Android Cronet ARM64 Builder (dbg)': | 25 'Android Cronet ARM64 Builder (dbg)': |
| 26 'android_cronet_gn_debug_static_bot_arm64', | 26 'android_cronet_gn_debug_static_bot_arm64', |
| 27 'Android Cronet ARMv6 Builder': | 27 'Android Cronet ARMv6 Builder': |
| 28 'android_cronet_gn_release_bot_minimal_symbols_armv6', | 28 'android_cronet_gn_release_bot_minimal_symbols_armv6', |
| (...skipping 1406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1435 ], | 1435 ], |
| 1436 | 1436 |
| 1437 'noswarming_gn_release_bot_minimal_symbols_x64': [ | 1437 'noswarming_gn_release_bot_minimal_symbols_x64': [ |
| 1438 'noswarming', 'gn', 'release_bot', 'minimal_symbols', 'x64', | 1438 'noswarming', 'gn', 'release_bot', 'minimal_symbols', 'x64', |
| 1439 ], | 1439 ], |
| 1440 | 1440 |
| 1441 'noswarming_gn_release_bot_minimal_symbols_x86': [ | 1441 'noswarming_gn_release_bot_minimal_symbols_x86': [ |
| 1442 'noswarming', 'gn', 'release_bot', 'minimal_symbols', 'x86', | 1442 'noswarming', 'gn', 'release_bot', 'minimal_symbols', 'x86', |
| 1443 ], | 1443 ], |
| 1444 | 1444 |
| 1445 'noswarming_gyp_release_bot_minimal_symbols_x86': [ | |
| 1446 'noswarming', 'gyp', 'release_bot', 'minimal_symbols', 'x86', | |
| 1447 ], | |
| 1448 | |
| 1449 'noswarming_gn_release_bot_x64': [ | 1445 'noswarming_gn_release_bot_x64': [ |
| 1450 'noswarming', 'gn', 'release_bot', 'x64', | 1446 'noswarming', 'gn', 'release_bot', 'x64', |
| 1451 ], | 1447 ], |
| 1452 | 1448 |
| 1453 'noswarming_gn_release_bot_mac_strip': [ | 1449 'noswarming_gn_release_bot_mac_strip': [ |
| 1454 'noswarming', 'gn', 'release_bot', 'mac_strip', | 1450 'noswarming', 'gn', 'release_bot', 'mac_strip', |
| 1455 ], | 1451 ], |
| 1456 | 1452 |
| 1457 'noswarming_gn_release_trybot_x64': [ | 1453 'noswarming_gn_release_trybot_x64': [ |
| 1458 'noswarming', 'gn', 'release_trybot', 'x64', | 1454 'noswarming', 'gn', 'release_trybot', 'x64', |
| (...skipping 861 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2320 }, | 2316 }, |
| 2321 | 2317 |
| 2322 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, | 2318 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, |
| 2323 | 2319 |
| 2324 'drmemory': { | 2320 'drmemory': { |
| 2325 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 2321 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
| 2326 'gyp_defines': 'component=shared_library build_for_tool=drmemory', | 2322 'gyp_defines': 'component=shared_library build_for_tool=drmemory', |
| 2327 }, | 2323 }, |
| 2328 }, | 2324 }, |
| 2329 } | 2325 } |
| OLD | NEW |