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

Unified 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: revert BUILD.gn changes 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': {
« 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