Chromium Code Reviews| Index: tools/mb/mb_config.pyl |
| diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl |
| index 5c07baa40ab5896fc0eeb7d7640d765845cba665..71122bac20fd11bcd599f3157ce08aeefff95f26 100644 |
| --- a/tools/mb/mb_config.pyl |
| +++ b/tools/mb/mb_config.pyl |
| @@ -30,6 +30,8 @@ |
| 'android_cronet_gn_debug_static_bot_arm64', |
| 'Android Cronet ARMv6 Builder': |
| 'android_cronet_gn_release_bot_minimal_symbols_armv6', |
| + 'Android Cronet Builder': |
| + 'android_cronet_gn_release_bot_minimal_symbols', |
| 'Android Cronet Builder (dbg)': 'android_cronet_gn_debug_static_bot', |
| 'Android Cronet Builder Asan': |
| 'android_cronet_gn_release_bot_minimal_symbols_clang_asan', |
| @@ -791,6 +793,7 @@ |
| 'android_compile_x64_dbg': 'android_gn_debug_trybot_x64', |
| 'android_compile_x86_dbg': 'android_gn_debug_trybot_x86', |
| 'android_coverage': 'android_gn_debug_trybot_java_coverage', |
| + 'android_cronet_builder': 'android_cronet_gn_release_trybot', |
| # TODO(crbug/597596): Switch this back to debug_trybot when cronet's |
| # shared library loading is fixed. |
| 'android_cronet_tester': 'android_cronet_gn_debug_static_bot', |
| @@ -1098,6 +1101,10 @@ |
| 'android', 'cronet', 'gn', 'release_bot_minimal_symbols', 'x86' |
| ], |
| + 'android_cronet_gn_release_trybot': [ |
| + 'android', 'cronet', 'gn', 'release_trybot', 'arm_no_neon' |
|
Dirk Pranke
2016/09/02 20:24:52
This should have 'arm_no_neon' in the config name,
jbudorick
2016/09/02 22:46:18
Done & modified the other uses of arm_no_neon simi
|
| + ], |
| + |
| 'android_gn_debug_bot': [ |
| 'android', 'gn', 'debug_bot', |
| ], |