| 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 680 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 691 'WinClang64 (dbg)': 'win_clang_debug_bot', | 691 'WinClang64 (dbg)': 'win_clang_debug_bot', |
| 692 }, | 692 }, |
| 693 | 693 |
| 694 'internal.client.kitchensync': { | 694 'internal.client.kitchensync': { |
| 695 'Linux Canary': 'swarming_gn_debug_bot', | 695 'Linux Canary': 'swarming_gn_debug_bot', |
| 696 'Linux Dev': 'swarming_gn_debug_bot', | 696 'Linux Dev': 'swarming_gn_debug_bot', |
| 697 'Mac Dev': 'swarming_gn_debug_bot', | 697 'Mac Dev': 'swarming_gn_debug_bot', |
| 698 'Windows Dev': 'swarming_gn_debug_bot_minimal_symbols_x64', | 698 'Windows Dev': 'swarming_gn_debug_bot_minimal_symbols_x64', |
| 699 }, | 699 }, |
| 700 | 700 |
| 701 'official.android': { |
| 702 'blimp-engine': '//build/args/bots/official.android/blimp-engine.gn', |
| 703 }, |
| 704 |
| 701 'official.desktop': { | 705 'official.desktop': { |
| 702 'blimp-engine': '//build/args/bots/official.desktop/blimp-engine.gn', | |
| 703 'mac64': 'gn_official', | 706 'mac64': 'gn_official', |
| 704 'precise64': 'gn_official', | 707 'precise64': 'gn_official', |
| 705 | 708 |
| 706 # Currently the official bots set mini_installer_official_deps=1 | 709 # Currently the official bots set mini_installer_official_deps=1 |
| 707 # but it's not clear if that's actually used anywhere. | 710 # but it's not clear if that's actually used anywhere. |
| 708 'win': 'gn_official_x86', | 711 'win': 'gn_official_x86', |
| 709 'win-asan': 'gn_official_syzyasan_x86', | 712 'win-asan': 'gn_official_syzyasan_x86', |
| 710 'win-pgo': [ | 713 'win-pgo': [ |
| 711 'gn_official_chrome_pgo_phase_1_x86', | 714 'gn_official_chrome_pgo_phase_1_x86', |
| 712 'gn_official_chrome_pgo_phase_2_x86', | 715 'gn_official_chrome_pgo_phase_2_x86', |
| (...skipping 1730 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2443 }, | 2446 }, |
| 2444 | 2447 |
| 2445 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, | 2448 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, |
| 2446 | 2449 |
| 2447 'drmemory': { | 2450 'drmemory': { |
| 2448 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 2451 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
| 2449 'gyp_defines': 'component=shared_library build_for_tool=drmemory', | 2452 'gyp_defines': 'component=shared_library build_for_tool=drmemory', |
| 2450 }, | 2453 }, |
| 2451 }, | 2454 }, |
| 2452 } | 2455 } |
| OLD | NEW |