| 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 586 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 597 'android_arm64_perf_bisect_builder': 'official_goma_minimal_symbols_androi
d_arm64', | 597 'android_arm64_perf_bisect_builder': 'official_goma_minimal_symbols_androi
d_arm64', |
| 598 'android_fyi_perf_bisect': 'official_goma_minimal_symbols_android', | 598 'android_fyi_perf_bisect': 'official_goma_minimal_symbols_android', |
| 599 'android_nexus5X_perf_bisect': 'official_goma_minimal_symbols_android', | 599 'android_nexus5X_perf_bisect': 'official_goma_minimal_symbols_android', |
| 600 'android_nexus5_perf_bisect': 'official_goma_minimal_symbols_android', | 600 'android_nexus5_perf_bisect': 'official_goma_minimal_symbols_android', |
| 601 'android_nexus6_perf_bisect': 'official_goma_minimal_symbols_android', | 601 'android_nexus6_perf_bisect': 'official_goma_minimal_symbols_android', |
| 602 'android_nexus7_perf_bisect': 'official_goma_minimal_symbols_android', | 602 'android_nexus7_perf_bisect': 'official_goma_minimal_symbols_android', |
| 603 'android_nexus9_perf_bisect': 'official_goma_minimal_symbols_android_arm64
', | 603 'android_nexus9_perf_bisect': 'official_goma_minimal_symbols_android_arm64
', |
| 604 'android_one_perf_bisect': 'official_goma_minimal_symbols_android', | 604 'android_one_perf_bisect': 'official_goma_minimal_symbols_android', |
| 605 'android_perf_bisect_builder': 'official_goma_minimal_symbols_android', | 605 'android_perf_bisect_builder': 'official_goma_minimal_symbols_android', |
| 606 'android_s5_perf_bisect': 'official_goma_minimal_symbols_android', | 606 'android_s5_perf_bisect': 'official_goma_minimal_symbols_android', |
| 607 'android_s5_perf_cq': 'official_goma_minimal_symbols_android', | |
| 608 'android_webview_arm64_aosp_perf_bisect': 'official_goma_minimal_symbols_a
ndroid', | 607 'android_webview_arm64_aosp_perf_bisect': 'official_goma_minimal_symbols_a
ndroid', |
| 609 'linux_fyi_perf_bisect': 'official_goma', | 608 'linux_fyi_perf_bisect': 'official_goma', |
| 610 'linux_perf_bisect': 'official_goma', | 609 'linux_perf_bisect': 'official_goma', |
| 611 'linux_perf_bisect_builder': 'official_goma', | 610 'linux_perf_bisect_builder': 'official_goma', |
| 612 'linux_perf_cq': 'official_goma', | 611 'linux_perf_cq': 'official_goma', |
| 613 'mac_10_10_perf_bisect': 'official_goma', | 612 'mac_10_10_perf_bisect': 'official_goma', |
| 614 'mac_10_11_perf_bisect': 'official_goma', | 613 'mac_10_11_perf_bisect': 'official_goma', |
| 615 'mac_fyi_perf_bisect': 'official_goma', | 614 'mac_fyi_perf_bisect': 'official_goma', |
| 616 'mac_hdd_perf_bisect': 'official_goma', | 615 'mac_hdd_perf_bisect': 'official_goma', |
| 617 'mac_perf_bisect_builder': 'official_goma', | 616 'mac_perf_bisect_builder': 'official_goma', |
| (...skipping 1197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1815 | 1814 |
| 1816 'x64': { | 1815 'x64': { |
| 1817 'gn_args': 'target_cpu="x64"', | 1816 'gn_args': 'target_cpu="x64"', |
| 1818 }, | 1817 }, |
| 1819 | 1818 |
| 1820 'x86': { | 1819 'x86': { |
| 1821 'gn_args': 'target_cpu="x86"', | 1820 'gn_args': 'target_cpu="x86"', |
| 1822 }, | 1821 }, |
| 1823 }, | 1822 }, |
| 1824 } | 1823 } |
| OLD | NEW |