| 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 821 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 832 'android_nexus5_perf_bisect': 'gn_official_goma_minimal_symbols_android', | 832 'android_nexus5_perf_bisect': 'gn_official_goma_minimal_symbols_android', |
| 833 'android_nexus6_perf_bisect': 'gn_official_goma_minimal_symbols_android', | 833 'android_nexus6_perf_bisect': 'gn_official_goma_minimal_symbols_android', |
| 834 'android_nexus7_perf_bisect': 'gn_official_goma_minimal_symbols_android', | 834 'android_nexus7_perf_bisect': 'gn_official_goma_minimal_symbols_android', |
| 835 'android_nexus9_perf_bisect': | 835 'android_nexus9_perf_bisect': |
| 836 'gn_official_goma_minimal_symbols_android_arm64', | 836 'gn_official_goma_minimal_symbols_android_arm64', |
| 837 'android_one_perf_bisect': 'gn_official_goma_minimal_symbols_android', | 837 'android_one_perf_bisect': 'gn_official_goma_minimal_symbols_android', |
| 838 'android_perf_bisect_builder': | 838 'android_perf_bisect_builder': |
| 839 'gn_official_goma_minimal_symbols_android', | 839 'gn_official_goma_minimal_symbols_android', |
| 840 'android_s5_perf_bisect': 'gn_official_goma_minimal_symbols_android', | 840 'android_s5_perf_bisect': 'gn_official_goma_minimal_symbols_android', |
| 841 'android_s5_perf_cq': 'gn_official_goma_minimal_symbols_android', | 841 'android_s5_perf_cq': 'gn_official_goma_minimal_symbols_android', |
| 842 'android_webview_aosp_perf_bisect': | 842 'android_webview_arm64_aosp_perf_bisect': |
| 843 'gn_official_goma_minimal_symbols_android', | 843 'gn_official_goma_minimal_symbols_android', |
| 844 'linux_fyi_perf_bisect': 'gn_official_goma', | 844 'linux_fyi_perf_bisect': 'gn_official_goma', |
| 845 'linux_perf_bisect': 'gn_official_goma', | 845 'linux_perf_bisect': 'gn_official_goma', |
| 846 'linux_perf_bisect_builder': 'gn_official_goma', | 846 'linux_perf_bisect_builder': 'gn_official_goma', |
| 847 'linux_perf_cq': 'gn_official_goma', | 847 'linux_perf_cq': 'gn_official_goma', |
| 848 'mac_10_10_perf_bisect': 'gyp_official_goma', | 848 'mac_10_10_perf_bisect': 'gyp_official_goma', |
| 849 'mac_10_11_perf_bisect': 'gyp_official_goma', | 849 'mac_10_11_perf_bisect': 'gyp_official_goma', |
| 850 'mac_fyi_perf_bisect': 'gyp_official_goma', | 850 'mac_fyi_perf_bisect': 'gyp_official_goma', |
| 851 'mac_hdd_perf_bisect': 'gyp_official_goma', | 851 'mac_hdd_perf_bisect': 'gyp_official_goma', |
| 852 'mac_perf_bisect_builder': 'gyp_official_goma', | 852 'mac_perf_bisect_builder': 'gyp_official_goma', |
| (...skipping 1446 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2299 }, | 2299 }, |
| 2300 | 2300 |
| 2301 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, | 2301 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, |
| 2302 | 2302 |
| 2303 'drmemory': { | 2303 'drmemory': { |
| 2304 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 2304 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
| 2305 'gyp_defines': 'component=shared_library build_for_tool=drmemory', | 2305 'gyp_defines': 'component=shared_library build_for_tool=drmemory', |
| 2306 }, | 2306 }, |
| 2307 }, | 2307 }, |
| 2308 } | 2308 } |
| OLD | NEW |