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

Unified Diff: tools/mb/mb_config.pyl

Issue 2361703002: mb config for 'ClangToTAndroid (dbg)' (Closed)
Patch Set: Created 4 years, 3 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 2208a7944e25522afe3f788e3bfd9b73167f814b..52e1949c47db2e48268f31233673fcd6b77bdf93 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -163,6 +163,7 @@
'CrWinGoma': 'gn_release_bot_minimal_symbols_x86',
'CrWinGoma(dll)': 'gn_shared_release_bot_minimal_symbols_x86',
'ClangToTAndroidASan': 'android_clang_tot_asan',
+ 'ClangToTAndroid (dbg)': 'android_clang_tot_dbg',
'ClangToTLinux':
'swarming_gn_clang_tot_linux_full_symbols_shared_release',
'ClangToTLinux tester': 'none',
@@ -1079,6 +1080,11 @@
'shared', 'debug', 'minimal_symbols',
],
+ 'android_clang_tot_dbg': [
+ 'android_without_codecs', 'clang_tot', 'gn',
+ 'shared', 'debug',
+ ],
+
'android_cronet_data_reduction_proxy_gn_release_bot_minimal_symbols_arm_no_neon': [
'android', 'cronet', 'data_reduction_proxy', 'gn',
'release_bot_minimal_symbols', 'arm_no_neon'
« 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