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

Unified Diff: tools/mb/mb_config.pyl

Issue 2143453002: Flip CrOS ozone builders to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@flip_win_main
Patch Set: rebase 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 c7ccdcf10e8515696f951eec3b53fc1aea341272..784ba0cae9c6891c537bbe0313d2208cfc66e5e9 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -14,7 +14,7 @@
'chromium': {
'Android': 'android_without_codecs_gn_release_bot_minimal_symbols',
'Linux x64': 'noswarming_gn_release_bot',
- 'Mac': 'noswarming_gyp_release_bot_mac_strip',
+ 'Mac': 'noswarming_gn_release_bot_mac_strip',
'Win': 'noswarming_gn_release_bot_minimal_symbols_x86',
'Win x64': 'noswarming_gn_release_bot_minimal_symbols_x64',
},
@@ -63,7 +63,7 @@
'chromium.chrome': {
'Google Chrome ChromeOS': 'gn_official_goma_chromeos',
'Google Chrome Linux x64': 'gn_official_goma',
- 'Google Chrome Mac': 'gyp_official_goma',
+ 'Google Chrome Mac': 'gn_official_goma',
'Google Chrome Win': 'gn_official_goma_minimal_symbols_x86',
},
@@ -77,7 +77,7 @@
'Linux ChromiumOS GN (dbg)': 'chromeos_gn_debug_bot',
'Linux ChromiumOS GN': 'chromeos_ozone_gn_release_bot',
'Linux ChromiumOS Ozone Builder':
- 'swarming_chromeos_ozone_gyp_release_bot',
+ 'swarming_chromeos_ozone_gn_release_bot',
'Linux ChromiumOS Ozone Tests (1)': 'none',
'Linux ChromiumOS Tests (1)': 'none',
'Linux ChromiumOS Tests (dbg)(1)': 'none',
@@ -461,7 +461,7 @@
'Mac 10.11 Perf (3)': 'none',
'Mac 10.11 Perf (4)': 'none',
'Mac 10.11 Perf (5)': 'none',
- 'Mac Builder': 'gyp_official_goma',
+ 'Mac Builder': 'gn_official_goma',
'Mac HDD Perf (1)': 'none',
'Mac HDD Perf (2)': 'none',
'Mac HDD Perf (3)': 'none',
@@ -612,7 +612,7 @@
'official.desktop': {
'blimp-engine': '//build/args/bots/official.desktop/blimp-engine.gn',
- 'mac64': 'gyp_official',
+ 'mac64': 'gn_official',
'precise64': 'gn_official',
# Currently the official bots set mini_installer_official_deps=1
@@ -627,7 +627,7 @@
'official.desktop.continuous': {
'mac beta': 'gyp_official',
'mac stable': 'gyp_official',
- 'mac trunk': 'gyp_official',
+ 'mac trunk': 'gn_official',
'precise64 beta': 'gn_official',
'precise64 stable': 'gn_official',
'precise64 trunk': 'gn_official',
@@ -736,7 +736,7 @@
'linux_chromium_chromeos_msan_rel_ng':
'swarming_chromeos_msan_gn_release_bot',
'linux_chromium_chromeos_ozone_rel_ng':
- 'swarming_chromeos_gyp_ozone_release_trybot',
+ 'swarming_chromeos_gn_ozone_release_trybot',
'linux_chromium_chromeos_rel_ng': 'swarming_chromeos_gn_release_trybot',
'linux_chromium_chromeos_variable': 'findit',
'linux_chromium_chromeos_variable_chrome': 'findit',
@@ -1425,10 +1425,6 @@
'noswarming', 'gn', 'release_bot', 'mac_strip',
],
- 'noswarming_gyp_release_bot_mac_strip': [
- 'noswarming', 'gyp', 'release_bot', 'mac_strip',
- ],
-
'noswarming_gn_release_trybot_x64': [
'noswarming', 'gn', 'release_trybot', 'x64',
],
@@ -1501,8 +1497,8 @@
'swarming', 'chromeos_with_codecs', 'gn', 'debug_trybot',
],
- 'swarming_chromeos_gyp_ozone_release_trybot': [
- 'swarming', 'chromeos_with_codecs', 'gyp', 'ozone', 'release_trybot',
+ 'swarming_chromeos_gn_ozone_release_trybot': [
+ 'swarming', 'chromeos_with_codecs', 'gn', 'ozone', 'release_trybot',
],
'swarming_chromeos_gn_release_bot': [
@@ -1517,8 +1513,8 @@
'swarming', 'chromeos', 'msan', 'gn', 'release_bot',
],
- 'swarming_chromeos_ozone_gyp_release_bot': [
- 'swarming', 'chromeos_with_codecs', 'ozone', 'gyp', 'release_bot',
+ 'swarming_chromeos_ozone_gn_release_bot': [
+ 'swarming', 'chromeos_with_codecs', 'ozone', 'gn', 'release_bot',
],
'swarming_clang_tot_lld_release_shared': [
« 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