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

Unified Diff: tools/mb/mb_config.pyl

Issue 2187613004: Try again to flip official win builders 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 cf8d6dc751f4e8cb658009dc56dedf98a8341ef1..6fe9bd07a4a1335c61808235e3245317f770ebe7 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -537,7 +537,7 @@
'Win 8 Perf (3)': 'none',
'Win 8 Perf (4)': 'none',
'Win 8 Perf (5)': 'none',
- 'Win Builder': 'gyp_official_goma_minimal_symbols_x86',
+ 'Win Builder': 'gn_official_goma_minimal_symbols_x86',
'Win Zenbook Perf (1)': 'none',
'Win Zenbook Perf (2)': 'none',
'Win Zenbook Perf (3)': 'none',
@@ -641,13 +641,13 @@
# Currently the official bots set mini_installer_official_deps=1
# but it's not clear if that's actually used anywhere.
- 'win': 'gyp_official',
+ 'win': 'gn_official',
'win-asan': 'gyp_official_syzyasan',
'win-pgo': [
'gyp_official_chrome_pgo_phase_1_x86',
'gyp_official_chrome_pgo_phase_2_x86',
],
- 'win64': 'gyp_official_x64',
+ 'win64': 'gn_official_x64',
'win64-pgo': [
'gyp_official_chrome_pgo_phase_1_x64',
'gyp_official_chrome_pgo_phase_2_x64',
@@ -661,10 +661,10 @@
'precise64 beta': 'gn_official',
'precise64 stable': 'gn_official',
'precise64 trunk': 'gn_official',
- 'win beta': 'gyp_official_six_concurrent_links',
- 'win stable': 'gyp_official_six_concurrent_links',
- 'win trunk': 'gyp_official_six_concurrent_links',
- 'win64 trunk': 'gyp_official_x64_six_concurrent_links',
+ 'win beta': 'gn_official_six_concurrent_links',
+ 'win stable': 'gn_official_six_concurrent_links',
+ 'win trunk': 'gn_official_six_concurrent_links',
+ 'win64 trunk': 'gn_official_x64_six_concurrent_links',
},
'tryserver.blink': {
@@ -1193,8 +1193,8 @@
'gn', 'official', 'goma', 'minimal_symbols', 'x86',
],
- 'gyp_official_goma_minimal_symbols_x86': [
- 'gyp', 'official', 'goma', 'minimal_symbols', 'x86',
+ 'gn_official_goma_minimal_symbols_x86': [
+ 'gn', 'official', 'goma', 'minimal_symbols', 'x86',
],
'gn_release_bot': [
@@ -1357,8 +1357,8 @@
'gyp', 'official', 'syzyasan',
],
- 'gyp_official_six_concurrent_links': [
- 'gyp', 'official', 'six_concurrent_links',
+ 'gn_official_six_concurrent_links': [
+ 'gn', 'official', 'six_concurrent_links',
],
'gyp_official_chrome_pgo_phase_1_x64': [
@@ -1393,12 +1393,12 @@
'gyp', 'official_optimize', 'chrome_pgo_phase_2', 'x86',
],
- 'gyp_official_x64': [
- 'gyp', 'official', 'x64',
+ 'gn_official_x64': [
+ 'gn', 'official', 'x64',
],
- 'gyp_official_x64_six_concurrent_links': [
- 'gyp', 'official', 'x64', 'six_concurrent_links',
+ 'gn_official_x64_six_concurrent_links': [
+ 'gn', 'official', 'x64', 'six_concurrent_links',
],
'gn_release_trybot_x86': [
« 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