| Index: tools/mb/mb_config.pyl
|
| diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
|
| index 4b6caec5eb58530f546120fd2432bb9257fb0685..9555372e0669c4c2b25bb2866fced1dbc72a392b 100644
|
| --- a/tools/mb/mb_config.pyl
|
| +++ b/tools/mb/mb_config.pyl
|
| @@ -133,7 +133,7 @@
|
| 'ClangToTAndroidASan': 'android_clang_tot_asan',
|
| 'ClangToTAndroidASan tester': 'none',
|
| 'ClangToTLinux':
|
| - 'swarming_gyp_clang_tot_linux_dump_symbols_shared_release',
|
| + 'swarming_gn_clang_tot_linux_full_symbols_shared_release',
|
| 'ClangToTLinux tester': 'none',
|
| 'ClangToTLinux (dbg)': 'swarming_clang_tot_shared_debug',
|
| 'ClangToTLinuxASan': 'swarming_gyp_clang_tot_asan_lsan_static_release',
|
| @@ -1738,11 +1738,10 @@
|
| 'static', 'release',
|
| ],
|
|
|
| - 'swarming_gyp_clang_tot_linux_dump_symbols_shared_release': [
|
| + 'swarming_gn_clang_tot_linux_full_symbols_shared_release': [
|
| # Enable debug info, as on official builders, to catch issues with
|
| # optimized debug info.
|
| - 'swarming', 'gyp', 'clang_tot', 'linux_dump_symbols',
|
| - 'shared', 'release',
|
| + 'swarming', 'gn', 'clang_tot', 'full_symbols', 'shared', 'release',
|
| ],
|
|
|
| 'swarming_gyp_clang_tot_minimal_symbols_shared_debug': [
|
| @@ -2102,11 +2101,6 @@
|
| 'gyp_defines': 'debug_extra_cflags="-gline-tables-only"',
|
| },
|
|
|
| - 'linux_dump_symbols': {
|
| - 'gn_args': 'error', # TODO(crbug.com/605819): implement this.
|
| - 'gyp_defines': 'linux_dump_symbols=1',
|
| - },
|
| -
|
| 'ubsan_security': { 'gn_args': 'is_ubsan_security=true' },
|
|
|
| 'lsan': {
|
|
|