| 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 787a00ceb321cf91491080602d08e7fed06d78fa..3be98861d36706757a31821ecc42ba51d2fc260f 100644
|
| --- a/scripts/slave/recipe_modules/chromium_tests/steps.py
|
| +++ b/scripts/slave/recipe_modules/chromium_tests/steps.py
|
| @@ -1590,7 +1590,7 @@ class AndroidInstrumentationTest(AndroidTest):
|
| ],
|
| # TODO(jbudorick): Remove this once it's handled by the generated script.
|
| 'additional_apks': [
|
| - 'apks/SystemWebView.apk',
|
| + 'SystemWebView.apk',
|
| ],
|
| },
|
| 'MojoTest': {
|
|
|