Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Side by Side Diff: tools/mb/mb_config.pyl

Issue 1931993002: Switch ClangToTLinux (dbg) from gyp to gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 'CrWinClang64(dll)': 124 'CrWinClang64(dll)':
125 'swarming_gyp_clang_minimal_symbols_shared_release_bot_x64', 125 'swarming_gyp_clang_minimal_symbols_shared_release_bot_x64',
126 'CrWinClangGoma': 'gyp_clang_minimal_symbols_shared_release_bot_x86', 126 'CrWinClangGoma': 'gyp_clang_minimal_symbols_shared_release_bot_x86',
127 'CrWinGoma': 'gyp_release_bot_minimal_symbols_x86', 127 'CrWinGoma': 'gyp_release_bot_minimal_symbols_x86',
128 'CrWinGoma(dll)': 'gyp_shared_release_bot_minimal_symbols_x86', 128 'CrWinGoma(dll)': 'gyp_shared_release_bot_minimal_symbols_x86',
129 'ClangToTAndroidASan': 'android_clang_tot_asan', 129 'ClangToTAndroidASan': 'android_clang_tot_asan',
130 'ClangToTAndroidASan tester': 'none', 130 'ClangToTAndroidASan tester': 'none',
131 'ClangToTLinux': 131 'ClangToTLinux':
132 'swarming_gyp_clang_tot_linux_dump_symbols_shared_release', 132 'swarming_gyp_clang_tot_linux_dump_symbols_shared_release',
133 'ClangToTLinux tester': 'none', 133 'ClangToTLinux tester': 'none',
134 'ClangToTLinux (dbg)': 'swarming_gyp_clang_tot_shared_debug', 134 'ClangToTLinux (dbg)': 'swarming_clang_tot_shared_debug',
hans 2016/04/28 20:30:42 I assume the name on the right just refers to the
135 'ClangToTLinuxASan': 'swarming_gyp_clang_tot_asan_lsan_static_release', 135 'ClangToTLinuxASan': 'swarming_gyp_clang_tot_asan_lsan_static_release',
136 'ClangToTLinuxASan tester': 'none', 136 'ClangToTLinuxASan tester': 'none',
137 'ClangToTLinuxUBSanVptr': 137 'ClangToTLinuxUBSanVptr':
138 'swarming_gyp_clang_tot_edge_ubsan_no_recover_hack_static_release', 138 'swarming_gyp_clang_tot_edge_ubsan_no_recover_hack_static_release',
139 'ClangToTLinuxUBSanVptr tester': 'none', 139 'ClangToTLinuxUBSanVptr tester': 'none',
140 'ClangToTMac': 'swarming_gyp_clang_tot_minimal_symbols_shared_release', 140 'ClangToTMac': 'swarming_gyp_clang_tot_minimal_symbols_shared_release',
141 'ClangToTMac tester': 'none', 141 'ClangToTMac tester': 'none',
142 'ClangToTMac (dbg)': 142 'ClangToTMac (dbg)':
143 'swarming_gyp_clang_tot_minimal_symbols_shared_debug', 143 'swarming_gyp_clang_tot_minimal_symbols_shared_debug',
144 'ClangToTMacASan': 144 'ClangToTMacASan':
(...skipping 1445 matching lines...) Expand 10 before | Expand all | Expand 10 after
1590 1590
1591 'swarming_gyp_clang_tot_edge_ubsan_no_recover_hack_static_release': [ 1591 'swarming_gyp_clang_tot_edge_ubsan_no_recover_hack_static_release': [
1592 'swarming', 'gyp', 'clang_tot', 'edge', 'ubsan_no_recover_hack', 1592 'swarming', 'gyp', 'clang_tot', 'edge', 'ubsan_no_recover_hack',
1593 'static', 'release', 1593 'static', 'release',
1594 ], 1594 ],
1595 1595
1596 'swarming_gyp_clang_tot_asan_lsan_static_release': [ 1596 'swarming_gyp_clang_tot_asan_lsan_static_release': [
1597 'swarming', 'gyp', 'clang_tot', 'asan', 'lsan', 'static', 'release', 1597 'swarming', 'gyp', 'clang_tot', 'asan', 'lsan', 'static', 'release',
1598 ], 1598 ],
1599 1599
1600 'swarming_gyp_clang_tot_shared_debug': [ 1600 'swarming_clang_tot_shared_debug': [
1601 'swarming', 'gyp', 'clang_tot', 'shared', 'debug', 1601 'swarming', 'gn', 'clang_tot', 'shared', 'debug',
1602 ], 1602 ],
1603 1603
1604 'swarming_gyp_clang_tot_linux_dump_symbols_shared_release': [ 1604 'swarming_gyp_clang_tot_linux_dump_symbols_shared_release': [
1605 # Enable debug info, as on official builders, to catch issues with 1605 # Enable debug info, as on official builders, to catch issues with
1606 # optimized debug info. 1606 # optimized debug info.
1607 'swarming', 'gyp', 'clang_tot', 'linux_dump_symbols', 1607 'swarming', 'gyp', 'clang_tot', 'linux_dump_symbols',
1608 'shared', 'release', 1608 'shared', 'release',
1609 ], 1609 ],
1610 1610
1611 'swarming_gyp_debug_trybot': [ 1611 'swarming_gyp_debug_trybot': [
(...skipping 739 matching lines...) Expand 10 before | Expand all | Expand 10 after
2351 }, 2351 },
2352 2352
2353 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2353 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2354 2354
2355 'drmemory': { 2355 'drmemory': {
2356 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2356 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2357 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2357 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2358 }, 2358 },
2359 }, 2359 },
2360 } 2360 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698