| Index: tools/mb/mb_config.pyl
|
| diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
|
| index 2c14a767d9f8de5e4b3b3afcfcf94a3d7da89687..1bf0c2ab664c0f0e04a871a562aa676f8cde0605 100644
|
| --- a/tools/mb/mb_config.pyl
|
| +++ b/tools/mb/mb_config.pyl
|
| @@ -15,7 +15,7 @@
|
| 'Android': 'android_without_codecs_gn_release_bot_minimal_symbols',
|
| 'Linux x64': 'noswarming_gn_release_bot',
|
| 'Mac': 'noswarming_gn_release_bot_mac_strip',
|
| - 'Win': 'noswarming_gyp_release_bot_minimal_symbols_x86',
|
| + 'Win': 'noswarming_gn_release_bot_minimal_symbols_x86',
|
| 'Win x64': 'noswarming_gn_release_bot_minimal_symbols_x64',
|
| },
|
|
|
| @@ -1442,10 +1442,6 @@
|
| 'noswarming', 'gn', 'release_bot', 'minimal_symbols', 'x86',
|
| ],
|
|
|
| - 'noswarming_gyp_release_bot_minimal_symbols_x86': [
|
| - 'noswarming', 'gyp', 'release_bot', 'minimal_symbols', 'x86',
|
| - ],
|
| -
|
| 'noswarming_gn_release_bot_x64': [
|
| 'noswarming', 'gn', 'release_bot', 'x64',
|
| ],
|
|
|