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

Unified Diff: tools/mb/mb_config.pyl

Issue 2192393003: Reland of Try yet 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 974bc52c6622ce35f79020030dcd02e66f1d0998..cef02869ea4567ceae2793fef0faf707de8eb2cd 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -540,7 +540,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',
@@ -651,13 +651,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_x86',
'win-asan': 'gn_official_syzyasan_x86',
'win-pgo': [
'gn_official_chrome_pgo_phase_1_x86',
'gn_official_chrome_pgo_phase_2_x86',
],
- 'win64': 'gyp_official_x64',
+ 'win64': 'gn_official_x64',
'win64-pgo': [
'gn_official_chrome_pgo_phase_1_x64',
'gn_official_chrome_pgo_phase_2_x64',
@@ -671,10 +671,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': {
@@ -1181,6 +1181,10 @@
'gn', 'official',
],
+ 'gn_official_x86': [
+ 'gn', 'official', 'x86',
+ ],
+
'gn_official_goma': [
'gn', 'official', 'goma',
],
@@ -1205,8 +1209,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': [
@@ -1375,8 +1379,8 @@
'gn', 'official', 'syzyasan', 'x86',
],
- 'gyp_official_six_concurrent_links': [
- 'gyp', 'official', 'six_concurrent_links',
+ 'gn_official_six_concurrent_links': [
+ 'gn', 'official', 'six_concurrent_links',
],
'gn_official_chrome_pgo_phase_1_x64': [
@@ -1411,12 +1415,12 @@
'gn', 'official_optimize', 'chrome_pgo_phase_2', 'x86',
],
- 'gyp_official_x64': [
- 'gyp', 'official', 'x64',
- ],
-
- 'gyp_official_x64_six_concurrent_links': [
- 'gyp', 'official', 'x64', 'six_concurrent_links',
+ 'gn_official_x64': [
+ 'gn', 'official', 'x64',
+ ],
+
+ '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