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

Unified Diff: tools/mb/mb_config.pyl

Issue 2077353003: Revert of Flip official Win builders to GN (on trunk). (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 081ad4655d8c7c9303abd95a66792fb4a2cd0204..657c9efb546c4348ab1b9cc76c4554a6045aeb51 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -629,10 +629,10 @@
# Currently the official bots set mini_installer_official_deps=1
# but it's not clear if that's actually used anywhere.
- 'win': 'gn_official',
+ 'win': 'gyp_official',
'win-asan': 'gyp_official_syzyasan',
'win-pgo': 'gyp_official_winpgo',
- 'win64': 'gn_official_x64',
+ 'win64': 'gyp_official_x64',
'win64-pgo': 'gyp_official_winpgo_x64',
},
@@ -643,9 +643,9 @@
'precise64 beta': 'gn_official',
'precise64 stable': 'gn_official',
'precise64 trunk': 'gn_official',
- 'win beta': 'gn_official_six_concurrent_links',
- 'win stable': 'gn_official_six_concurrent_links',
- 'win trunk': 'gn_official_six_concurrent_links',
+ 'win beta': 'gyp_official_six_concurrent_links',
+ 'win stable': 'gyp_official_six_concurrent_links',
+ 'win trunk': 'gyp_official_six_concurrent_links',
},
'tryserver.blink': {
@@ -1335,8 +1335,8 @@
'gyp', 'official', 'syzyasan',
],
- 'gn_official_six_concurrent_links': [
- 'gn', 'official', 'six_concurrent_links',
+ 'gyp_official_six_concurrent_links': [
+ 'gyp', 'official', 'six_concurrent_links',
],
# TODO(crbug.com/595947) - figure out how to handle PGO, which needs
@@ -1349,8 +1349,8 @@
'gyp', 'error', 'x64',
],
- 'gn_official_x64': [
- 'gn', 'official', 'x64',
+ 'gyp_official_x64': [
+ 'gyp', 'official', 'x64',
],
'gyp_release_bot': [
« 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