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

Unified Diff: tools/mb/mb_config.pyl

Issue 2085863002: Revert of Flip official Win builders to GN (on trunk). (patchset #1 id:1 of https://codereview.chro… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2774
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 900d30de17e81899549d342ac70532af1d5f3fb3..0677e2632cea3cad751534356d836a66449d00e8 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