| 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 'chromeos.chrome': { | 10 'chromeos.chrome': { |
| (...skipping 692 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 703 }, | 703 }, |
| 704 | 704 |
| 705 'official.desktop': { | 705 'official.desktop': { |
| 706 'mac64': 'gn_official', | 706 'mac64': 'gn_official', |
| 707 'precise64': 'gn_official', | 707 'precise64': 'gn_official', |
| 708 | 708 |
| 709 # Currently the official bots set mini_installer_official_deps=1 | 709 # Currently the official bots set mini_installer_official_deps=1 |
| 710 # but it's not clear if that's actually used anywhere. | 710 # but it's not clear if that's actually used anywhere. |
| 711 'win': 'gn_official_x86', | 711 'win': 'gn_official_x86', |
| 712 'win-asan': 'gn_official_syzyasan_x86', | 712 'win-asan': 'gn_official_syzyasan_x86', |
| 713 'win-clang': 'gn_official_clang_x86', |
| 713 'win-pgo': [ | 714 'win-pgo': [ |
| 714 'gn_official_chrome_pgo_phase_1_x86', | 715 'gn_official_chrome_pgo_phase_1_x86', |
| 715 'gn_official_chrome_pgo_phase_2_x86', | 716 'gn_official_chrome_pgo_phase_2_x86', |
| 716 ], | 717 ], |
| 717 'win64': 'gn_official_x64', | 718 'win64': 'gn_official_x64', |
| 719 'win64-clang': 'gn_official_clang_x64', |
| 718 'win64-pgo': [ | 720 'win64-pgo': [ |
| 719 'gn_official_chrome_pgo_phase_1_x64', | 721 'gn_official_chrome_pgo_phase_1_x64', |
| 720 'gn_official_chrome_pgo_phase_2_x64', | 722 'gn_official_chrome_pgo_phase_2_x64', |
| 721 ], | 723 ], |
| 722 }, | 724 }, |
| 723 | 725 |
| 724 'official.desktop.continuous': { | 726 'official.desktop.continuous': { |
| 725 'mac beta': 'gyp_official', | 727 'mac beta': 'gyp_official', |
| 726 'mac stable': 'gyp_official', | 728 'mac stable': 'gyp_official', |
| 727 'mac trunk': 'gn_official', | 729 'mac trunk': 'gn_official', |
| (...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1230 ], | 1232 ], |
| 1231 | 1233 |
| 1232 'gn_linux_upload': [ | 1234 'gn_linux_upload': [ |
| 1233 'gn_linux_upload', 'official', 'goma', | 1235 'gn_linux_upload', 'official', 'goma', |
| 1234 ], | 1236 ], |
| 1235 | 1237 |
| 1236 'gn_official': [ | 1238 'gn_official': [ |
| 1237 'gn', 'official', | 1239 'gn', 'official', |
| 1238 ], | 1240 ], |
| 1239 | 1241 |
| 1242 'gn_official_clang_x64': [ |
| 1243 'gn', 'clang', 'official', 'x64', |
| 1244 ], |
| 1245 |
| 1246 'gn_official_clang_x86': [ |
| 1247 'gn', 'clang', 'official', 'x86', |
| 1248 ], |
| 1249 |
| 1240 'gn_official_x86': [ | 1250 'gn_official_x86': [ |
| 1241 'gn', 'official', 'x86', | 1251 'gn', 'official', 'x86', |
| 1242 ], | 1252 ], |
| 1243 | 1253 |
| 1244 'gn_official_goma': [ | 1254 'gn_official_goma': [ |
| 1245 'gn', 'official', 'goma', | 1255 'gn', 'official', 'goma', |
| 1246 ], | 1256 ], |
| 1247 | 1257 |
| 1248 'gn_official_goma_lto': [ | 1258 'gn_official_goma_lto': [ |
| 1249 'gn', 'official', 'goma', 'lto', | 1259 'gn', 'official', 'goma', 'lto', |
| (...skipping 1196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2446 }, | 2456 }, |
| 2447 | 2457 |
| 2448 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, | 2458 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, |
| 2449 | 2459 |
| 2450 'drmemory': { | 2460 'drmemory': { |
| 2451 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 2461 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
| 2452 'gyp_defines': 'component=shared_library build_for_tool=drmemory', | 2462 'gyp_defines': 'component=shared_library build_for_tool=drmemory', |
| 2453 }, | 2463 }, |
| 2454 }, | 2464 }, |
| 2455 } | 2465 } |
| OLD | NEW |