| Index: tools/mb/mb_config.pyl
|
| diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
|
| index 180f69ab84c17acb389ead1913a4e414ca130721..45900539972046bb98a48d9ef330b9d8da0c2054 100644
|
| --- a/tools/mb/mb_config.pyl
|
| +++ b/tools/mb/mb_config.pyl
|
| @@ -579,9 +579,9 @@
|
| 'chromium.webrtc': {
|
| 'Linux Builder': 'gn_release_bot_chrome_with_codecs',
|
| 'Linux Tester': 'none',
|
| - 'Mac Builder': 'chrome_with_codecs_blink_logging_gyp_release_trybot',
|
| + 'Mac Builder': 'chrome_with_codecs_blink_logging_gn_release_trybot',
|
| 'Mac Tester': 'none',
|
| - 'Win Builder': 'chrome_with_codecs_blink_logging_gyp_release_trybot_x86',
|
| + 'Win Builder': 'chrome_with_codecs_blink_logging_gn_release_trybot_x86',
|
| 'Win10 Tester': 'none',
|
| 'Win7 Tester': 'none',
|
| 'Win8 Tester': 'none',
|
| @@ -597,11 +597,11 @@
|
| 'Android Tests (dbg) (L Nexus9)': 'none',
|
| 'Linux Builder': 'gn_release_bot_chrome_with_codecs',
|
| 'Linux Tester': 'none',
|
| - 'Mac Builder': 'chrome_with_codecs_blink_logging_gyp_release_trybot',
|
| + 'Mac Builder': 'chrome_with_codecs_blink_logging_gn_release_trybot',
|
| 'Mac GN (dbg)': 'gn_debug_static_bot_chrome_with_codecs',
|
| 'Mac GN': 'gn_release_bot_chrome_with_codecs',
|
| 'Mac Tester': 'none',
|
| - 'Win Builder': 'chrome_with_codecs_blink_logging_gyp_release_trybot_x86',
|
| + 'Win Builder': 'chrome_with_codecs_blink_logging_gn_release_trybot_x86',
|
| 'Win x64 GN (dbg)': 'gn_debug_bot_minimal_symbols_chrome_with_codecs',
|
| 'Win x64 GN': 'gn_release_bot_minimal_symbols_chrome_with_codecs',
|
| 'Win10 Tester': 'none',
|
| @@ -1042,12 +1042,12 @@
|
| 'cast', 'gn', 'release_trybot',
|
| ],
|
|
|
| - 'chrome_with_codecs_blink_logging_gyp_release_trybot': [
|
| - 'chrome_with_codecs', 'blink_logging', 'gyp', 'release_trybot',
|
| - ],
|
| -
|
| - 'chrome_with_codecs_blink_logging_gyp_release_trybot_x86': [
|
| - 'chrome_with_codecs', 'blink_logging', 'gyp', 'release_trybot', 'x86',
|
| + 'chrome_with_codecs_blink_logging_gn_release_trybot': [
|
| + 'chrome_with_codecs', 'blink_logging', 'gn', 'release_trybot',
|
| + ],
|
| +
|
| + 'chrome_with_codecs_blink_logging_gn_release_trybot_x86': [
|
| + 'chrome_with_codecs', 'blink_logging', 'gn', 'release_trybot', 'x86',
|
| ],
|
|
|
| 'chromeos_gn_debug_bot': [
|
|
|