| 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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 126 ], | 126 ], |
| 127 'Chromium Windows Analyze': 'gn_windows_analyze', | 127 'Chromium Windows Analyze': 'gn_windows_analyze', |
| 128 'CrWin7Goma': 'gn_release_bot_minimal_symbols_x86', | 128 'CrWin7Goma': 'gn_release_bot_minimal_symbols_x86', |
| 129 'CrWin7Goma(clbr)': 'gn_shared_release_bot_minimal_symbols_x86', | 129 'CrWin7Goma(clbr)': 'gn_shared_release_bot_minimal_symbols_x86', |
| 130 'CrWin7Goma(dbg)': 'gn_debug_bot_minimal_symbols_x86', | 130 'CrWin7Goma(dbg)': 'gn_debug_bot_minimal_symbols_x86', |
| 131 'CrWin7Goma(dll)': 'gn_shared_release_bot_minimal_symbols_x86', | 131 'CrWin7Goma(dll)': 'gn_shared_release_bot_minimal_symbols_x86', |
| 132 # if CrWinClang is modified, please update CrWinClangGoma in the same way. | 132 # if CrWinClang is modified, please update CrWinClangGoma in the same way. |
| 133 'CrWinClang': | 133 'CrWinClang': |
| 134 'swarming_gn_clang_official_release_bot_minimal_symbols_x86', | 134 'swarming_gn_clang_official_release_bot_minimal_symbols_x86', |
| 135 'CrWinClang(dbg)': | 135 'CrWinClang(dbg)': |
| 136 'swarming_gyp_clang_debug_bot_minimal_symbols_x86', | 136 'swarming_gn_clang_debug_bot_minimal_symbols_x86', |
| 137 'CrWinClang(dbg) tester': 'none', | 137 'CrWinClang(dbg) tester': 'none', |
| 138 'CrWinClang64': | 138 'CrWinClang64': |
| 139 'swarming_gyp_clang_official_release_bot_minimal_symbols_x64', | 139 'swarming_gn_clang_official_release_bot_minimal_symbols_x64', |
| 140 'CrWinClang tester': 'none', | 140 'CrWinClang tester': 'none', |
| 141 'CrWinClang64(dll)': | 141 'CrWinClang64(dll)': |
| 142 'swarming_gyp_clang_minimal_symbols_shared_release_bot_x64', | 142 'swarming_gn_clang_minimal_symbols_shared_release_bot_x64', |
| 143 'CrWinClangGoma': | 143 'CrWinClangGoma': |
| 144 'swarming_gn_clang_official_release_bot_minimal_symbols_x86', | 144 'swarming_gn_clang_official_release_bot_minimal_symbols_x86', |
| 145 'CrWinGoma': 'gn_release_bot_minimal_symbols_x86', | 145 'CrWinGoma': 'gn_release_bot_minimal_symbols_x86', |
| 146 'CrWinGoma(dll)': 'gn_shared_release_bot_minimal_symbols_x86', | 146 'CrWinGoma(dll)': 'gn_shared_release_bot_minimal_symbols_x86', |
| 147 'ClangToTAndroidASan': 'android_clang_tot_asan', | 147 'ClangToTAndroidASan': 'android_clang_tot_asan', |
| 148 'ClangToTAndroidASan tester': 'none', | 148 'ClangToTAndroidASan tester': 'none', |
| 149 'ClangToTLinux': | 149 'ClangToTLinux': |
| 150 'swarming_gn_clang_tot_linux_full_symbols_shared_release', | 150 'swarming_gn_clang_tot_linux_full_symbols_shared_release', |
| 151 'ClangToTLinux tester': 'none', | 151 'ClangToTLinux tester': 'none', |
| 152 'ClangToTLinux (dbg)': 'swarming_clang_tot_shared_debug', | 152 'ClangToTLinux (dbg)': 'swarming_clang_tot_shared_debug', |
| 153 'ClangToTLinuxASan': 'swarming_gn_clang_tot_asan_lsan_static_release', | 153 'ClangToTLinuxASan': 'swarming_gn_clang_tot_asan_lsan_static_release', |
| 154 'ClangToTLinuxASan tester': 'none', | 154 'ClangToTLinuxASan tester': 'none', |
| 155 'ClangToTLinuxLLD': 'swarming_clang_tot_lld_release_shared', | 155 'ClangToTLinuxLLD': 'swarming_clang_tot_lld_release_shared', |
| 156 'ClangToTLinuxLLD tester': 'none', | 156 'ClangToTLinuxLLD tester': 'none', |
| 157 'ClangToTLinuxUBSanVptr': | 157 'ClangToTLinuxUBSanVptr': |
| 158 'swarming_gn_clang_tot_edge_ubsan_no_recover_hack_static_release', | 158 'swarming_gn_clang_tot_edge_ubsan_no_recover_hack_static_release', |
| 159 'ClangToTLinuxUBSanVptr tester': 'none', | 159 'ClangToTLinuxUBSanVptr tester': 'none', |
| 160 'ClangToTMac': 'swarming_gn_clang_tot_minimal_symbols_shared_release', | 160 'ClangToTMac': 'swarming_gn_clang_tot_minimal_symbols_shared_release', |
| 161 'ClangToTMac tester': 'none', | 161 'ClangToTMac tester': 'none', |
| 162 'ClangToTMac (dbg)': | 162 'ClangToTMac (dbg)': |
| 163 'swarming_gn_clang_tot_minimal_symbols_shared_debug', | 163 'swarming_gn_clang_tot_minimal_symbols_shared_debug', |
| 164 'ClangToTMacASan': | 164 'ClangToTMacASan': |
| 165 'swarming_gyp_asan_clang_tot_full_symbols_static_release', | 165 'swarming_gyp_asan_clang_tot_full_symbols_static_release', |
| 166 'ClangToTMacASan tester': 'none', | 166 'ClangToTMacASan tester': 'none', |
| 167 'ClangToTWin': | 167 'ClangToTWin': |
| 168 'swarming_gyp_clang_tot_official_minimal_symbols_static_release_x86', | 168 'swarming_gn_clang_tot_official_minimal_symbols_static_release_x86', |
| 169 'ClangToTWin tester': 'none', | 169 'ClangToTWin tester': 'none', |
| 170 'ClangToTWin(dbg)': | 170 'ClangToTWin(dbg)': |
| 171 'swarming_gn_clang_tot_minimal_symbols_shared_debug_x86', | 171 'swarming_gn_clang_tot_minimal_symbols_shared_debug_x86', |
| 172 'ClangToTWin(dbg) tester': 'none', | 172 'ClangToTWin(dbg) tester': 'none', |
| 173 'ClangToTWin(dll)': | 173 'ClangToTWin(dll)': |
| 174 'swarming_gyp_clang_tot_minimal_symbols_shared_release_x86', | 174 'swarming_gn_clang_tot_minimal_symbols_shared_release_x86', |
| 175 'ClangToTWin(dll) tester': 'none', | 175 'ClangToTWin(dll) tester': 'none', |
| 176 'ClangToTWin64': | 176 'ClangToTWin64': |
| 177 'swarming_gn_clang_tot_official_minimal_symbols_static_release_x64', | 177 'swarming_gn_clang_tot_official_minimal_symbols_static_release_x64', |
| 178 'ClangToTWin64 tester': 'none', | 178 'ClangToTWin64 tester': 'none', |
| 179 'ClangToTWin64(dbg)': | 179 'ClangToTWin64(dbg)': |
| 180 'swarming_gyp_clang_tot_minimal_symbols_shared_debug_x64', | 180 'swarming_gn_clang_tot_minimal_symbols_shared_debug_x64', |
| 181 'ClangToTWin64(dbg) tester': 'none', | 181 'ClangToTWin64(dbg) tester': 'none', |
| 182 'ClangToTWin64(dll)': | 182 'ClangToTWin64(dll)': |
| 183 'swarming_gn_clang_tot_minimal_symbols_shared_release_x64', | 183 'swarming_gn_clang_tot_minimal_symbols_shared_release_x64', |
| 184 'ClangToTWin64(dll) tester': 'none', | 184 'ClangToTWin64(dll) tester': 'none', |
| 185 'ClangToTiOS': 'ios_gyp', | 185 'ClangToTiOS': 'ios_gyp', |
| 186 'Closure Compilation Linux': 'closure_compilation', | 186 'Closure Compilation Linux': 'closure_compilation', |
| 187 'CrWinAsan': | 187 'CrWinAsan': |
| 188 'swarming_gyp_asan_clang_fuzzer_static_v8_heap_x86_full_symbols_release', | 188 'swarming_gyp_asan_clang_fuzzer_static_v8_heap_x86_full_symbols_release', |
| 189 'CrWinAsan tester': 'none', | 189 'CrWinAsan tester': 'none', |
| 190 'CrWinAsan(dll)': | 190 'CrWinAsan(dll)': |
| 191 'swarming_gyp_asan_clang_fuzzer_shared_v8_heap_x86_full_symbols_release', | 191 'swarming_gyp_asan_clang_fuzzer_shared_v8_heap_x86_full_symbols_release', |
| 192 'CrWinAsan(dll) tester': 'none', | 192 'CrWinAsan(dll) tester': 'none', |
| 193 'CrWinAsanCov': | 193 'CrWinAsanCov': |
| 194 ('swarming_gyp_asan_clang_edge_fuzzer' | 194 ('swarming_gyp_asan_clang_edge_fuzzer' |
| 195 '_static_v8_heap_x86_full_symbols_release'), | 195 '_static_v8_heap_x86_full_symbols_release'), |
| 196 'CrWinAsanCov tester': 'none', | 196 'CrWinAsanCov tester': 'none', |
| 197 'CrWinClang(shared)': | 197 'CrWinClang(shared)': |
| 198 'swarming_gn_clang_shared_release_bot_minimal_symbols_x86', | 198 'swarming_gn_clang_shared_release_bot_minimal_symbols_x86', |
| 199 'CrWinClang(shared) tester': 'none', | 199 'CrWinClang(shared) tester': 'none', |
| 200 'CrWinClang64 tester': 'none', | 200 'CrWinClang64 tester': 'none', |
| 201 'CrWinClang64(dbg)': 'win_clang_debug_bot', | 201 'CrWinClang64(dbg)': 'win_clang_debug_bot', |
| 202 'CrWinClang64(dbg) tester': 'none', | 202 'CrWinClang64(dbg) tester': 'none', |
| 203 'CrWinClang64(dll) tester': 'none', | 203 'CrWinClang64(dll) tester': 'none', |
| 204 'CrWinClangLLD': | 204 'CrWinClangLLD': |
| 205 'swarming_gyp_clang_tot_minimal_symbols_shared_release_use_lld_x86', | 205 'swarming_gn_clang_tot_minimal_symbols_shared_release_use_lld_x86', |
| 206 'CrWinClangLLD tester': 'none', | 206 'CrWinClangLLD tester': 'none', |
| 207 'CrWinClangLLD64': | 207 'CrWinClangLLD64': |
| 208 'swarming_gyp_clang_tot_minimal_symbols_shared_release_use_lld_x64', | 208 'swarming_gn_clang_tot_minimal_symbols_shared_release_use_lld_x64', |
| 209 'CrWinClangLLD64 tester': 'none', | 209 'CrWinClangLLD64 tester': 'none', |
| 210 'CrWinClngLLD64dbg': | 210 'CrWinClngLLD64dbg': |
| 211 'swarming_gyp_clang_tot_minimal_symbols_shared_debug_use_lld_x64', | 211 'swarming_gn_clang_tot_minimal_symbols_shared_debug_use_lld_x64', |
| 212 'CrWinClngLLD64dbg tester': 'none', | 212 'CrWinClngLLD64dbg tester': 'none', |
| 213 'CrWinClngLLDdbg': | 213 'CrWinClngLLDdbg': |
| 214 'swarming_gyp_clang_tot_minimal_symbols_shared_debug_use_lld_x86', | 214 'swarming_gn_clang_tot_minimal_symbols_shared_debug_use_lld_x86', |
| 215 'CrWinClngLLDdbg tester': 'none', | 215 'CrWinClngLLDdbg tester': 'none', |
| 216 'EarlGreyiOS': 'ios_gyp', | 216 'EarlGreyiOS': 'ios_gyp', |
| 217 'Headless Linux (dbg)': | 217 'Headless Linux (dbg)': |
| 218 '//build/args/bots/chromium.fyi/headless_linux_dbg.gn', | 218 '//build/args/bots/chromium.fyi/headless_linux_dbg.gn', |
| 219 'MD Top Chrome ChromeOS material-hybrid': | 219 'MD Top Chrome ChromeOS material-hybrid': |
| 220 'gn_chromeos_with_codecs_debug_bot', | 220 'gn_chromeos_with_codecs_debug_bot', |
| 221 'MD Top Chrome ChromeOS non-material': | 221 'MD Top Chrome ChromeOS non-material': |
| 222 'gn_chromeos_with_codecs_debug_bot', | 222 'gn_chromeos_with_codecs_debug_bot', |
| 223 'MD Top Chrome Win material': | 223 'MD Top Chrome Win material': |
| 224 'gyp_debug_bot_minimal_symbols_x64', | 224 'gyp_debug_bot_minimal_symbols_x64', |
| (...skipping 686 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 911 'win_chromium_variable_archive': 'findit', | 911 'win_chromium_variable_archive': 'findit', |
| 912 'win_chromium_variable_chrome': 'findit', | 912 'win_chromium_variable_chrome': 'findit', |
| 913 'win_chromium_variable_clang': 'findit', | 913 'win_chromium_variable_clang': 'findit', |
| 914 'win_chromium_variable_gn': 'findit', | 914 'win_chromium_variable_gn': 'findit', |
| 915 'win_chromium_variable_webkit_builder': 'findit', | 915 'win_chromium_variable_webkit_builder': 'findit', |
| 916 'win_chromium_variable_webkit_layout': 'findit', | 916 'win_chromium_variable_webkit_layout': 'findit', |
| 917 'win_chromium_variable_webkit_win7_builder': 'findit', | 917 'win_chromium_variable_webkit_win7_builder': 'findit', |
| 918 'win_chromium_variable_webkit_win7_builder_x64': 'findit', | 918 'win_chromium_variable_webkit_win7_builder_x64': 'findit', |
| 919 'win_chromium_x64_rel_ng': 'swarming_gn_release_trybot_x64', | 919 'win_chromium_x64_rel_ng': 'swarming_gn_release_trybot_x64', |
| 920 'win_clang': 'win_clang_debug_bot', | 920 'win_clang': 'win_clang_debug_bot', |
| 921 'win_clang_dbg': 'swarming_gyp_clang_debug_trybot_x86', | 921 'win_clang_dbg': 'swarming_gn_clang_debug_trybot_x86', |
| 922 'win_clang_rel': 'swarming_gyp_clang_official_release_trybot_x86', | 922 'win_clang_rel': 'swarming_gn_clang_official_release_trybot_x86', |
| 923 'win_clang_x64_dbg': 'win_clang_debug_bot', | 923 'win_clang_x64_dbg': 'win_clang_debug_bot', |
| 924 'win_clang_x64_rel': 'swarming_gyp_clang_official_release_trybot_x64', | 924 'win_clang_x64_rel': 'swarming_gn_clang_official_release_trybot_x64', |
| 925 'win_nacl_sdk': 'gyp_release_bot_minimal_symbols_x86', | 925 'win_nacl_sdk': 'gyp_release_bot_minimal_symbols_x86', |
| 926 'win_nacl_sdk_build': 'gyp_release_bot_minimal_symbols_x86', | 926 'win_nacl_sdk_build': 'gyp_release_bot_minimal_symbols_x86', |
| 927 'win_optional_gpu_tests_rel': | 927 'win_optional_gpu_tests_rel': |
| 928 'swarming_gpu_tests_deqp_gles_gn_release_trybot_x86', | 928 'swarming_gpu_tests_deqp_gles_gn_release_trybot_x86', |
| 929 'win_pgo': [ | 929 'win_pgo': [ |
| 930 'gyp_official_optimize_chrome_pgo_phase_1_x86', | 930 'gyp_official_optimize_chrome_pgo_phase_1_x86', |
| 931 'gyp_official_optimize_chrome_pgo_phase_2_x86', | 931 'gyp_official_optimize_chrome_pgo_phase_2_x86', |
| 932 ], | 932 ], |
| 933 'win_upload_clang': 'gn_release_bot', | 933 'win_upload_clang': 'gn_release_bot', |
| 934 'win_chrome_official': 'gn_official_goma_minimal_symbols_x86', | 934 'win_chrome_official': 'gn_official_goma_minimal_symbols_x86', |
| (...skipping 829 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1764 | 1764 |
| 1765 'swarming_gyp_asan_clang_tot_full_symbols_static_release': [ | 1765 'swarming_gyp_asan_clang_tot_full_symbols_static_release': [ |
| 1766 'swarming', 'gyp', 'asan', 'clang_tot', 'full_symbols', 'static', | 1766 'swarming', 'gyp', 'asan', 'clang_tot', 'full_symbols', 'static', |
| 1767 'release', | 1767 'release', |
| 1768 ], | 1768 ], |
| 1769 | 1769 |
| 1770 'swarming_gn_chromeos_msan_release_bot': [ | 1770 'swarming_gn_chromeos_msan_release_bot': [ |
| 1771 'swarming', 'gn', 'chromeos', 'msan', 'release_bot', | 1771 'swarming', 'gn', 'chromeos', 'msan', 'release_bot', |
| 1772 ], | 1772 ], |
| 1773 | 1773 |
| 1774 'swarming_gyp_clang_debug_bot_minimal_symbols_x86': [ | 1774 'swarming_gn_clang_debug_bot_minimal_symbols_x86': [ |
| 1775 'swarming', 'gyp', 'clang', 'debug_bot', 'minimal_symbols', 'x86', | 1775 'swarming', 'gn', 'clang', 'debug_bot', 'minimal_symbols', 'x86', |
| 1776 ], | 1776 ], |
| 1777 | 1777 |
| 1778 'swarming_gyp_clang_debug_trybot_x86': [ | 1778 'swarming_gn_clang_debug_trybot_x86': [ |
| 1779 'swarming', 'gyp', 'clang', 'debug_trybot', 'x86', | 1779 'swarming', 'gn', 'clang', 'debug_trybot', 'x86', |
| 1780 ], | 1780 ], |
| 1781 | 1781 |
| 1782 'swarming_gyp_clang_minimal_symbols_shared_release_bot_x64': [ | 1782 'swarming_gn_clang_minimal_symbols_shared_release_bot_x64': [ |
| 1783 'swarming', 'gyp', 'clang', 'minimal_symbols', 'shared_release_bot', | 1783 'swarming', 'gn', 'clang', 'minimal_symbols', 'shared_release_bot', |
| 1784 'x64', | 1784 'x64', |
| 1785 ], | 1785 ], |
| 1786 | 1786 |
| 1787 'swarming_gyp_clang_official_release_bot_minimal_symbols_x64': [ | 1787 'swarming_gn_clang_official_release_bot_minimal_symbols_x64': [ |
| 1788 'swarming', 'gyp', 'clang', 'official', 'release_bot', | 1788 'swarming', 'gn', 'clang', 'official', 'release_bot', |
| 1789 'minimal_symbols', 'x64', | 1789 'minimal_symbols', 'x64', |
| 1790 ], | 1790 ], |
| 1791 | 1791 |
| 1792 'swarming_gn_clang_official_release_bot_minimal_symbols_x86': [ | 1792 'swarming_gn_clang_official_release_bot_minimal_symbols_x86': [ |
| 1793 'swarming', 'gn', 'clang', 'official', 'release_bot', | 1793 'swarming', 'gn', 'clang', 'official', 'release_bot', |
| 1794 'minimal_symbols', 'x86', | 1794 'minimal_symbols', 'x86', |
| 1795 ], | 1795 ], |
| 1796 | 1796 |
| 1797 'swarming_gyp_clang_official_release_trybot_x64': [ | 1797 'swarming_gn_clang_official_release_trybot_x64': [ |
| 1798 'swarming', 'gyp', 'clang', 'official', 'release_trybot', 'x64', | 1798 'swarming', 'gn', 'clang', 'official', 'release_trybot', 'x64', |
| 1799 ], | 1799 ], |
| 1800 | 1800 |
| 1801 'swarming_gyp_clang_official_release_trybot_x86': [ | 1801 'swarming_gn_clang_official_release_trybot_x86': [ |
| 1802 'swarming', 'gyp', 'clang', 'official', 'release_trybot', 'x86', | 1802 'swarming', 'gn', 'clang', 'official', 'release_trybot', 'x86', |
| 1803 ], | 1803 ], |
| 1804 | 1804 |
| 1805 'swarming_gn_clang_shared_release_bot_minimal_symbols_x86': [ | 1805 'swarming_gn_clang_shared_release_bot_minimal_symbols_x86': [ |
| 1806 'swarming', 'gn', 'clang', 'shared_release_bot', 'minimal_symbols', | 1806 'swarming', 'gn', 'clang', 'shared_release_bot', 'minimal_symbols', |
| 1807 'x86', | 1807 'x86', |
| 1808 ], | 1808 ], |
| 1809 | 1809 |
| 1810 'swarming_gn_clang_tot_asan_lsan_static_release': [ | 1810 'swarming_gn_clang_tot_asan_lsan_static_release': [ |
| 1811 'swarming', 'gn', 'clang_tot', 'asan', 'lsan', 'static', 'release', | 1811 'swarming', 'gn', 'clang_tot', 'asan', 'lsan', 'static', 'release', |
| 1812 ], | 1812 ], |
| 1813 | 1813 |
| 1814 'swarming_gn_clang_tot_edge_ubsan_no_recover_hack_static_release': [ | 1814 'swarming_gn_clang_tot_edge_ubsan_no_recover_hack_static_release': [ |
| 1815 'swarming', 'gn', 'clang_tot', 'edge', 'ubsan_no_recover_hack', | 1815 'swarming', 'gn', 'clang_tot', 'edge', 'ubsan_no_recover_hack', |
| 1816 'static', 'release', | 1816 'static', 'release', |
| 1817 ], | 1817 ], |
| 1818 | 1818 |
| 1819 'swarming_gn_clang_tot_linux_full_symbols_shared_release': [ | 1819 'swarming_gn_clang_tot_linux_full_symbols_shared_release': [ |
| 1820 # Enable debug info, as on official builders, to catch issues with | 1820 # Enable debug info, as on official builders, to catch issues with |
| 1821 # optimized debug info. | 1821 # optimized debug info. |
| 1822 'swarming', 'gn', 'clang_tot', 'full_symbols', 'shared', 'release', | 1822 'swarming', 'gn', 'clang_tot', 'full_symbols', 'shared', 'release', |
| 1823 ], | 1823 ], |
| 1824 | 1824 |
| 1825 'swarming_gn_clang_tot_minimal_symbols_shared_debug': [ | 1825 'swarming_gn_clang_tot_minimal_symbols_shared_debug': [ |
| 1826 'swarming', 'gn', 'clang_tot', 'minimal_symbols', 'shared', 'debug', | 1826 'swarming', 'gn', 'clang_tot', 'minimal_symbols', 'shared', 'debug', |
| 1827 ], | 1827 ], |
| 1828 | 1828 |
| 1829 'swarming_gyp_clang_tot_minimal_symbols_shared_debug_use_lld_x64': [ | 1829 'swarming_gn_clang_tot_minimal_symbols_shared_debug_use_lld_x64': [ |
| 1830 'swarming', 'gyp', 'clang_tot', 'minimal_symbols', 'shared', 'debug', | 1830 'swarming', 'gn', 'clang_tot', 'minimal_symbols', 'shared', 'debug', |
| 1831 'use_lld', 'x64', | 1831 'use_lld', 'x64', |
| 1832 ], | 1832 ], |
| 1833 | 1833 |
| 1834 'swarming_gyp_clang_tot_minimal_symbols_shared_debug_use_lld_x86': [ | 1834 'swarming_gn_clang_tot_minimal_symbols_shared_debug_use_lld_x86': [ |
| 1835 'swarming', 'gyp', 'clang_tot', 'minimal_symbols', 'shared', 'debug', | 1835 'swarming', 'gn', 'clang_tot', 'minimal_symbols', 'shared', 'debug', |
| 1836 'use_lld', 'x86', | 1836 'use_lld', 'x86', |
| 1837 ], | 1837 ], |
| 1838 | 1838 |
| 1839 'swarming_gyp_clang_tot_minimal_symbols_shared_debug_x64': [ | 1839 'swarming_gn_clang_tot_minimal_symbols_shared_debug_x64': [ |
| 1840 'swarming', 'gyp', 'clang_tot', 'minimal_symbols', 'shared', 'debug', | 1840 'swarming', 'gn', 'clang_tot', 'minimal_symbols', 'shared', 'debug', |
| 1841 'x64', | 1841 'x64', |
| 1842 ], | 1842 ], |
| 1843 | 1843 |
| 1844 'swarming_gn_clang_tot_minimal_symbols_shared_debug_x86': [ | 1844 'swarming_gn_clang_tot_minimal_symbols_shared_debug_x86': [ |
| 1845 'swarming', 'gn', 'clang_tot', 'minimal_symbols', 'shared', 'debug', | 1845 'swarming', 'gn', 'clang_tot', 'minimal_symbols', 'shared', 'debug', |
| 1846 'x86', | 1846 'x86', |
| 1847 ], | 1847 ], |
| 1848 | 1848 |
| 1849 'swarming_gyp_clang_tot_minimal_symbols_shared_release_use_lld_x64': [ | 1849 'swarming_gn_clang_tot_minimal_symbols_shared_release_use_lld_x64': [ |
| 1850 'swarming', 'gyp', 'clang_tot', 'minimal_symbols', 'shared', 'release', | 1850 'swarming', 'gn', 'clang_tot', 'minimal_symbols', 'shared', 'release', |
| 1851 'use_lld', 'x64', | 1851 'use_lld', 'x64', |
| 1852 ], | 1852 ], |
| 1853 | 1853 |
| 1854 'swarming_gyp_clang_tot_minimal_symbols_shared_release_use_lld_x86': [ | 1854 'swarming_gn_clang_tot_minimal_symbols_shared_release_use_lld_x86': [ |
| 1855 'swarming', 'gyp', 'clang_tot', 'minimal_symbols', 'shared', 'release', | 1855 'swarming', 'gn', 'clang_tot', 'minimal_symbols', 'shared', 'release', |
| 1856 'use_lld', 'x86', | 1856 'use_lld', 'x86', |
| 1857 ], | 1857 ], |
| 1858 | 1858 |
| 1859 'swarming_gn_clang_tot_minimal_symbols_shared_release': [ | 1859 'swarming_gn_clang_tot_minimal_symbols_shared_release': [ |
| 1860 'swarming', 'gn', 'clang_tot', 'minimal_symbols', 'shared', 'release', | 1860 'swarming', 'gn', 'clang_tot', 'minimal_symbols', 'shared', 'release', |
| 1861 ], | 1861 ], |
| 1862 | 1862 |
| 1863 'swarming_gn_clang_tot_minimal_symbols_shared_release_x64': [ | 1863 'swarming_gn_clang_tot_minimal_symbols_shared_release_x64': [ |
| 1864 'swarming', 'gn', 'clang_tot', 'minimal_symbols', 'shared', 'release', | 1864 'swarming', 'gn', 'clang_tot', 'minimal_symbols', 'shared', 'release', |
| 1865 'x64', | 1865 'x64', |
| 1866 ], | 1866 ], |
| 1867 | 1867 |
| 1868 'swarming_gyp_clang_tot_minimal_symbols_shared_release_x86': [ | 1868 'swarming_gn_clang_tot_minimal_symbols_shared_release_x86': [ |
| 1869 'swarming', 'gyp', 'clang_tot', 'minimal_symbols', 'shared', 'release', | 1869 'swarming', 'gn', 'clang_tot', 'minimal_symbols', 'shared', 'release', |
| 1870 'x86', | 1870 'x86', |
| 1871 ], | 1871 ], |
| 1872 | 1872 |
| 1873 'swarming_gn_clang_tot_official_minimal_symbols_static_release_x64': [ | 1873 'swarming_gn_clang_tot_official_minimal_symbols_static_release_x64': [ |
| 1874 'swarming', 'gn', 'clang_tot', 'official', 'minimal_symbols', 'static', | 1874 'swarming', 'gn', 'clang_tot', 'official', 'minimal_symbols', 'static', |
| 1875 'release', 'x64', | 1875 'release', 'x64', |
| 1876 ], | 1876 ], |
| 1877 | 1877 |
| 1878 'swarming_gyp_clang_tot_official_minimal_symbols_static_release_x86': [ | 1878 'swarming_gn_clang_tot_official_minimal_symbols_static_release_x86': [ |
| 1879 'swarming', 'gyp', 'clang_tot', 'official', 'minimal_symbols', 'static', | 1879 'swarming', 'gn', 'clang_tot', 'official', 'minimal_symbols', 'static', |
| 1880 'release', 'x86', | 1880 'release', 'x86', |
| 1881 ], | 1881 ], |
| 1882 | 1882 |
| 1883 'swarming_gn_release_trybot_arm': [ | 1883 'swarming_gn_release_trybot_arm': [ |
| 1884 'swarming', 'gn', 'release_trybot', 'arm', 'crosscompile', | 1884 'swarming', 'gn', 'release_trybot', 'arm', 'crosscompile', |
| 1885 ], | 1885 ], |
| 1886 | 1886 |
| 1887 'swarming_gyp_syzyasan_release_trybot_x86': [ | 1887 'swarming_gyp_syzyasan_release_trybot_x86': [ |
| 1888 'swarming', 'gyp', 'syzyasan', 'release_trybot', 'x86', | 1888 'swarming', 'gyp', 'syzyasan', 'release_trybot', 'x86', |
| 1889 ], | 1889 ], |
| (...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2375 }, | 2375 }, |
| 2376 | 2376 |
| 2377 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, | 2377 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, |
| 2378 | 2378 |
| 2379 'drmemory': { | 2379 'drmemory': { |
| 2380 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 2380 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
| 2381 'gyp_defines': 'component=shared_library build_for_tool=drmemory', | 2381 'gyp_defines': 'component=shared_library build_for_tool=drmemory', |
| 2382 }, | 2382 }, |
| 2383 }, | 2383 }, |
| 2384 } | 2384 } |
| OLD | NEW |