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

Unified Diff: tools/mb/mb_config.pyl

Issue 2074333002: Flip FYI Win Goma builders to GN. (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 9036ea2823e16f7300fccaeb0677a60d781c8edd..a84a432d194681a6513cb3a9e1d1b36fd15fc72d 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -108,10 +108,10 @@
'Chromium Win PGO Builder': 'gyp_official_winpgo',
'Chromium Win x64 PGO Builder': 'gyp_official_winpgo_x64',
'Chromium Windows Analyze': 'gn_windows_analyze',
- 'CrWin7Goma': 'gyp_release_bot_minimal_symbols_x86',
- 'CrWin7Goma(clbr)': 'gyp_shared_release_bot_minimal_symbols_x86',
- 'CrWin7Goma(dbg)': 'gyp_debug_bot_minimal_symbols_x86',
- 'CrWin7Goma(dll)': 'gyp_shared_release_bot_minimal_symbols_x86',
+ 'CrWin7Goma': 'gn_release_bot_minimal_symbols_x86',
+ 'CrWin7Goma(clbr)': 'gn_shared_release_bot_minimal_symbols_x86',
+ 'CrWin7Goma(dbg)': 'gn_debug_bot_minimal_symbols_x86',
+ 'CrWin7Goma(dll)': 'gn_shared_release_bot_minimal_symbols_x86',
'CrWinClang':
'swarming_gyp_clang_official_release_bot_minimal_symbols_x86',
'CrWinClang(dbg)':
@@ -123,8 +123,8 @@
'CrWinClang64(dll)':
'swarming_gyp_clang_minimal_symbols_shared_release_bot_x64',
'CrWinClangGoma': 'gyp_clang_minimal_symbols_shared_release_bot_x86',
- 'CrWinGoma': 'gyp_release_bot_minimal_symbols_x86',
- 'CrWinGoma(dll)': 'gyp_shared_release_bot_minimal_symbols_x86',
+ 'CrWinGoma': 'gn_release_bot_minimal_symbols_x86',
+ 'CrWinGoma(dll)': 'gn_shared_release_bot_minimal_symbols_x86',
'ClangToTAndroidASan': 'android_clang_tot_asan',
'ClangToTAndroidASan tester': 'none',
'ClangToTLinux':
@@ -1297,8 +1297,8 @@
'gyp', 'debug_bot_minimal_symbols', 'x64',
],
- 'gyp_debug_bot_minimal_symbols_x86': [
- 'gyp', 'debug_bot_minimal_symbols', 'x86',
+ 'gn_debug_bot_minimal_symbols_x86': [
+ 'gn', 'debug_bot_minimal_symbols', 'x86',
],
'gyp_drmemory_shared_release_x86': [
@@ -1367,8 +1367,8 @@
'gyp', 'release_trybot', 'x64',
],
- 'gyp_shared_release_bot_minimal_symbols_x86': [
- 'gyp', 'shared_release_bot', 'minimal_symbols', 'x86',
+ 'gn_shared_release_bot_minimal_symbols_x86': [
+ 'gn', 'shared_release_bot', 'minimal_symbols', 'x86',
],
'gyp_syzyasan_no_pch_win_z7_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