Chromium Code Reviews| Index: scripts/slave/recipe_modules/chromium_tests/chromium_android.py |
| diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_android.py b/scripts/slave/recipe_modules/chromium_tests/chromium_android.py |
| index 5a5cde86e5bcf9f0f13b27e915f912cc220615db..41e0497af89ea8991c96847447d3b81caa5929e5 100644 |
| --- a/scripts/slave/recipe_modules/chromium_tests/chromium_android.py |
| +++ b/scripts/slave/recipe_modules/chromium_tests/chromium_android.py |
| @@ -44,6 +44,22 @@ SPEC = { |
| }, |
| }, |
| + 'Android Cronet Builder': { |
| + 'chromium_config': 'android', |
| + 'chromium_apply_config': ['chrome_with_codecs'], |
| + 'gclient_config': 'chromium', |
| + 'gclient_apply_config': ['android'], |
| + 'chromium_config_kwargs': { |
| + 'BUILD_CONFIG': 'Release', |
| + 'TARGET_PLATFORM': 'android', |
| + }, |
| + 'android_config': 'main_builder_rel_mb', |
|
bpastene
2016/09/06 23:29:26
mb_config.pyl change?
jbudorick
2016/09/06 23:31:06
https://codereview.chromium.org/2302353003/
|
| + 'bot_type': 'builder', |
| + 'testing': { |
| + 'platform': 'linux', |
| + }, |
| + }, |
| + |
| 'Android MIPS Builder (dbg)': { |
| 'chromium_config': 'android', |
| 'chromium_apply_config': ['chrome_with_codecs'], |