| Index: scripts/slave/recipe_modules/chromium_tests/steps.py
|
| diff --git a/scripts/slave/recipe_modules/chromium_tests/steps.py b/scripts/slave/recipe_modules/chromium_tests/steps.py
|
| index 7840108201cbe456cba3a7b52bf82357a8ff3e54..787a00ceb321cf91491080602d08e7fed06d78fa 100644
|
| --- a/scripts/slave/recipe_modules/chromium_tests/steps.py
|
| +++ b/scripts/slave/recipe_modules/chromium_tests/steps.py
|
| @@ -1588,6 +1588,10 @@ class AndroidInstrumentationTest(AndroidTest):
|
| 'system_webview_shell_apk',
|
| 'android_tools'
|
| ],
|
| + # TODO(jbudorick): Remove this once it's handled by the generated script.
|
| + 'additional_apks': [
|
| + 'apks/SystemWebView.apk',
|
| + ],
|
| },
|
| 'MojoTest': {
|
| 'compile_target': 'mojo_test_apk',
|
|
|