| Index: tools/mb/mb_config.pyl
|
| diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
|
| index 3c242202abcb8ddc19d5a018b1e16a5e10c60a66..6c9c1a7966b047e519bd2177d92f390c0729e740 100644
|
| --- a/tools/mb/mb_config.pyl
|
| +++ b/tools/mb/mb_config.pyl
|
| @@ -615,7 +615,7 @@
|
|
|
| 'official.desktop': {
|
| 'blimp-engine': '//build/args/bots/official.desktop/blimp-engine.gn',
|
| - 'mac64': 'gn_official',
|
| + 'mac64': 'gyp_official',
|
| 'precise64': 'gn_official',
|
|
|
| # Currently the official bots set mini_installer_official_deps=1
|
| @@ -630,7 +630,7 @@
|
| 'official.desktop.continuous': {
|
| 'mac beta': 'gyp_official',
|
| 'mac stable': 'gyp_official',
|
| - 'mac trunk': 'gn_official',
|
| + 'mac trunk': 'gyp_official',
|
| 'precise64 beta': 'gn_official',
|
| 'precise64 stable': 'gn_official',
|
| 'precise64 trunk': 'gn_official',
|
|
|