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

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

Issue 2008713003: Flip ClangToTLinux builder to GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@flip_linux_memory_3
Patch Set: use full_symbols, not linux_dump_symbols Created 4 years, 6 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
« chrome/BUILD.gn ('K') | « chrome/BUILD.gn ('k') | 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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 'swarming_gyp_clang_official_release_bot_minimal_symbols_x64', 126 'swarming_gyp_clang_official_release_bot_minimal_symbols_x64',
127 'CrWinClang tester': 'none', 127 'CrWinClang tester': 'none',
128 'CrWinClang64(dll)': 128 'CrWinClang64(dll)':
129 'swarming_gyp_clang_minimal_symbols_shared_release_bot_x64', 129 'swarming_gyp_clang_minimal_symbols_shared_release_bot_x64',
130 'CrWinClangGoma': 'gyp_clang_minimal_symbols_shared_release_bot_x86', 130 'CrWinClangGoma': 'gyp_clang_minimal_symbols_shared_release_bot_x86',
131 'CrWinGoma': 'gyp_release_bot_minimal_symbols_x86', 131 'CrWinGoma': 'gyp_release_bot_minimal_symbols_x86',
132 'CrWinGoma(dll)': 'gyp_shared_release_bot_minimal_symbols_x86', 132 'CrWinGoma(dll)': 'gyp_shared_release_bot_minimal_symbols_x86',
133 'ClangToTAndroidASan': 'android_clang_tot_asan', 133 'ClangToTAndroidASan': 'android_clang_tot_asan',
134 'ClangToTAndroidASan tester': 'none', 134 'ClangToTAndroidASan tester': 'none',
135 'ClangToTLinux': 135 'ClangToTLinux':
136 'swarming_gyp_clang_tot_linux_dump_symbols_shared_release', 136 'swarming_gn_clang_tot_linux_full_symbols_shared_release',
137 'ClangToTLinux tester': 'none', 137 'ClangToTLinux tester': 'none',
138 'ClangToTLinux (dbg)': 'swarming_clang_tot_shared_debug', 138 'ClangToTLinux (dbg)': 'swarming_clang_tot_shared_debug',
139 'ClangToTLinuxASan': 'swarming_gyp_clang_tot_asan_lsan_static_release', 139 'ClangToTLinuxASan': 'swarming_gyp_clang_tot_asan_lsan_static_release',
140 'ClangToTLinuxASan tester': 'none', 140 'ClangToTLinuxASan tester': 'none',
141 'ClangToTLinuxLLD': 'swarming_clang_tot_lld_release_shared', 141 'ClangToTLinuxLLD': 'swarming_clang_tot_lld_release_shared',
142 'ClangToTLinuxLLD tester': 'none', 142 'ClangToTLinuxLLD tester': 'none',
143 'ClangToTLinuxUBSanVptr': 143 'ClangToTLinuxUBSanVptr':
144 'swarming_gyp_clang_tot_edge_ubsan_no_recover_hack_static_release', 144 'swarming_gyp_clang_tot_edge_ubsan_no_recover_hack_static_release',
145 'ClangToTLinuxUBSanVptr tester': 'none', 145 'ClangToTLinuxUBSanVptr tester': 'none',
146 'ClangToTMac': 'swarming_gyp_clang_tot_minimal_symbols_shared_release', 146 'ClangToTMac': 'swarming_gyp_clang_tot_minimal_symbols_shared_release',
(...skipping 1576 matching lines...) Expand 10 before | Expand all | Expand 10 after
1723 1723
1724 'swarming_gyp_clang_tot_asan_lsan_static_release': [ 1724 'swarming_gyp_clang_tot_asan_lsan_static_release': [
1725 'swarming', 'gyp', 'clang_tot', 'asan', 'lsan', 'static', 'release', 1725 'swarming', 'gyp', 'clang_tot', 'asan', 'lsan', 'static', 'release',
1726 ], 1726 ],
1727 1727
1728 'swarming_gyp_clang_tot_edge_ubsan_no_recover_hack_static_release': [ 1728 'swarming_gyp_clang_tot_edge_ubsan_no_recover_hack_static_release': [
1729 'swarming', 'gyp', 'clang_tot', 'edge', 'ubsan_no_recover_hack', 1729 'swarming', 'gyp', 'clang_tot', 'edge', 'ubsan_no_recover_hack',
1730 'static', 'release', 1730 'static', 'release',
1731 ], 1731 ],
1732 1732
1733 'swarming_gyp_clang_tot_linux_dump_symbols_shared_release': [ 1733 'swarming_gn_clang_tot_linux_full_symbols_shared_release': [
1734 # Enable debug info, as on official builders, to catch issues with 1734 # Enable debug info, as on official builders, to catch issues with
1735 # optimized debug info. 1735 # optimized debug info.
1736 'swarming', 'gyp', 'clang_tot', 'linux_dump_symbols', 1736 'swarming', 'gn', 'clang_tot', 'full_symbols', 'shared', 'release',
1737 'shared', 'release',
1738 ], 1737 ],
1739 1738
1740 'swarming_gyp_clang_tot_minimal_symbols_shared_debug': [ 1739 'swarming_gyp_clang_tot_minimal_symbols_shared_debug': [
1741 'swarming', 'gyp', 'clang_tot', 'minimal_symbols', 'shared', 'debug', 1740 'swarming', 'gyp', 'clang_tot', 'minimal_symbols', 'shared', 'debug',
1742 ], 1741 ],
1743 1742
1744 'swarming_gyp_clang_tot_minimal_symbols_shared_debug_use_lld_x64': [ 1743 'swarming_gyp_clang_tot_minimal_symbols_shared_debug_use_lld_x64': [
1745 'swarming', 'gyp', 'clang_tot', 'minimal_symbols', 'shared', 'debug', 1744 'swarming', 'gyp', 'clang_tot', 'minimal_symbols', 'shared', 'debug',
1746 'use_lld', 'x64', 1745 'use_lld', 'x64',
1747 ], 1746 ],
(...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after
2107 'gn_args': 'emma_coverage=true emma_filter="org.chromium.*"', 2106 'gn_args': 'emma_coverage=true emma_filter="org.chromium.*"',
2108 }, 2107 },
2109 2108
2110 'libfuzzer': { 'gn_args': 'use_libfuzzer=true' }, 2109 'libfuzzer': { 'gn_args': 'use_libfuzzer=true' },
2111 2110
2112 'line_tables': { 2111 'line_tables': {
2113 'gn_args': '', # TODO(GYP): check that this is not needed 2112 'gn_args': '', # TODO(GYP): check that this is not needed
2114 'gyp_defines': 'debug_extra_cflags="-gline-tables-only"', 2113 'gyp_defines': 'debug_extra_cflags="-gline-tables-only"',
2115 }, 2114 },
2116 2115
2117 'linux_dump_symbols': {
2118 'gn_args': 'error', # TODO(crbug.com/605819): implement this.
2119 'gyp_defines': 'linux_dump_symbols=1',
2120 },
2121
2122 'ubsan_security': { 'gn_args': 'is_ubsan_security=true' }, 2116 'ubsan_security': { 'gn_args': 'is_ubsan_security=true' },
2123 2117
2124 'lsan': { 2118 'lsan': {
2125 'gn_args': 'is_lsan=true', 2119 'gn_args': 'is_lsan=true',
2126 'gyp_defines': 'lsan=1', 2120 'gyp_defines': 'lsan=1',
2127 }, 2121 },
2128 2122
2129 'lto': { 2123 'lto': {
2130 'gn_args': 'allow_posix_link_time_opt=true', 2124 'gn_args': 'allow_posix_link_time_opt=true',
2131 'gyp_defines': 'use_lto=1', 2125 'gyp_defines': 'use_lto=1',
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
2302 }, 2296 },
2303 2297
2304 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2298 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2305 2299
2306 'drmemory': { 2300 'drmemory': {
2307 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2301 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2308 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2302 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2309 }, 2303 },
2310 }, 2304 },
2311 } 2305 }
OLDNEW
« chrome/BUILD.gn ('K') | « chrome/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698