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

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

Issue 1915003004: Reflect new naming of isolate files for android_webview_test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
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
Index: scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
index 5e2f96240f08acefa4833f2369cb8cf760031a3d..fb3c77b6276c8740fa9ea169cce3e89e4475003b 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
@@ -2006,7 +2006,7 @@ SPEC = {
test_apk='AndroidWebViewTest',
apk_under_test='AndroidWebView',
android_isolate_path=
- 'android_webview/android_webview_test_apk.isolate',
+ 'android_webview/android_webview_test_data.isolate',
compile_target='android_webview_test_apk',
device_name=['Nexus 5'], device_os=['4.4.2']),
],

Powered by Google App Engine
This is Rietveld 408576698