| Index: scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
|
| diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
|
| index 1662343fa79d395768a94f6c8a45d6ce452c49af..1fcec0cb3852fc3f77cf494913eb567a9229a53d 100644
|
| --- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
|
| +++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
|
| @@ -1447,6 +1447,22 @@ SPEC = {
|
| # compile line. We want to build everything.
|
| 'add_tests_as_compile_targets': False,
|
| },
|
| + 'ClangToTAndroid x64': {
|
| + 'chromium_config': 'clang_tot_android',
|
| + 'gclient_config': 'chromium',
|
| + 'chromium_apply_config': ['mb'],
|
| + 'gclient_apply_config': ['android'],
|
| + 'chromium_config_kwargs': {
|
| + 'BUILD_CONFIG': 'Release',
|
| + 'TARGET_BITS': 64,
|
| + 'TARGET_PLATFORM': 'android',
|
| + },
|
| + 'bot_type': 'builder_tester',
|
| + 'android_config': 'clang_builder_mb_x64',
|
| + 'testing': {
|
| + 'platform': 'linux',
|
| + },
|
| + },
|
| 'ClangToTMac': {
|
| 'chromium_config': 'clang_tot_mac',
|
| 'gclient_config': 'chromium',
|
|
|