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

Unified Diff: tools/mb/mb_config.pyl

Issue 2166493002: Flip Win x86 builder on chromium waterfall to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 2c14a767d9f8de5e4b3b3afcfcf94a3d7da89687..1bf0c2ab664c0f0e04a871a562aa676f8cde0605 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -15,7 +15,7 @@
'Android': 'android_without_codecs_gn_release_bot_minimal_symbols',
'Linux x64': 'noswarming_gn_release_bot',
'Mac': 'noswarming_gn_release_bot_mac_strip',
- 'Win': 'noswarming_gyp_release_bot_minimal_symbols_x86',
+ 'Win': 'noswarming_gn_release_bot_minimal_symbols_x86',
'Win x64': 'noswarming_gn_release_bot_minimal_symbols_x64',
},
@@ -1442,10 +1442,6 @@
'noswarming', 'gn', 'release_bot', 'minimal_symbols', 'x86',
],
- 'noswarming_gyp_release_bot_minimal_symbols_x86': [
- 'noswarming', 'gyp', 'release_bot', 'minimal_symbols', 'x86',
- ],
-
'noswarming_gn_release_bot_x64': [
'noswarming', 'gn', 'release_bot', 'x64',
],
« 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