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

Unified Diff: tools/mb/mb_config.pyl

Issue 2291903002: Flip Mac beta, stable configs to use GN. (Closed)
Patch Set: Created 4 years, 4 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 1d9f6807021c934475e9fbdab894f32a9bb0b7f9..6e05b6e776f50be2d15993f2878d75093de489f5 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -728,8 +728,8 @@
},
'official.desktop.continuous': {
- 'mac beta': 'gyp_official',
- 'mac stable': 'gyp_official',
+ 'mac beta': 'gn_official',
+ 'mac stable': 'gn_official',
'mac trunk': 'gn_official',
'precise64 beta': 'gn_official',
'precise64 stable': 'gn_official',
@@ -1447,10 +1447,6 @@
'gn', 'msan_no_origins', 'edge', 'release_bot',
],
- 'gyp_official': [
- 'gyp', 'official',
- ],
-
'gn_official_goma_chromeos': [
'gn', 'official', 'goma', 'chromeos',
],
« 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