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

Unified 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, 8 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 10dda222371372f36dd907430eebe681d7d012ac..a0b51efd8bfb21121bfda86b4f83bd40f49c0ab1 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -131,7 +131,7 @@
'ClangToTLinux':
'swarming_gyp_clang_tot_linux_dump_symbols_shared_release',
'ClangToTLinux tester': 'none',
- 'ClangToTLinux (dbg)': 'swarming_gyp_clang_tot_shared_debug',
+ '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
'ClangToTLinuxASan': 'swarming_gyp_clang_tot_asan_lsan_static_release',
'ClangToTLinuxASan tester': 'none',
'ClangToTLinuxUBSanVptr':
@@ -1597,8 +1597,8 @@
'swarming', 'gyp', 'clang_tot', 'asan', 'lsan', 'static', 'release',
],
- 'swarming_gyp_clang_tot_shared_debug': [
- 'swarming', 'gyp', 'clang_tot', 'shared', 'debug',
+ 'swarming_clang_tot_shared_debug': [
+ 'swarming', 'gn', 'clang_tot', 'shared', 'debug',
],
'swarming_gyp_clang_tot_linux_dump_symbols_shared_release': [
« 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