| Index: scripts/slave/recipe_modules/chromium_tests/chromium_linux.py
|
| diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_linux.py b/scripts/slave/recipe_modules/chromium_tests/chromium_linux.py
|
| index 12a2c9390b8275e495b54cad1526f491dd0d2d67..8ca574e65e0d93958ae563fe6988ac62b46ceb57 100644
|
| --- a/scripts/slave/recipe_modules/chromium_tests/chromium_linux.py
|
| +++ b/scripts/slave/recipe_modules/chromium_tests/chromium_linux.py
|
| @@ -180,7 +180,7 @@ SPEC = {
|
| },
|
| 'Android Arm64 Builder (dbg)': {
|
| 'chromium_config': 'android',
|
| - 'chromium_apply_config': ['chrome_with_codecs'],
|
| + 'chromium_apply_config': ['chrome_with_codecs', 'mb'],
|
| 'gclient_config': 'chromium',
|
| 'gclient_apply_config': ['android'],
|
| 'chromium_config_kwargs': {
|
| @@ -198,7 +198,7 @@ SPEC = {
|
| },
|
| 'Android Builder (dbg)': {
|
| 'chromium_config': 'android',
|
| - 'chromium_apply_config': ['chrome_with_codecs'],
|
| + 'chromium_apply_config': ['chrome_with_codecs', 'mb'],
|
| 'gclient_config': 'chromium',
|
| 'gclient_apply_config': ['android'],
|
| 'chromium_config_kwargs': {
|
| @@ -240,7 +240,7 @@ SPEC = {
|
| },
|
| 'Android Tests (dbg)': {
|
| 'chromium_config': 'android',
|
| - 'chromium_apply_config': ['chrome_with_codecs'],
|
| + 'chromium_apply_config': ['chrome_with_codecs', 'mb'],
|
| 'gclient_config': 'chromium',
|
| 'gclient_apply_config': ['android'],
|
| 'chromium_config_kwargs': {
|
| @@ -275,7 +275,7 @@ SPEC = {
|
|
|
| 'Android Builder': {
|
| 'chromium_config': 'android',
|
| - 'chromium_apply_config': ['chrome_with_codecs'],
|
| + 'chromium_apply_config': ['chrome_with_codecs', 'mb'],
|
| 'gclient_config': 'chromium',
|
| 'gclient_apply_config': ['android'],
|
| 'chromium_config_kwargs': {
|
| @@ -296,6 +296,7 @@ SPEC = {
|
| },
|
| 'Android Tests': {
|
| 'chromium_config': 'android',
|
| + 'chromium_apply_config': ['mb'],
|
| 'gclient_config': 'chromium',
|
| 'gclient_apply_config': ['android'],
|
| 'chromium_config_kwargs': {
|
| @@ -330,7 +331,7 @@ SPEC = {
|
|
|
| 'Android Clang Builder (dbg)': {
|
| 'chromium_config': 'android_clang',
|
| - 'chromium_apply_config': ['chrome_with_codecs', 'errorprone'],
|
| + 'chromium_apply_config': ['chrome_with_codecs', 'errorprone', 'mb'],
|
| 'gclient_config': 'chromium',
|
| 'gclient_apply_config': ['android'],
|
| 'chromium_config_kwargs': {
|
|
|