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

Unified Diff: tools/mb/mb_config.pyl

Issue 2090123002: Flip Mac builder on p/chromium back to GYP. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 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 3dc964ef8dd9b4d91bbcb6da59e20856e9358aa0..83bbc8646e50c386dc99b0f4057b4bf3379f371a 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -14,7 +14,7 @@
'chromium': {
'Android': 'android_without_codecs_gn_release_bot_minimal_symbols',
'Linux x64': 'noswarming_gn_release_bot',
- 'Mac': 'noswarming_gn_release_bot_mac_strip',
+ 'Mac': 'noswarming_gyp_release_bot_mac_strip',
'Win': 'noswarming_gn_release_bot_minimal_symbols_x86',
'Win x64': 'noswarming_gn_release_bot_minimal_symbols_x64',
},
@@ -1422,8 +1422,8 @@
'noswarming', 'gn', 'release_bot', 'x64',
],
- 'noswarming_gn_release_bot_mac_strip': [
- 'noswarming', 'gn', 'release_bot', 'mac_strip',
+ 'noswarming_gyp_release_bot_mac_strip': [
+ 'noswarming', 'gyp', 'release_bot', 'mac_strip',
],
'noswarming_gn_release_trybot': [
« 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