Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1049)

Unified Diff: scripts/slave/recipe_modules/chromium_tests/steps.py

Issue 1859343003: [Android] Install SystemWebView.apk for SystemWebViewShellLayoutTest.apk. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: rebase 2 Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',

Powered by Google App Engine
This is Rietveld 408576698