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

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

Issue 1864233002: [Android] Fix SystemWebView.apk path for SystemWebViewShellLayoutTest.apk. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium.expected/full_chromium_android_Android_Webview_L__dbg_.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': {
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium.expected/full_chromium_android_Android_Webview_L__dbg_.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698