| Index: scripts/slave/recipes/chromium_mojo.py
|
| diff --git a/scripts/slave/recipes/chromium_mojo.py b/scripts/slave/recipes/chromium_mojo.py
|
| index 75bdc57fe330ea2082efed11886a847e3ee16982..edb0df489fc99b9e749a4a5c0a2260e44d8efb1f 100644
|
| --- a/scripts/slave/recipes/chromium_mojo.py
|
| +++ b/scripts/slave/recipes/chromium_mojo.py
|
| @@ -16,7 +16,6 @@ BUILDERS = freeze({
|
| 'chromium.mojo': {
|
| 'builders': {
|
| 'Chromium Mojo Linux': {
|
| - 'chromium_apply_config': ['gn_use_prebuilt_mojo_shell'],
|
| 'chromium_config_kwargs': {
|
| 'BUILD_CONFIG': 'Release',
|
| 'TARGET_PLATFORM': 'linux',
|
| @@ -31,7 +30,7 @@ def _RunApptests(api):
|
| 'apptest_runner.py')
|
| apptest_config = api.path['checkout'].join('mojo', 'tools',
|
| 'data', 'apptests')
|
| - api.python('run apptests', apptest_runner,
|
| + api.python('app_tests', apptest_runner,
|
| [apptest_config, api.chromium.output_dir])
|
|
|
|
|
|
|